Make DEBUG a JvmField

This commit is contained in:
Mygod
2020-06-26 17:55:36 -04:00
committed by GitHub
parent cc14f607ef
commit 791efea622

View File

@@ -291,6 +291,7 @@ class RootServer @JvmOverloads constructor(private val warnLogger: (String) -> U
/**
* If set to true, debug information will be printed to logcat.
*/
@JvmField
@JvmStatic
var DEBUG = false