【发布时间】:2019-01-07 06:03:54
【问题描述】:
当使用 LLDB 调试使用原生库的 android 项目时,我无法导出核心转储。
我运行我的应用程序并在调试器中获得一个 SIGSEGV。然后我在 Android Studio 中打开 LLDB 控制台,当我尝试导出核心转储时得到以下信息。
(lldb) process save-core ./core-20180730-174318
error: Failed to save core file for process: no ObjectFile plugins were able to save a core for this process
【问题讨论】:
标签: android android-studio native lldb