We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Things seems to mostly work, though I see some concerning PS parsing failures in the logs when connecting the Pixel 6 with Android U.
The text was updated successfully, but these errors were encountered:
Live logs are fine, but bugreport is not readable :(. Seems like section end format has changed.
Sorry, something went wrong.
Or rather, there's the UID in the log line:
11-19 18:12:44.976 root 167 167 I vold : Vold 3.0 (the awakening) firing up
There are also two system log sections, one starts from a special timestamp - logs while dumping dumpstate, perhaps?
Support parsing thread-time logs with UIDs
2c21ac2
Issue: #327
Use BLOCKED PROCESS section to get information about running processes
11c9cd5
This section has all processes and threads, is available since 4.0 MR1, and has much more stable format than typical PS. Issue: #327
Looks good except for #279.
mlopatkin
No branches or pull requests
Things seems to mostly work, though I see some concerning PS parsing failures in the logs when connecting the Pixel 6 with Android U.
The text was updated successfully, but these errors were encountered: