-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[feature] Add Logcat output into debugger #1411
Labels
Comments
@green9317 looks nice! Great work! |
Ill do that. I wasn't sure if not having the latest commit would cause an issue when I do a pull request. |
skylot
added a commit
that referenced
this issue
Sep 8, 2022
* Adding logcatController class and writing adb / debugger panel information to the controller. * Finished parsing logcat binary output and writing an arraylist containing all events. * added highlighting of logcat output based on type. Added timestamp parsing. * Updated code to only get new log messages. * Added additional code for select all * Completed Check and uncheckall options. * Changed log highlighting to log color. Changed from JTextArea to JTextPane. Logcat pane will now autoscroll only if it is already scrolled to the bottom. Debugger exit will now stop logcat as well. * Moved labels into NLS rather than using hardcoded strings. * Implemented the ability to autoselect attached process. Changed the formatting of logcat messages. * Moved labels into NLS rather than using hardcoded strings. * updating to use info getter methods rather than directly accessing variable * Added Logcat Pause Button * Added Clear button * Updated clear icon * Cleaning warnings * cleaning * Changed behavior to only show logcat for debugged process to start with. * cleaning * cleaning * cleaning * applying spotless * Fixing bug with switch * fixed formatting issue * add missing localization strings Co-authored-by: green9317 <38409554+green9317@users.noreply.github.com> Co-authored-by: TheCobraChicken <jeffmlitfi@gmail.com> Co-authored-by: Skylot <skylot@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I would like the Jadx debugger to include the logcat output within the Jadx GUI. Ive been building the feature and have it working for my purposes but not quite ready to include into production. Creating this issue to get others opinion.
Currently can be found at https://github.com/green9317/jadx/tree/logcatAddition
Before I submit I still want to add
The text was updated successfully, but these errors were encountered: