Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I check my Android app's network consumption? [closed]

I need to check my Android app's Internet consumption. In my app I have a numerous number of web service APIs being called.

I want to know how much my app consumes the Internet in kB/MB at a full go.

How can I check that? Is there any tool to check that?

like image 697
WISHY Avatar asked Apr 19 '16 06:04

WISHY


People also ask

How can I see network traffic on Android apps?

To open the Network Inspector, follow these steps: From the Android Studio navigation bar, select View > Tool Windows > App Inspection. After the app inspection window automatically connects to an app process, select Network Inspector from the tabs.


1 Answers

Android Studio 2.0 Introduce new Network section in Android Monitor which can help you with your problem.

enter image description here

Tx == Transmit Bytes Rx == Receive Bytes 
like image 163
M D Avatar answered Sep 18 '22 12:09

M D