Unable to run systrace tool on android emulator

别等时光非礼了梦想. 提交于 2019-12-09 03:54:26

问题


Systrace tool which is used for performnce analysis of android devices are not getting executed on android emulator in ubuntu

I have tried below ways for the same but i end up with same problem

1.First of all I tried to mount /sys/kernel/debug then its readonly file system message comes .So I am not able to create the same 2.Tried to create new kernel image kernel-qmeu image with latest goldfish source code and replaced at system images place of sdk,but the emulator fails to boot. 3.Editing init.rc and adding permissions for /sys/kernel/debug and recreated the ramdisk.img,emulator boots but it still hasnt have the debugfs at /sys/kernel 4.I tried replacing new kernel image with debugfs support(through make menuconfig) and ramdisk.img with debugfs permissions.But emulator fails to boot.

Kindly help me in this concern. feel free to shoot back in case of any more clarifications


回答1:


Google does not support the systrace tool in the emulator. You will need to get a Jelly Bean device that does support systrace. The Google Nexus devices seem to, and the Samsung GS3 does. My Motorola Droid RAZR M does not (so far at least). Good luck!



来源:https://stackoverflow.com/questions/16167626/unable-to-run-systrace-tool-on-android-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!