-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add alarm filtering (suppressions) feature #23
Comments
We can support it but it might take a while if I have to do. Would you like to try that? |
OK great, I will make a patch soon. |
Bojun-Seo
changed the title
Add false alarm filtering (suppressions) feature
Add false filtering (suppressions) feature
Mar 9, 2023
Bojun-Seo
changed the title
Add false filtering (suppressions) feature
Add alarm filtering (suppressions) feature
Mar 9, 2023
I'm currently implementing this feature.
|
I implement this feature. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes user wants to remove some reports which are not necessary to be trace.
So I suggest to add alarm filtering feature.
Like suppressions feature on
llvm-project
Sanitizers
https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer#suppressions
The text was updated successfully, but these errors were encountered: