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)