Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 adb 命令shell dumpsys gfxinfo " + packageName + " framestats"来获取当前视图的 fps 数据,并且对于少数游戏来说一切正常,但是对于少数其他游戏,这个命令不起作用。它只给我输出为null仅此而已。有没有通过 adb 命令获取 android fps 和 gpu 的有效方法?
我尝试了adb shell dumpsys SurfaceFlinger --latency并且结果保持不变。如果 ADB 命令中有任何更新,请告诉我。