1

i need to monitor, which services/apps produce what traffic (measured in kbit/s, separated by up- and downlink) for my phone. how do i do this? i googled around but did not find any helpful posts/howtos...

xenonite
  • 1,671
  • 4
  • 28
  • 43
  • 1
    Not sure if it is possible to get so much detailed info. However, this is the starting point anyway: http://developer.android.com/reference/android/net/TrafficStats.html – Zelimir Mar 28 '11 at 08:21

1 Answers1

0

The answer is the class TrafficStats :) Here, you can get the transferred Bytes and/or packages...

xenonite
  • 1,671
  • 4
  • 28
  • 43