Skip to content

Commit 5bc5079

Browse files
committed
update android bug report template
1 parent 64d233d commit 5bc5079

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/01-bug-report-android.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Bug report (Android)
22
description: Report a bug in the Android app
33
labels: ["bug", "android"]
4-
title: "[Android] "
54
body:
65
- type: markdown
76
attributes:
@@ -88,11 +87,13 @@ body:
8887
label: Logs
8988
description: |
9089
If you are rooted, give the app root access, open the app, go to `Settings → Troubleshooting → Collect Logs`, and attach the resulting file here.
90+
9191
Without logs most bugs are very hard to diagnose. If you are not, follow these instructions:
92-
9392
(Needs access to a computer, and USB/Wireless Debugging under developer options enabled)
94-
Get the uid: Linux/Mac: `adb shell dumpsys package me.kavishdevar.librepods | grep uid`
95-
Start logs: `adb logcat --uid=<uid>,1002 >> librepods-logs.txt` (1002 is for bluetooth)
93+
94+
Commands:
95+
- Get the uid: Linux/Mac: `adb shell dumpsys package me.kavishdevar.librepods | grep uid`
96+
- Start logs: `adb logcat --uid=<uid>,1002 >> librepods-logs.txt` (1002 is for bluetooth)
9697
9798
Steps for proper logs
9899
- force close the app

0 commit comments

Comments
 (0)