mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-22 16:59:11 +00:00
update android bug report template
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
name: Bug report (Android)
|
name: Bug report (Android)
|
||||||
description: Report a bug in the Android app
|
description: Report a bug in the Android app
|
||||||
labels: ["bug", "android"]
|
labels: ["bug", "android"]
|
||||||
title: "[Android] "
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -88,11 +87,13 @@ body:
|
|||||||
label: Logs
|
label: Logs
|
||||||
description: |
|
description: |
|
||||||
If you are rooted, give the app root access, open the app, go to `Settings → Troubleshooting → Collect Logs`, and attach the resulting file here.
|
If you are rooted, give the app root access, open the app, go to `Settings → Troubleshooting → Collect Logs`, and attach the resulting file here.
|
||||||
|
|
||||||
Without logs most bugs are very hard to diagnose. If you are not, follow these instructions:
|
Without logs most bugs are very hard to diagnose. If you are not, follow these instructions:
|
||||||
|
|
||||||
(Needs access to a computer, and USB/Wireless Debugging under developer options enabled)
|
(Needs access to a computer, and USB/Wireless Debugging under developer options enabled)
|
||||||
Get the uid: Linux/Mac: `adb shell dumpsys package me.kavishdevar.librepods | grep uid`
|
|
||||||
Start logs: `adb logcat --uid=<uid>,1002 >> librepods-logs.txt` (1002 is for bluetooth)
|
Commands:
|
||||||
|
- Get the uid: Linux/Mac: `adb shell dumpsys package me.kavishdevar.librepods | grep uid`
|
||||||
|
- Start logs: `adb logcat --uid=<uid>,1002 >> librepods-logs.txt` (1002 is for bluetooth)
|
||||||
|
|
||||||
Steps for proper logs
|
Steps for proper logs
|
||||||
- force close the app
|
- force close the app
|
||||||
|
|||||||
Reference in New Issue
Block a user