isDebugActionModeEnabled

open fun isDebugActionModeEnabled(@NonNull context: Context, defaultStatus: Boolean): Boolean

Call this method to check whether all debug actions (copy db file, activate logs, send logs,...) activated or not based on the configured parameter in the BE admin interface or the defaultStatus if not configured.

Return

The configured debug action mode or defaultStatus

Parameters

context

The application context

defaultStatus

The default debug action mode if not configured in the BE admin