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.
如何在 Eclipse 中使用 logcat?我知道它在哪里,但它始终是空白的,并且什么也没有出现。问题可能是什么?
你有没有尝试在 logcat 上打印一些东西,比如。
Log.d("tagname","string you want to execute");
在你的代码中?
然后检查左侧的 logcat 环境,如果您选择了过滤器,请选择“所有消息(无过滤器)”按钮以确保安全。
查看左侧面板,您会在其中找到设备符号,单击它,然后选择合适的设备或仿真器,希望它能为您提供 logcat 的信息。
如果您仍然没有得到任何东西,那么restart您的 adb
restart