Skip to content

Commit

Permalink
see 05/30 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed May 30, 2018
1 parent f810ffd commit b85761a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
**Describe the bug**
A clear and concise description of what the bug is.

**The version of utilcode: [e.g. 1.16.3]**

**The device: [e.g. Nexus 5X]**

**The version of device: [e.g. API 27]**

**The code: **
[e.g.
```java
CrashUtils.init();
```
]

**The stack of crash: **
[e.g.
```
Caused by: java.lang.NullPointerException: u should init first
at com.blankj.utilcode.util.Utils.getApp(Utils.java:98)
at com.blankj.utilcode.util.CrashUtils.<clinit>(CrashUtils.java:55)
at com.blankj.utilcode.util.CrashUtils.init(CrashUtils.java:168) 
at com.blankj.androidutilcode.UtilsApp.initCrash(UtilsApp.java:71) 
at com.blankj.androidutilcode.UtilsApp.onCreate(UtilsApp.java:33) 
```
]

**Screenshots**
If applicable, add screenshots to help explain your problem.


Please delete the current line and the followings.

Thank you for supporting [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode).

0 comments on commit b85761a

Please sign in to comment.