setDebugMode

fun setDebugMode(isDebugMode: Boolean): Boolean

Sets debug mode. Logcat will be enabled if using a debug version of SDK and the param is true.

Return

true if the logcat is enabled.

Parameters

isDebugMode

debug mode represents that the app want to enable the logcat.