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。也单击设备登录 android DDMS。我也做了 DDMS 的全部重置透视图。但我不能成功。
在线模式下选择 DDMS 中的设备/模拟器。LogCat'+'下方左侧面板中有标志(绿色)。单击它并"Saved Filters"添加您的整体package name并尝试此操作。"Filter Name""by Application Name"
'+'
"Saved Filters"
package name
"Filter Name"
"by Application Name"
确保在您的 Logcat 中未选择右上角的按钮。其中之一阻止 Logcat 显示新日志。希望有帮助。