Enable
The Crash reports module is disabled by default.
This is how you enable it:
- First, set the
setCrashReportingEnabled
flag totrue
. - Then, call the
Shake.start
method.
- Java
- Kotlin
App.java
Shake.setCrashReportingEnabled(true);
App.kt
Shake.setCrashReportingEnabled(true)
After you have enabled crash reporting, set up deobfuscation and then test crash reporting in your app.