How to see information related to network tab in chrome mobile browser How to see information related to network tab in chrome mobile browser google-chrome google-chrome

How to see information related to network tab in chrome mobile browser


Yeah, you definitely can. Check out this tutorial:

https://developer.chrome.com/devtools/docs/remote-debugging

It'll allow you to debug your mobile browser from the desktop dev tools.


Maybe it is a little late but i still leave my answer here.

Android

if your android app is using stetho, then you can:

  1. Connect your device with a usb cable to your PC
  2. Navigate to chrome://inspect/#devices
  3. It opens a page which includes the list of your devices
  4. Click on the link of your device and it opens Developer tools of chrome for you, which includes console, and Network tabs

But, keep in mind that your app must benefit from stetho, otherwise you don't see anything.


IOS:

  1. Install Charlesproxy
  2. Follow this guideline


If you have desktop computer nearby use remote debugging tools, otherwise there is some basic network traffic inspection support in this browser: https://play.google.com/store/apps/details?id=com.cleverextract.devbrowser