From 3683da732a54003116c9ff49757c295506dc6fc0 Mon Sep 17 00:00:00 2001 From: TiA4f8R <74829229+TiA4f8R@users.noreply.github.com> Date: Sun, 7 Mar 2021 15:55:40 +0100 Subject: [PATCH] Updated Additional Debugging Info (markdown) --- Additional-Debugging-Info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Additional-Debugging-Info.md b/Additional-Debugging-Info.md index 61e596b..2ceafa5 100644 --- a/Additional-Debugging-Info.md +++ b/Additional-Debugging-Info.md @@ -7,7 +7,7 @@ You'll be asked by a developer to generate additional information and send it to ## Generate a HAR A [HAR](https://en.wikipedia.org/wiki/HAR_(file_format)) contains the network traffic you caused while using NewPipe. Logging this information is not possible with the "normal" NewPipe version. To get this sensitive information, you will need to install a debugging version of NewPipe. When asking you to generate a HAR, the dev should provide you a debugging version. If this is not the case, don't hesitate to ask for one! -1. [Enable USB debugging on your ANdroid device](https://developer.android.com/studio/debug/dev-options#enable). +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. 4. You will see a dialog box asking to enable USB debugging for your computer (identified by its fingerprint). Agree to it.