From df700143da14a4b29da90f06e37f2a1a70d48412 Mon Sep 17 00:00:00 2001 From: Rifat Azad <33044977+rifsxd@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:53:37 +0600 Subject: [PATCH] manager: LOG_TAG replace KernelSU -> KernelSU-Next --- manager/app/src/main/cpp/jni.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manager/app/src/main/cpp/jni.cc b/manager/app/src/main/cpp/jni.cc index dc281b1a..f5d13b9b 100644 --- a/manager/app/src/main/cpp/jni.cc +++ b/manager/app/src/main/cpp/jni.cc @@ -7,7 +7,7 @@ #include "ksu.h" -#define LOG_TAG "KernelSU" +#define LOG_TAG "KernelSU-Next" #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) extern "C" @@ -295,4 +295,4 @@ extern "C" JNIEXPORT jboolean JNICALL Java_com_rifsxd_ksunext_Natives_uidShouldUmount(JNIEnv *env, jobject thiz, jint uid) { return uid_should_umount(uid); -} \ No newline at end of file +}