Tencent / loli_profiler

Memory instrumentation tool for android app&game developers.
Other
610 stars 76 forks source link

一直卡在Injecting libloli.so xxx #13

Closed liminwanqing closed 3 years ago

liminwanqing commented 3 years ago

launch之后就一直卡在 Injecting libloli.so xxx

sindney commented 3 years ago
  1. 确认下配置是否正确,确认app是debuggable=true
  2. 确认下是否有开Android Studio等工具
  3. 按照 https://github.com/Tencent/loli_profiler/blob/master/src/startappprocess.cpp 这里的步骤手动执行以下注入流程
  4. 可看看exe旁的log文件
liminwanqing commented 3 years ago
  1. 确认下配置是否正确,确认app是debuggable=true
  2. 确认下是否有开Android Studio等工具
  3. 按照 https://github.com/Tencent/loli_profiler/blob/master/src/startappprocess.cpp 这里的步骤手动执行以下注入流程
  4. 可看看exe旁的log文件

好的,我试试

liminwanqing commented 3 years ago
  1. 确认下配置是否正确,确认app是debuggable=true
  2. 确认下是否有开Android Studio等工具
  3. 按照 https://github.com/Tencent/loli_profiler/blob/master/src/startappprocess.cpp 这里的步骤手动执行以下注入流程
  4. 可看看exe旁的log文件

现在可以了,但是so这边都是unknown,我再白名单里面有配置so的

sindney commented 3 years ago

root机?是不是这个原因 https://github.com/Tencent/loli_profiler/issues/2