Hi guys,
Arm Mobile Studio 2022.4 Graphics Analyzer fails to capture non-debuggable applications.
Hi,
To capture non-debuggable applications, you have to be running on a device with an "eng" or "userdebug" build of the OS, and it has to be running Android 10 or newer.
You must also set up the capture manually and connect via TCP/IP - you cannot connect via the GUI.See the section in the user guide.
Cheers, Pete
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
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