【问题标题】:information regarding ndk-stack while using native android lib使用本机 android lib 时有关 ndk-stack 的信息
【发布时间】:2012-03-20 07:07:15
【问题描述】:

我在 external/webkit 库中做了一些更改。之后浏览器因信号 11 而崩溃。 我谷歌追踪问题。我在 ndk/ 文件夹中找到了 ndk-stack。构建 ndk-stack 工具后,我检查了命令

./ndk-stack -sym out/target/product/generic/system/lib -dump 但没有任何反应。

我找到另一个目录 out/target/product/generic/symbols/system/lib

但是在使用 ndk-stack 后我没有得到足够的信息。 我的问题是 ndk-stack 工具是否适用于外部/webkit 中的库,如本机库 还有其他使用 ndk-stack 工具的方法,以及将哪个 lib dir(out/target/product/generic/system/lib 或 out/target/product/generic/symbols/system/lib) 传递给 ndk-stack工具。

【问题讨论】:

    标签: android android-ndk


    【解决方案1】:

    你应该像这样运行它:

    adb logcat | ./ndk-stack -sym out/target/product/generic/system/lib
    

    【讨论】:

      猜你喜欢
      • 2018-10-16
      • 2019-11-08
      • 2012-11-27
      • 2013-02-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多