Strip JNI debug logs on release build#2732
Merged
Merged
Conversation
Add conditional logging to jni.cc for debug builds.
Ylarod
approved these changes
Aug 31, 2025
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
Sep 1, 2025
Add conditional logging to jni.cc for debug builds.
fadlyas07
added a commit
to bengal-upstream/KernelSU
that referenced
this pull request
Sep 13, 2025
* 'main' of https://github.com/tiann/KernelSU: (42 commits) Unmount isolated process which forks from zygote unconditionally (tiann#2747) fix 'for' loop problem (tiann#2745) update resetprop (tiann#2733) Strip JNI debug logs on release build (tiann#2732) manager: Support search module (tiann#2730) manager: Add uninstall 2nd confirm (tiann#2729) manager: Fix some issues (tiann#2725) manager: fix button issues in module cards (tiann#2719) manager: switch ui to miuix design style (tiann#2710) Revert "Handle unmount for isolated process correctly" (tiann#2718) Handle unmount for isolated process correctly (tiann#2696) Reset seccomp filter count when escaping to root (tiann#2708) kernel: selinux: rules: Micro-optimize get_policydb() and fix illegal RCU lock usage in handle_sepolicy() (tiann#2695) Update resetprop from Magisk v30.2 (tiann#2700) ksud: support vendor_boot patching for some odd devices (tiann#2650) ksud: make clippy happy (tiann#2683) feat(ui): improve predictive back animations (tiann#2675) kernel: added new prctl CMD_GET_MANAGER_UID to get the uid of the crowned manager (tiann#2673) kernel: selinux: rules: Fix illegal RCU lock usage in apply_kernelsu_rules() (tiann#2646) manger: fix lkm detection (tiann#2654) ... Conflicts: kernel/core_hook.c kernel/selinux/rules.c kernel/throne_tracker.c Change-Id: Iebf7dd870a7d9e35f4cecbf97fa13eeb174b7b5d
KOWX712
pushed a commit
to KOWX712/KernelSU
that referenced
this pull request
Sep 19, 2025
Add conditional logging to jni.cc for debug builds.
LeCmnGend
pushed a commit
to LeCmnGend/KernelSU
that referenced
this pull request
Sep 23, 2025
Add conditional logging to jni.cc for debug builds.
engstk
pushed a commit
to engstk/KernelSU
that referenced
this pull request
Sep 24, 2025
Add conditional logging to jni.cc for debug builds.
u9521
pushed a commit
to u9521/KernelSU
that referenced
this pull request
Dec 31, 2025
Add conditional logging to jni.cc for debug builds.
u9521
pushed a commit
to u9521/KernelSU
that referenced
this pull request
Jan 3, 2026
Add conditional logging to jni.cc for debug builds.
u9521
pushed a commit
to u9521/KernelSU
that referenced
this pull request
Jan 5, 2026
Add conditional logging to jni.cc for debug builds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add conditional logging to jni.cc for debug builds.