enableCrashReporting

Enables or disables automatic crash report capture for this SDK instance.

When enabled, the SDK inspects ApplicationExitInfo on the next launch to capture and upload supported post-mortem native crash information. The feature is disabled by default and remains inactive until the client app explicitly enables it.

Requires Android API 31+ (Android 12+). Calling this on earlier API levels throws UnsupportedOperationException.

Since

3.16.3

Parameters

enable

true to enable crash reporting, false to disable it.

Throws

if the device runs below Android API 31.