android-ndk-profiler无法生成gmon.out文件
@wangxigui 你好,想跟你请教个问题:
hi,目前我也在用android-ndk-profiler,但是<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />没起作用,没有看到gmon.out文件生成,后我直接把android-ndk-profiler源码加载到我的工程中进行调试,sdcard/gmon.out文件总是创建失败。请问你碰到过类似的问题吗?现在纠结的要死啊,我在想怎么修改sdcard的读写权限。并且用DDMS看的时候,sdcard的权限是l,也就是一个链接目录,链接到mnt/sdcard,果然mnt/sdcard是d---------,没有任何 读写权限。