I want information about data usages of android device and want to show a graph from that.
I'm getting memory information from the adb command but not getting a way to find data usage of mobile and wifi network.
I searched for adb command for data usage info but getting methods to see data usage from mobile settings
Is there any way to get that info from adb command?
Asked
Active
Viewed 29 times
0
-
AFAIK that data is only accessible on rooted devices. The only alternative is to install an app that monitors al the traffic and builds an own database. – Robert Mar 01 '23 at 17:50