This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Fix bug - #85
Open
PhaseboyTA wants to merge 69 commits into
Open
Conversation
Fix the parsing to get this to work, this needs to be rewritten properly.
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 <43984100+toshi38-sony@users.noreply.github.com>
* 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
Enable archiving of build
This is expected by some pre-existing tools and the new gradle build does not include it by default.
Create main class item in manifest.
35d328aeca08abc36a6ca8ec1cc7406dab5f63a8 removed mAnimLayer so no point in continuing to parse for it.
Stelau/windowmanager
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.
Stelau/librank
Some graphs have quite long scales, in these cases it is better with a day time stamp instead of hours.
Get a much longer log then we get from the event log battery events.
We handle the log print... just not well, so its not really an error.
Stelau/stacktrace parse
Some sections where not found. Others where added that are not actually sections.
Get zip file processing working
Stelau/meminfo fix
Update names of app services
Fix section parsing
Cokemancola69696
left a comment
There was a problem hiding this comment.
BUG-06591c2c58d6c834e96c2b400a825de91fcbe96947a932ac1673e96ce68d74ae-20240528052937Z-f34c5cb3d8bd65e7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is different