Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hi guys,
Arm Mobile Studio 2022.4 Graphics Analyzer fails to capture non-debuggable applications.
As I said, you need to set up the capture manually and connect over TCP/IP. You can't connect directly via the GUI.
See:
https://developer.arm.com/documentation/101545/0512/Before-you-begin/Android/Preparing-to-capture-non-debuggable-applications?lang=en
... and ...
https://developer.arm.com/documentation/101545/0512/Getting-started/Capture-over-TCP-IP-for-Android-and-Linux-devices?lang=en
Cheers, Pete
Hi Peter,
I had followed the instructions which you said above and the instruction:
developer.arm.com/.../Capture-over-adb-for-Android-devices
but it fails to capture non-debuggable applications.
Thanks
You cannot follow the capture over adb instructions. It doesn't work. You need to connect using the TCIP/IP tab - the second of the links above. Connect to localhost:5002 (or whatever other port you used when you set up when you used "adb forward").
Wow, It workThanks