Some grammar changes plus a missing step
parent
a549c2fd6d
commit
7f13d8ef8d
|
@ -1,22 +1,23 @@
|
||||||
# Generate Additional Debugging Info
|
# Generate Additional Debugging Info
|
||||||
|
|
||||||
The developers sometimes need additional info about your problem, because they cannot reproduce it. This happens for example when a problem is restricted to certain countries or network / proxy settings causing the devs to get different responses from e.g. YouTube's servers than you.
|
The developers sometimes need additional info about your problem because they cannot reproduce it. This happens, for example, when a problem is restricted to certain countries or caused by network / proxy settings. Hence the developers may get different responses from a service than you.
|
||||||
|
|
||||||
You'll be asked by a developer to generate additional info and send it to a dev's email address. Please do not post the additional info on GitHub, because it might contain sensitive information about your NewPipe usage.
|
You'll be asked by a developer to generate additional information and send it to a developer's email address. **Please do not post the additional info on GitHub**, because it might contain sensitive information about your NewPipe usage.
|
||||||
|
|
||||||
## Generate a HAR
|
## Generate a HAR
|
||||||
A [HAR](https://en.wikipedia.org/wiki/HAR_(file_format)) contains the network traffic you caused while using NewPipe. This information is not logged when using the normal NewPipe version. To get this info, you'll need to install a debug version of NewPipe.
|
A [HAR](https://en.wikipedia.org/wiki/HAR_(file_format)) contains the network traffic you caused while using NewPipe. This information is not logged when using the normal NewPipe version. To get this information, you will need to install a debug version of NewPipe.
|
||||||
|
|
||||||
1. [Enable USB debugging](https://developer.android.com/studio/debug/dev-options#enable).
|
1. [Enable USB debugging](https://developer.android.com/studio/debug/dev-options#enable).
|
||||||
2. Connect your phone to your PC through USB
|
2. Connect your phone to your PC through USB.
|
||||||
3. Open Chrome, type `chrome://inspect` into the address bar
|
3. Open Chrome, 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.
|
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:
|
||||||
|
|
||||||
![click on inspect](https://user-images.githubusercontent.com/17365767/96285447-44b88880-0fdf-11eb-98ad-2f2c522f37ab.png)
|
![click on inspect](https://user-images.githubusercontent.com/17365767/96285447-44b88880-0fdf-11eb-98ad-2f2c522f37ab.png)
|
||||||
|
|
||||||
6. In the Chrome DevTools, go to the "Network" tab
|
6. In the Chrome DevTools, go to the "Network" tab.
|
||||||
7. Reproduce the problem
|
7. Reproduce the problem.
|
||||||
8. In the Chrome DevTools, save the network traffic as HAR:
|
8. In the Chrome DevTools, save the network traffic as HAR:
|
||||||
|
|
||||||
![export HAR](https://user-images.githubusercontent.com/17365767/96284552-02db1280-0fde-11eb-8fd6-e8aa11719701.png)
|
![export HAR](https://user-images.githubusercontent.com/17365767/96284552-02db1280-0fde-11eb-8fd6-e8aa11719701.png)
|
||||||
|
|
Loading…
Reference in New Issue