Forums - can't trace opengl es mtrics

1 post / 0 new
can't trace opengl es mtrics
dgang
Join Date: 23 Jun 19
Posts: 1
Posted: Mon, 2019-06-24 00:43

Hi,

 

I have an application for which i want to trace teh opengl app. It is an android opengl3 app.

I have the following flow:

* Start the app through launch application

* capture trace

 

Now i have options like natice tracing api, but no option like rendering stages and opengl es

 

I tried this already on google pixel3 and samsung s9 but with no avail.

 

The permissions of my androidmanifest are:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

 

Is there a checklist or some resource i can doublecheck that i did not forget anything ?

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.