Update issue templates

This commit is contained in:
zhouziyang
2022-06-14 15:05:52 +08:00
committed by GitHub
parent dc8d732a9e
commit cad1fd7311

View File

@@ -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.