Intel® Graphics Performance Analyzers 2012 R5 Help
The Intel® GPA System Analyzer Application List screen displays two groups of applications:
Analyzable applications
Non-analyzable applications
Analyzable applications have the proper permissions that enable you to analyse any application from this list by Intel GPA.
To analyze an application from the Non-analyzable applications list, you need to modify the application’s permissions:
Open the AndroidManifest.xml file of your application.
Enable the Internet connection permission: <uses-permission android:name="android.permission.INTERNET">
Enable the debuggable permission: <application android:debuggable="true">
