Remove useless log for microG spoofing on user builds.
Indeed, it was flooding a lot in the logcat. We still need to keep the isDebuggable() method used in the code otherwise JNI is wrong. noop() method is used to prevent the compiler from removing the if (!isDebuggable()) condition.
Loading
Please register or sign in to comment