NativeScript / android

Android runtime for NativeScript (based on V8)
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
516 stars 136 forks source link

Chrome DevTools not showing network activity anymore #1778

Open 13dante04 opened 10 months ago

13dante04 commented 10 months ago

Environment

"@nativescript/angular": "^15.2.0",
"nativescript": "8.5.3",
"@nativescript/android": "8.5.1",
"@nativescript/core": "8.5.9"

Describe the bug No network activity data is shown in the chrome devtools

To Reproduce run nativescript app in debug mode with ns debug android --no-hmr --bundle

Expected behavior Network activity to be recorded when opening chrome DevTool

EDIT: For anyone experiencing the same issue, intercepting traffic with HTTP Toolkit works as a workaround

vallemar commented 10 months ago

@13dante04 As of @nativescript/android@8.5.X the network tab doesn't work. This is currently being worked on to solve it, in the latest version of ios it is working.

If it is required to see the calls in android, and you can't check it in ios, download the android version to 8.4.0 as @nativescript/android@8.4.0

febriarief commented 6 months ago

any update?

NathanWalker commented 6 months ago

This along with other dev tools updates like profiler improvements is set for 8.7 in Q1.