-
Notifications
You must be signed in to change notification settings - Fork 266
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
PhaseboyTA
wants to merge
69
commits into
fix-log-parse
Choose a base branch
from
master
base: fix-log-parse
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix bug #85
Conversation
This file contains 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
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 <[email protected]>
* 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
PhaseboyTA
commented
Apr 6, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BUG-06591c2c58d6c834e96c2b400a825de91fcbe96947a932ac1673e96ce68d74ae-20240528052937Z-f34c5cb3d8bd65e7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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