Stop guiding people to use logcat

People keep trying to filter it to the point where it's only unrelated log information.
This commit is contained in:
Alexander Capehart 2023-03-03 18:31:52 -07:00 committed by GitHub
parent 7501f02753
commit 25cc463979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,19 +59,11 @@ body:
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Relevant log output label: Bug report
description: | description: |
If possible, provide a stack trace or a Logcat. This can help identify the issue. If possible, provide a "bug report" ZIP file to make it easier to identify the issue.
To take a logcat, you must do the following: Go to [here](https://developer.android.com/studio/debug/bug-report) for guidance on how
1. Use a desktop/laptop to download the android platform tools from [here](https://developer.android.com/studio/releases/platform-tools). to take one.
2. Extract the downloaded file to a folder.
3. Enable USB debugging on your phone [Instructions](https://developer.android.com/studio/command-line/adb#Enabling), and then connect your
phone to a laptop. You will get a prompt to "Allow USB debugging" when you run the logcat command. Accept this.
4. Open up a terminal/command prompt in that folder and run:
- `./adb -d logcat | grep -i "[DWE] Auxio"` in the case of a bug (may require some changes on windows)
- `./adb -d logcat AndroidRuntime:E *:S` in the case of a crash
5. Copy and paste the output to this area of the issue.
render: shell
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes