more checks for ksu

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/89/head
androidacy-user 2 years ago
parent 84bbf9f6f0
commit c05f8827f6

@ -168,7 +168,8 @@ class InstallerInitializer {
"/data/adb/ksud -V"
).to(
output
).exec().isSuccess && "true" == output[0]
).exec().isSuccess && "true" == output[0] && output[1].isNotEmpty() && !output[1].contains(
"not found", true)
) {
if (MainApplication.forceDebugLogging) {
Timber.i("Kernelsu detected")

Loading…
Cancel
Save