enableReleaseAsserts property
If true
, Log.assert()
will be evaluated and logs will be printed
even in release builds.
Implementation
static var enableReleaseAsserts = false;
If true
, Log.assert()
will be evaluated and logs will be printed
even in release builds.
static var enableReleaseAsserts = false;