adb工具
【摘要】
日志记录
I:\APP测试\drozer>adb connect 127.0.0.1:62001
connected to 127.0.0.1:62001
I:\APP测试\drozer>...
日志记录
I:\APP测试\drozer>adb connect 127.0.0.1:62001
connected to 127.0.0.1:62001
I:\APP测试\drozer>adb devices
adb server version (36) doesn't match this client (41); killing...
* daemon started successfully
List of devices attached
I:\APP测试\drozer>adb logcat -s diva-log
--------- beginning of main
--------- beginning of system
--------- beginning of crash
02-14 15:56:33.070 3384 3384 E diva-log: Error while processing transaction with credit card:
02-14 15:56:34.597 3384 3384 E diva-log: Error while processing transaction with credit card:
02-14 15:56:34.702 3384 3384 E diva-log: Error while processing transaction with credit card:
02-14 15:56:57.173 3384 3384 E diva-log: Error while processing transaction with credit card: 12
02-14 15:57:02.947 3384 3384 E diva-log: Error while processing transaction with credit card: 444412
02-14 15:57:03.363 3384 3384 E diva-log: Error while processing transaction with credit card: 444412
02-14 15:57:03.495 3384 3384 E diva-log: Error while processing transaction with credit card: 444412
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
进入到shell查看日志
I:\APP测试\drozer>adb shell
d2q:/ # ps | grep diva
u0_a52 9094 1878 973204 101196 d770ecc0 S jakhar.aseem.diva
I:\APP测试\drozer>adb logcat | findstr 9094
02-14 14:49:11.788 2170 2335 I ActivityManager: Start proc 9094:jakhar.aseem.diva/u0a52 for activity jakhar.aseem.diva/.MainActivity
02-14 15:32:24.433 3790 3852 I Finsky : [143] pzi.apply(88): SCH: Scheduling system job Id: 9094, L: 14772, D: 15585658, C: false, I: false, N: 1
02-14 15:32:39.212 3790 3790 I Finsky : [1] qsu.a(3): SCH: job service start with id 9094.
02-14 15:32:39.223 3790 11121 I Finsky : [399] qji.a(5): SCH: Satisfied jobs for 9094 are: 12-1
02-14 15:32:39.563 3790 12399 I Finsky : [408] qsq.a(-1): SCH: job service finished with id 9094.
02-14 15:45:22.237 9094 9110 D OpenGLRenderer: endAllActiveAnimators on 0xb6caa900 (RippleDrawable) with handle 0xb624b350
02-14 15:45:56.710 9094 9094 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
02-14 15:45:57.311 9094 9094 E diva-log: Error while processing transaction with credit card: 11
02-14 15:45:57.431 9094 9094 E diva-log: Error while processing transaction with credit card: 11
02-14 15:46:05.313 9094 9094 E diva-log: Error while processing transaction with credit card: 1154245
02-14 15:46:28.580 9094 9094 E diva-log: Error while processing transaction with credit card: 77868866
02-14 15:46:42.661 9094 9094 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
02-14 15:46:43.958 9094 9094 E diva-log: Error while processing transaction with credit card: 123456789
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
文章来源: libai.blog.csdn.net,作者:网络¥安全联盟站,版权归原作者所有,如需转载,请联系作者。
原文链接:libai.blog.csdn.net/article/details/122926365
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)