Hi guys,
Arm Mobile Studio 2022.4 Graphics Analyzer fails to capture non-debuggable applications.
Hi Peter,
I have also done all with Arm Mobile Studio 2022.3.
but I can't capture non-debuggable application.
Thanks
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
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.
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