We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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