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.
有没有办法让 logcat 窗口不总是在最前面?我很少使用这样的窗口,我找不到 logcat 会例外的原因。
完全不需要通过 eclipse 运行 logcat - 您可以adb logcat从主机操作系统的命令行 shell 运行。这也允许您捕获输出,制作有趣的过滤器grep等等。
adb logcat
grep
adb 可执行文件的位置在不同版本的 android 工具中发生了变化;目前它位于安装的 platform-tools/ 目录中,因此如果它不在您的路径中,则必须明确指定位置。
尽量把Eclipse最小化,把logcat拖到Eclipse外面