0

Does someone know if it is possible to dump all writes of a process does in the fileystem in android? Or at least the path where the process writes?

I would like to monitor my application. I see the dalvik machine use netlink class to comunicate with kernel, should I edit that or something else?

Rohit Gupta
  • 4,022
  • 20
  • 31
  • 41
Bestbug
  • 475
  • 4
  • 13

1 Answers1

0

If you are using Android Lollipop you can use the API App Usage Statistics. For pre-lollipop devices you can use getRecentTasks() from ActivityManager

Yiyo Castillo
  • 225
  • 2
  • 14