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

Fix bug #85

Open
wants to merge 69 commits into
base: fix-log-parse
Choose a base branch
from
Open

Fix bug #85

wants to merge 69 commits into from

Commits on Jan 23, 2020

  1. Fix parsing of log lines for Q (#64)

    Fix the parsing to get this to work, this needs to
    be rewritten properly.
    edsj-sony authored and toshi38-sony committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    4a497c6 View commit details
    Browse the repository at this point in the history
  2. Bump the version (#65)

    Given new log parsing features (a quite noticable change) we will bump
    the VERSION_CODE to 217 so we can differentiate this from other builds.
    
    Co-authored-by: toshi38-sony <[email protected]>
    toshi38 and toshi38-sony committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    16a9fa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. More updates to the parsing to support Q (#66)

    * Correctly extract the PID from the log line instead of the UID
    * Update the parsing to extract the reason for a crash and
      the package name of the process that crashed
    * Correctly parse the ApplicationInfo flags from crashed process
    edsj-sony authored and toshi38-sony committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    16024f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf1e41f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #67 from toshi38/stelau/build-artifact

    Enable archiving of build
    edsj-sony authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    c76c7a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Create main class item in manifest.

    This is expected by some pre-existing tools and the new gradle build
    does not include it by default.
    toshi38-sony committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    177484e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from toshi38/stelau/gradle-manifest

    Create main class item in manifest.
    edsj-sony authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    9fdd65b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    e395af1 View commit details
    Browse the repository at this point in the history
  2. Remove mAnimLayer as it is no longer in log.

    35d328aeca08abc36a6ca8ec1cc7406dab5f63a8 removed mAnimLayer so no point
    in continuing to parse for it.
    toshi38-sony committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    6389d18 View commit details
    Browse the repository at this point in the history
  3. Fix format missing

    toshi38-sony committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    4373f49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc5dc7a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Merge pull request #70 from toshi38/stelau/windowmanager

    Stelau/windowmanager
    edsj-sony authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2e8ff7b View commit details
    Browse the repository at this point in the history
  2. Enable mocking of final classes

    toshi38-sony authored and edsj-sony committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    356dfa8 View commit details
    Browse the repository at this point in the history
  3. Parse processes and threads

    toshi38-sony authored and edsj-sony committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    993d838 View commit details
    Browse the repository at this point in the history
  4. Tests for psscanner

    toshi38-sony authored and edsj-sony committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    3cc9568 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Fix librank

    toshi38-sony committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b8f582c View commit details
    Browse the repository at this point in the history
  2. Test librank section

    toshi38-sony committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ac769b2 View commit details
    Browse the repository at this point in the history
  3. Harden procrank parsing

    Procrank parsing was based on width of rows, but this doesn't hold if
    there are "large" numbers that overflow to the next column.  Instead
    this now parses based on whitespace.
    toshi38-sony committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    35ba677 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #73 from toshi38/stelau/librank

    Stelau/librank
    edsj-sony authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    5976676 View commit details
    Browse the repository at this point in the history
  5. Parse kernel wake locks

    toshi38-sony committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    40f2afa View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Add parser for uid

    toshi38-sony committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8198bbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c2932e View commit details
    Browse the repository at this point in the history
  3. Bump version

    toshi38-sony committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    0e0d263 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    b605bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8e332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73b196f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5aaf8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b837f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Allow timestamps > hours

    Some graphs have quite long scales, in these cases it is better with a
    day time stamp instead of hours.
    toshi38-sony committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    27147e0 View commit details
    Browse the repository at this point in the history
  2. Parse battery history to get log

    Get a much longer log then we get from the event log battery events.
    toshi38-sony committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    09de2b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #74 from toshi38/stelau/procrank

    Harden procrank parsing
    edsj-sony authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    64f4d37 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

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

Commits on Feb 12, 2020

  1. s/zygot/zygote/

    toshi38-sony committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    02f6f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98549a7 View commit details
    Browse the repository at this point in the history
  3. Make patterns static

    toshi38-sony committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    12314ba View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Capitolisation

    toshi38-sony committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    edb90fb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Merge pull request #75 from toshi38/stelau/battery

    Wakelock parsing
    edsj-sony authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    32f8f8c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    3fb9e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726cace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb5ab4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    00fd37f View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    toshi38-sony committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2634f89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f53473 View commit details
    Browse the repository at this point in the history
  4. Change error to warning.

    We handle the log print... just not well, so its not really an error.
    toshi38-sony committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a7ade54 View commit details
    Browse the repository at this point in the history
  5. Use enum for type

    toshi38-sony committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4ccd678 View commit details
    Browse the repository at this point in the history
  6. Switch state int to enum

    toshi38-sony committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    31e511a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31 from toshi38/stelau/stacktrace-parse

    Stelau/stacktrace parse
    edsj-sony authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2dbc572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c51f24c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Parse memory table

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8be972b View commit details
    Browse the repository at this point in the history
  2. Parse dalvik table

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    309ef31 View commit details
    Browse the repository at this point in the history
  3. Parse summary section

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    88648cc View commit details
    Browse the repository at this point in the history
  4. Parse objects section

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7afd5f7 View commit details
    Browse the repository at this point in the history
  5. Handle sql section

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    08eda28 View commit details
    Browse the repository at this point in the history
  6. Parse database section

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a2e028c View commit details
    Browse the repository at this point in the history
  7. Test eglmtrack

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    dbbbf1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a217a5 View commit details
    Browse the repository at this point in the history
  9. Update Meminfo Table

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3cd6f04 View commit details
    Browse the repository at this point in the history
  10. Cleanup old code

    toshi38-sony committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    08b6622 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Add a PSS Summary Table

    toshi38-sony committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    07a24b0 View commit details
    Browse the repository at this point in the history
  2. Add table for objects

    toshi38-sony committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9eb00f6 View commit details
    Browse the repository at this point in the history
  3. Add sql table

    toshi38-sony committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c06393b View commit details
    Browse the repository at this point in the history
  4. Add DB table

    toshi38-sony committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    769dc6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    061f062 View commit details
    Browse the repository at this point in the history
  6. Fix section parsing

    Some sections where not found.  Others where added that are not actually
    sections.
    toshi38-sony committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c077efb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge pull request #77 from toshi38/stelau/zipfile

    Get zip file processing working
    edsj-sony authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    917824d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge pull request #78 from toshi38/stelau/meminfo-fix

    Stelau/meminfo fix
    edsj-sony authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    81b6c77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from toshi38/stelau/app-services

    Update names of app services
    edsj-sony authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5b8e16a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from toshi38/stelau/remove-empty-sections

    Fix section parsing
    edsj-sony authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    4c08951 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Update README.md

    edsj-sony authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    2d0f1f7 View commit details
    Browse the repository at this point in the history