调试技巧adb
摘要:
调试技巧:保存log并同时打印屏幕打印log命令adb logcat -v threadtime只能输出到屏幕 如果同时想输出屏幕并保存log回看,可以用"tee"做管道输出:adb logcat -v threadtime | tee backup.log | grep 'MediaPlayerS... 阅读全文
posted @ 2014-09-25 10:17 笨笨居士 阅读(327) 评论(0) 推荐(0)
posted @ 2014-09-25 10:17 笨笨居士 阅读(327) 评论(0) 推荐(0)
posted @ 2014-09-25 10:01 笨笨居士 阅读(1221) 评论(0) 推荐(0)