facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Stetho doesn't capture network in network inspector #705

Open Einere opened 2 years ago

Einere commented 2 years ago

description

i'm using stetho for inspect network for release mode apk. but chrome devtool Netowrk tab doen't show anything.

environment

Chrome version: 88.0.4324.0(developer build) (x86_64) RN version: 0.53.2 stetho versino: 1.6.0 stetho-okhttp3: 1.6.0

fobidlim commented 2 years ago

Same here: https://stackoverflow.com/questions/66461857/chrome-devtools-broken-stetho-unusable

Einere commented 2 years ago

@fobidlim oh, thank you for linking SOF. I have read it. so, i has fixed chrome's broken rendering. but stetho still no show any network log. 🥺