Android uses Chrome browser to capture packets

Android uses the Chrome browser to capture packets.
Here is a method of capturing packets using a real Android device.

Open the Chrome browser, open the URL: chrome://inspect/#devices,
find the corresponding App, click inspect, make a network request, and you can see the packet capture data.

Connect the data cable to the android device,

If you are still blank at this moment, install and check out Google’s extension plug-in “ADB Plugin”

Open the URL, search for ADB and install the ADB plugin
https://chrome.google.com/webstore/search/adb?utm_source=ext_app_menu

https://chrome.google.com/webstore/search/adb?utm_source=ext_app_menu

Open the Google browser on your mobile phone and you can see the interface. Enter the address in Baidu and you will know.

Click Open, and your phone will automatically jump to the Baidu page.

Use Chrome://inspect to debug Webview on Android device
https://www.jianshu.com/p/4dee188f7f09

Guess you like

Origin blog.csdn.net/qq_30273575/article/details/132883424