google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.21k stars 328 forks source link

GAPID can't find some application this is not debuggable #3820

Closed voronoi-coder closed 4 years ago

voronoi-coder commented 4 years ago

Environment information:

"if you have root access to the device any application can be traced." I hava root access to my device, why GAPID can't find some application this is not debuggable?

ShoutTree commented 4 years ago

I met the same problem as you. From what I found, the android should be built as "user debug" to be able to make GAPID function right. So either you need to build an android from ASOP using "user debug" mode, or you can flash a custom distribution of "user debug" mode built by others, like lineageOS.

voronoi-coder commented 4 years ago

Thanks a lot for your suggestion! I will try it.

pau-baiget commented 4 years ago

Thanks @hahahJoey for reporting this issue. The GAPID project has been moved to maintenance mode and therefore no active development is done on this repository.

We are focusing our efforts on the Android GPU Inspector: https://github.com/google/agi