Results 25 comments of sindney

可以发一下profiler的配置,可能是配置有问题

libraries里配置名称不需要加.so的后缀 hook的log可以通过 adb logcat -s xhook看到

xhook的log里没有找到这个libmemoryproblemtestdemo.so,有的是这个08bc8eac-agent.so: ``` init OK: /data/data/com.example.memoryproblemtestdemo/code_cache/startup_agents/08bc8eac-agent.so (RELA GNU_HASH PLT:9408 DYN:126816 ANDROID:0) 09-10 15:52:14.868 22103 22166 I xhook : hooking malloc in /data/data/com.example.memoryproblemtestdemo/code_cache/startup_agents/08bc8eac-agent.so 09-10 15:52:14.868 22103 22166 I xhook : found malloc...

统一处理无法连接的issue: 参考 https://github.com/Tencent/loli_profiler/blob/master/docs/TROUBLE_SHOOTING.md 附上 profiler.log & profiler_error.log