美文网首页
android studio debug android run

android studio debug android run

作者: 火把_033f | 来源:发表于2020-01-02 22:29 被阅读0次

目标

debug android runtime native code

环境

已经编译好aosp 源码 版本10

步骤

  1. 新建native project


    image.png
  2. debug

  3. pause project in native debug window


    image.png
  4. add-dsym your_path_to_libart.so
    其中路径大概是
    aosp/out/target/product/generic_x86_64/symbols/apex/com.android.runtime/lib64/libart.so

  5. settings set target.source-map art your_art_path_in_project

your_art_path_in_project 是预先把art源码拷贝到as中的位置

然后用鼠标下个断点,触发它


image.png

nice!

参考

https://github.com/tiann/android-native-debug

相关文章

网友评论

      本文标题:android studio debug android run

      本文链接:https://www.haomeiwen.com/subject/dxraoctx.html