forked from Blankj/AndroidUtilCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |