Closed mburger81 closed 6 years ago
From chrome://inspect/#devices I can see xhx and fetch calls made to mapbox API
Sorry man, this was my mistake! On first opening the INSPECTOR from DEV TOOLS there is no NETWORK log. We have to reload the page or do something other to see network log. My mistake. Sorry!
We are not able to monitor Ionic4 + Angular6 HTTP requests running test app on real android device using android studio.
If we use Chrome DevTools -> Remote Device monitoring we don't see any traffic in NETWORK also we don't see traffic using Android Studio Profiler
https://developer.android.com/studio/profile/network-profiler?utm_source=android-studio#network_connection_troubleshooting Profiler does only work with HttpURLConnection and OkHttp, so probably not with XMLHttpRequest which HttpClient is on top.
So it would be very difficult to debug traffic on android devices. Right?