Update issue templates
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -10,21 +10,13 @@ assignees: ''
|
|||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**Check required kernel modules**
|
**make sure the required kernel modules present**
|
||||||
- `grep binder /proc/filesystems`
|
- `grep binder /proc/filesystems`
|
||||||
- `grep ashmem /proc/misc`
|
- `grep ashmem /proc/misc`
|
||||||
|
|
||||||
**Host info**
|
**collect debug logs**
|
||||||
- `uname -a`
|
`curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | bash -s -- [CONTAINER]`
|
||||||
- `lscpu`
|
omit CONTAINER if not exist any more.
|
||||||
- `ls -al /dev/dri/ && cat /sys/kernel/debug/dri/*/name`
|
|
||||||
- `docker info`
|
|
||||||
- `dmesg -T` (suggest put into a text file)
|
|
||||||
|
|
||||||
**Container info**
|
|
||||||
- running command: `docker run ...`
|
|
||||||
- `docker exec <container> ps -A`
|
|
||||||
- `docker exec <container> logcat -d` (suggest put into a text file)
|
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|||||||
Reference in New Issue
Block a user