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

Add logcat output to JadX Debugger #1666

Merged
merged 26 commits into from
Sep 8, 2022
Merged

Add logcat output to JadX Debugger #1666

merged 26 commits into from
Sep 8, 2022

Conversation

jmlitfi
Copy link
Contributor

@jmlitfi jmlitfi commented Sep 8, 2022

Includes Logcat output directly into the JadX debugger.

Currently works by running a timer that will call the logcat command every second and parse / store the output in an ArrayList for follow on filtering. I have run into some lagging issues when attempting to display a large number of log messages at once particularly when attempting to display logs for all processes and logcat -c has not been run in a while. I did add the ability to pause the logcat timer and run logcat clear from within JadX to help if there is a huge amount of log messages being generated. Let me know if you think this method is to resource intensive and I can tweak it.

logcat_demo

Finishes issue #1411

jmlitfi and others added 26 commits May 17, 2022 17:47
…tPane. Logcat pane will now autoscroll only if it is already scrolled to the bottom. Debugger exit will now stop logcat as well.
@skylot
Copy link
Owner

skylot commented Sep 8, 2022

@TheCobraChicken looks good. Thank you for your work 👍

@jmlitfi jmlitfi deleted the logcat3 branch October 24, 2022 04:54
@skylot skylot mentioned this pull request Jun 7, 2023
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.

None yet

2 participants