From aeba6f62a4c24e8d94bd48d21b940724051ee76d Mon Sep 17 00:00:00 2001 From: TiA4f8R <74829229+TiA4f8R@users.noreply.github.com> Date: Sun, 4 Apr 2021 15:41:41 +0200 Subject: [PATCH] Stetho is broken on Chromium 89 and higher: add a workaround to be able to inspect NewPipe debug versions --- Additional-Debugging-Info.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Additional-Debugging-Info.md b/Additional-Debugging-Info.md index 6b49253..0b5c2d2 100644 --- a/Additional-Debugging-Info.md +++ b/Additional-Debugging-Info.md @@ -9,14 +9,17 @@ A [HAR](https://en.wikipedia.org/wiki/HAR_(file_format)) contains the network tr 1. [Enable USB debugging on your Android device](https://developer.android.com/studio/debug/dev-options#enable). 2. Connect your phone to your PC through USB. -3. Open Chrome on your PC, type `chrome://inspect` into the address bar. +3. Open Chrome/Chromium on your PC, type `chrome://inspect` into the address bar. 4. You will see a dialog box asking to enable USB debugging for your computer (identified by its fingerprint). Agree to it. 4. Open that debug version of NewPipe on your phone. -5. Select the NewPipe debug version in Chrome: +5. Select the NewPipe debug version in Chrome/Chromium: ![click on inspect](https://user-images.githubusercontent.com/17365767/96285447-44b88880-0fdf-11eb-98ad-2f2c522f37ab.png) 6. Click on `Inspect` and go to the `Network` tab. + +**Important note:** a bug breaks the inspection window of NewPipe debug versions in versions 89 and higher of Chrome/Chromium, see [this issue for more information](https://github.com/facebook/stetho/issues/696). Use Edge Chromium as a workaround or this old version of Chromium: [Windows 32 bit version](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/827102/), [Windows 64 bit version](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/827102/), [MacOS version](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/827102/), [Linux 64 bit version](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/827102/). + 7. Reproduce the problem. 8. In the DevTools, save the network traffic as HAR by right-clicking on a request and then clicking on `Save as HAR with content`: