coozoo / androidprocmon

Android process monitor allows to monitor processes using top and dumpsys utils through ADB (actually some kind of GUI). And little bit more logging, chart plotting, execute commands...
GNU General Public License v3.0
31 stars 3 forks source link

File accessing monitor #3

Open xioxu opened 5 years ago

xioxu commented 5 years ago

I think file accessing monitor is a very usefull feature, could u please conside to add it?

coozoo commented 4 years ago

Sorry maybe it's too late, just seen that. Do you mean something like lsof?

iamjonny commented 10 months ago

I'm new to the adb-procmon party, just reset my phone hoping to trace and save snapshots, and better understand partitions and links (symbolic, and others? linux-noob) and found this re fileactivity....

Bluesky / holygrail: like procmon filterbale by path, on rooted, allow visibility of all read/write fileactivity, to see what is saved where (assuming apps with config options store these in files, when not storing in system or other)

not tried yet (about to), had hoped to restore my multi-user functionality given my phone is rooted, and build.prop has the settings I added... maybe something else was added by module FastFwd - android-procmon may help with this...