【Logcat】在Android Studio中查看android APP 日志

参考资料:

http://jingyan.baidu.com/article/948f592408e07bd80ff5f9a9.html

http://www.linuxidc.com/Linux/2015-05/117919p2.htm

1、首先启动android studio,在工具栏选择Tools>Android>Android Device Monitor

***若首次打开需选中android工程并打开***

2、连接完成后Android Device Monitor窗口显示如下:

3、点击Saved Filters旁边的“+”可对日志级别及设置条件进行过滤

查看crash log的方法参考资料:https://www.zhihu.com/question/32024327

浅谈ANR及log分析ANR参考资料:http://blog.csdn.net/itachi85/article/details/6918761

原文地址:https://www.cnblogs.com/lauren1003/p/6193076.html