Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 linux 上,我运行了一个 Android ARM 模拟器。我想查看日志输出,所以我在命令行上启动了 ddms。ddms 打开后,我选择了设备。然后在两三秒后 DDMS 冻结。只有在我选择设备后它才会冻结。
有人知道这里有什么问题吗?谢谢。
DDMS 现在已弃用,因为它的输出显示:
DDMS 的独立版本已弃用。请改用 Android 设备监视器(工具/监视器)。
改用monitor工具。而且,正如@Chris Stratton 所说,您始终可以将 logcat 作为独立工具或作为 IDE 的一部分使用(Eclipse 和 IntelliJ Idea 支持它)。
monitor