使用GPU调试器(GAPID)android studio

时间:2017-08-16 08:15:18

标签: android android-studio debugging gpu

我正在尝试在Android Studio中使用新的开源GPU调试工具,因为早期版本已被删除

https://developer.android.com/studio/debug/am-gpu-debugger.html

所以 - 我去了SDK-manager并安装了GAPID - 没问题。

但是我的问题 - 我如何使用它,因为它应该集成在Android Studio中?

设备上已启用GPU渲染配置文件(adb shell dumpsys gfx-info)

我现在看到的只是GPU调试器中的绿色时间线

可能缺少什么/问题或我的误解?

enter image description here

2 个答案:

答案 0 :(得分:0)

我不确定从SDK Manager安装它是什么(我在gapid.exe文件夹下的Windows上找不到[android-sdk]/extras/android/gapid),但GAPID可以用作一个独立工具。你可以从github获得它:https://github.com/google/gapid/releases

答案 1 :(得分:0)

不幸的是,GAPIDAndroidStudio不能混合使用。即使可以通过SDK Manager安装GAPID。

事实上,they recommend关闭了AndroidStudio,并确保在您要使用GAPID时未运行。