So android studio has this really nice tool that can help you monitor and track GPU work, the problem is i cant get it to work on my live wallpaper app. I would like to see the stats when i debug my live wallpaper(All other debugging options work just fine, including memory, CPU and network monitoring). Is there a way to make it work? if not is there an android API that will let me access this data so that i can log it by myself? Thanks
Edit:
To clarify: I am not using an activity, i am in a context base app no activity is present while i draw. I have used > adb shell dumpsys gfxinfo
and it only updates the data if an activity is running. What i need is gfxinfo for non activity drawings.