Android: 本机堆检查和 DDMS
Android: Native heap inspection and DDMS
要使用 DDMS 进行 Android 本机堆检查,我发现我必须按照 ANDROID_HOME/tools/ddms.
使用独立的 DDMS
在最后一次 Android SDK 更新后,没有这样的脚本。现在有人知道如何进行图形 Android 本机堆检查吗?
DDMS is integrated into Android Studio. To use it, launch the Android Device Monitor, and click the DDMS menu button.
因此,解决方法似乎是下载旧版本的 Android SDK 工具,其中未从 http://dl.google.com/android/repository/tools_r25.2.5-linux.zip 破坏(将 "linux" 替换为 windows,如果在 Windows,等等)。
这将提供 tools/ddms.bat 等,它们将与调试 malloc 指令一起正常工作。
看来 Android SDK 工具的所有后续版本在这方面都有严重的倒退。
要使用 DDMS 进行 Android 本机堆检查,我发现我必须按照 ANDROID_HOME/tools/ddms.
使用独立的 DDMS在最后一次 Android SDK 更新后,没有这样的脚本。现在有人知道如何进行图形 Android 本机堆检查吗?
DDMS is integrated into Android Studio. To use it, launch the Android Device Monitor, and click the DDMS menu button.
因此,解决方法似乎是下载旧版本的 Android SDK 工具,其中未从 http://dl.google.com/android/repository/tools_r25.2.5-linux.zip 破坏(将 "linux" 替换为 windows,如果在 Windows,等等)。
这将提供 tools/ddms.bat 等,它们将与调试 malloc 指令一起正常工作。
看来 Android SDK 工具的所有后续版本在这方面都有严重的倒退。