-
Notifications
You must be signed in to change notification settings - Fork 141
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
Tracing fails to start on Xiaomi 12 #1077
Comments
AGI uses Could you please provide the output of |
I should add that validation definitely succeeded and I could see trace and counter stuff being recorded in logcat at the time. |
Strange, I ran the provided output through the parser and it correctly identified the package as debuggable, so it appears as though everything is working properly. Would you be willing to provide me the entire output of
Yes, I saw that from the logs. It looks like tracing works just fine. However, when it goes through the trace-user-app flow, AGI thinks the app is not debuggable and tries to run |
(I sent you an email) |
Some devices produce malformed dumpsys package output, adding in extra newlines. This change handles a specific version of how this extra whitespace breaks the parser. Fixes google#1077
Some devices produce malformed dumpsys package output, adding in extra newlines. This change handles a specific version of how this extra whitespace breaks the parser. Fixes google#1077
Some devices produce malformed dumpsys package output, adding in extra newlines. This change handles a specific version of how this extra whitespace breaks the parser. Fixes #1077
Some devices produce malformed dumpsys package output, adding in extra newlines. This change handles a specific version of how this extra whitespace breaks the parser. Fixes google#1077
Some devices produce malformed dumpsys package output, adding in extra newlines. This change handles a specific version of how this extra whitespace breaks the parser. Fixes #1077
Is there some way to download builds from CI with this or will I need to compile myself |
Some devices produce malformed dumpsys package output, adding in extra newlines. This change handles a specific version of how this extra whitespace breaks the parser. Fixes google#1077
The just released 3.0.1 release contains the fix for this. |
Some devices produce malformed dumpsys package output, adding in extra newlines. This change handles a specific version of how this extra whitespace breaks the parser. Fixes google#1077 ignore .DS_Store also from the subfolders;
Environment information:
Bug description
Attempting to system trace any debuggable app, even the builtin agi sample fails.
Reproduction steps
Attempt to trace any app, it will fail
Stacktrace
Screenshots
Additional debugging information
gapic.log
gapis.log
logcat-full.txt
The text was updated successfully, but these errors were encountered: