android studio技巧之设置monitor窗口模式查看logcat

在windows下做Android开发最为麻烦就是看logcat,巨硬的自带cmd窗口太难用,而且还存在打印utf-8乱码问题。幸好Android studio的monitor能够看logcat,严格上将monitor是Android SDK的tools工具集,只是Android studio集成了而已,如果想边开发边看logcat,monitor在studio的小窗口显然非常不方便;所以最好设置为独立窗口模式,最大化下看logcat舒服多了,虽然没有Linux系统下那么爽,俗话说“苍蝇腿也是肉”有总比没有好。接下来就说说设置流程
步骤一、android monitor设置为 windows mode
步骤二、android monitor filter的tag使用正则表达式


猜你喜欢

转载自blog.csdn.net/SweetTool/article/details/79721385