AdguardForAndroid
AdguardForAndroid copied to clipboard
Add a filter to Recent Activity to hide duplicate entries
Issue Details
Sometimes apps make a huge number of requests. This makes the log unreadable. Displaying only unique domains when the filter is enabled would make it easier to analyze requests.
This applies more to the analysis of application requests (in 99% of cases, these will be domains, since root access is required to filter HTTPS application traffic).
Possible usage:
- clear the filtering log
- enable new filter
- launch the application, use it for a while, and then stop it
- open the log for this application
- analyze the entries. It is expected that in most cases, instead of hundreds of lines, there will be only a few or a dozen.
Proposed solution
Add a new filter to Recent Activity that will display only unique entries.
Example, when it will help
Screenshots
I'd like this idea