how to monitor syst...
 
Notifications
Clear all

how to monitor system logs and export to files simultaneousl

1 Posts
1 Users
0 Reactions
616 Views
(@gorvq7222)
Reputable Member
Joined: 11 years ago
Posts: 236
Topic starter  

What will you do when you conduct a malware analysis on a smartphone? You will focus on running processes or services, and also you'll capture memory dump and network packets for further analysis.

Of course you will keep an eye on the system logs. You want to real time monitor the logs but you will feel exhausted easily on doing this all day. If you want to real time monitor and export to files for further analysis, you could use adb logcat and pipe to a file on the workstation.

You guys could take a look at my blog to see the screenshots for reference.
http//www.cnblogs.com/pieces0310/p/5903364.html


   
Quote
Share: