Gamebase SDK for Android  1.0.0
Toast Gamebase Platform

◆ setDebugMode()

static void setDebugMode ( boolean  enableDebug)
static

Used to enable or disable logging, and other debug features.

If true, Outputs a log when the log priority is VERBOSE or higher.
If false, Outputs a log when the log priority is WARN or higher.

Parameters
enableDebugDebug features (like logging) are enabled if true, disabled if false.