Skip to content

Commit b85761a

Browse files
committed
see 05/30 log
1 parent f810ffd commit b85761a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
**Describe the bug**
2+
A clear and concise description of what the bug is.
3+
4+
**The version of utilcode: [e.g. 1.16.3]**
5+
6+
**The device: [e.g. Nexus 5X]**
7+
8+
**The version of device: [e.g. API 27]**
9+
10+
**The code: **
11+
[e.g.
12+
```java
13+
CrashUtils.init();
14+
```
15+
]
16+
17+
**The stack of crash: **
18+
[e.g.
19+
```
20+
Caused by: java.lang.NullPointerException: u should init first
21+
at com.blankj.utilcode.util.Utils.getApp(Utils.java:98)
22+
at com.blankj.utilcode.util.CrashUtils.<clinit>(CrashUtils.java:55)
23+
at com.blankj.utilcode.util.CrashUtils.init(CrashUtils.java:168) 
24+
at com.blankj.androidutilcode.UtilsApp.initCrash(UtilsApp.java:71) 
25+
at com.blankj.androidutilcode.UtilsApp.onCreate(UtilsApp.java:33) 
26+
```
27+
]
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
31+
32+
33+
Please delete the current line and the followings.
34+
35+
Thank you for supporting [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode).

0 commit comments

Comments
 (0)