Files
redroid-doc/.github/ISSUE_TEMPLATE/bug_report.md
2022-06-14 15:05:52 +08:00

23 lines
544 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**make sure the required kernel modules present**
- `grep binder /proc/filesystems`
- `grep ashmem /proc/misc`
**collect debug logs**
`curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | bash -s -- [CONTAINER]`
omit CONTAINER if not exist any more.
**Screenshots**
If applicable, add screenshots to help explain your problem.