forceEnableDebug top-level property

bool forceEnableDebug
getter/setter pair

If forceEnableDebug if true, you will be able to see log in the logcat in release build also. By default, your log will not seen in logcat in release mode.

Implementation

bool forceEnableDebug = false;