huluhuluu
huluhuluu
You can try copy libomp.so file to your lib path(LD_LIBRARY_PATH) from ndk path.
你好,这个profiler软件似乎不对普通开发者开放(Software Restricted),应该这么申请呢。
> [@huluhuluu](https://github.com/huluhuluu) 现在高通有个新的profile软件,但是我们没完全测试过。您可以试一下:https://docs.qualcomm.com/bundle/publicresource/topics/80-54323-2/introduction.html?product=1601111740023455 > > 这个软件应该能抓取到更多的信息 感谢回复,根据文档执行到InstallerAndroid时,需要使用root权限将文件拷贝到/vendor目录下,但是我的测试机尚未获取root。我按照目录下的readme文件指引,把文件放入/data/local/tmp下 并且将环境变量指向对应的方向,并且执行启动命令,再软件上并识别不到设备。 ``` adb push "C:\Program Files (x86)\Qualcomm\Shared\QualcommProfiler\API\target-la\bins" /data/local/tmp/QualcommProfiler/bin adb push "C:\Program Files (x86)\Qualcomm\Shared\QualcommProfiler\API\target-la\libs" /data/local/tmp/QualcommProfiler/qprof/libs adb push "C:\Program Files (x86)\Qualcomm\Shared\QualcommProfiler\API\target-la\libs\handlers" /data/local/tmp/QualcommProfiler/qprof/libs/handlers adb push "C:\Program...
> > > [@huluhuluu](https://github.com/huluhuluu) 现在高通有个新的profile软件,但是我们没完全测试过。您可以试一下:https://docs.qualcomm.com/bundle/publicresource/topics/80-54323-2/introduction.html?product=1601111740023455 > > > 这个软件应该能抓取到更多的信息 > > > > > > 感谢回复,根据文档执行到InstallerAndroid时,需要使用root权限将文件拷贝到/vendor目录下,但是我的测试机尚未获取root。我按照目录下的readme文件指引,把文件放入/data/local/tmp下 并且将环境变量指向对应的方向,并且执行启动命令,再软件上并识别不到设备。 > > ``` > > adb push "C:\Program Files (x86)\Qualcomm\Shared\QualcommProfiler\API\target-la\bins" /data/local/tmp/QualcommProfiler/bin > >...