diff --git a/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt b/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt index eaff68cc..ecbc52e0 100644 --- a/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt +++ b/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt @@ -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