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

Commits on May 18, 2022

  1. Adding logcatController class and writing adb / debugger panel inform…

    …ation to the controller.
    jmlitfi committed May 18, 2022
    Configuration menu
    Copy the full SHA
    0d17bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bcc2a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8ef52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a5f590 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abd4058 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2be559b View commit details
    Browse the repository at this point in the history
  7. Changed log highlighting to log color. Changed from JTextArea to JTex…

    …tPane. Logcat pane will now autoscroll only if it is already scrolled to the bottom. Debugger exit will now stop logcat as well.
    jmlitfi committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6a718eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae08e14 View commit details
    Browse the repository at this point in the history
  9. Implemented the ability to autoselect attached process. Changed the f…

    …ormatting of logcat messages.
    jmlitfi committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5c6395d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05bd41b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    4c68bde View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    d55bee4 View commit details
    Browse the repository at this point in the history
  2. updating to use info getter methods rather than directly accessing va…

    …riable
    TheCobraChicken committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8fa71ef View commit details
    Browse the repository at this point in the history
  3. Added Logcat Pause Button

    TheCobraChicken committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d6a288d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Added Clear button

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    afb4879 View commit details
    Browse the repository at this point in the history
  2. Updated clear icon

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3239035 View commit details
    Browse the repository at this point in the history
  3. Cleaning warnings

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e929191 View commit details
    Browse the repository at this point in the history
  4. cleaning

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e7c9d13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70e9eae View commit details
    Browse the repository at this point in the history
  6. cleaning

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    864867b View commit details
    Browse the repository at this point in the history
  7. cleaning

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    64162d9 View commit details
    Browse the repository at this point in the history
  8. cleaning

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    051d243 View commit details
    Browse the repository at this point in the history
  9. applying spotless

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    71c80f7 View commit details
    Browse the repository at this point in the history
  10. Fixing bug with switch

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    16093b6 View commit details
    Browse the repository at this point in the history
  11. fixed formatting issue

    TheCobraChicken committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d74c404 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1fa980 View commit details
    Browse the repository at this point in the history