Skip to main content

Enable

The Crash reports module is disabled by default.

This is how you enable it:

  1. First, set the setCrashReportingEnabled flag to true.
  2. Then, call the Shake.start method.
App.kt
Shake.setCrashReportingEnabled(true)

After you have enabled crash reporting, set up deobfuscation and then test crash reporting in your app.