Skip to content
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

Enhancements #13

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

mitchcapper
Copy link
Contributor

Save/Load more state settings:

  • If the process filter boolean is and or or
  • If the user is using tail mode

New Features

  • Added option to clear the ADB log on the device when connecting to it

  • Added ability to specify native adb logcat tag filters to support tag:level filtering

  • Added context menu option for log lines to automatically require the loglevel for that tag to be one higher than it is currently (suppress the current console messages in the future)

  • Sort process list alphabetically

  • Added cli options:
    --proc [regex] - specify a regex that when connected we check all the running processes against, any that match will be filtered against that by default
    --device [regex] - Will cause us to automatically try to connect to the first device that has a name matching this regex, to connect to any device just do "--device .".

Minor / Debugging Items

  • Added global bool to if we want the load buffer debug messages (avoid console clutter)
  • Added --console to launch console on startup
  • Log the exact ADB command we are running to console

Closes #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cant Filter By Level
1 participant