We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9435a4 commit f804aa4Copy full SHA for f804aa4
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,21 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: "[BUG]"
5
+labels: bug
6
+assignees: ''
7
+
8
9
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
13
+**Generate statistics**
14
15
+```bash
16
+wget https://raw.githubusercontent.com/rev1si0n/lamda/master/tools/statistics.sh
17
+adb push statistics.sh /data/local/tmp
18
+# su to root (change launch.sh to LAMDA's launch.sh path)
19
+sh /data/local/tmp/statistics.sh /data/local/tmp/arm64-v8a/bin/launch.sh
20
+# then attach report file /sdcard/statistics.txt
21
+```
0 commit comments