feat(native-certgen): implement logging subsystem

Multi-output logging via tracing: /dev/kmsg for logcat, rotating file
appender (512KB, 3 files), stderr for debug. Diagnostic ZIP dump with
log files and TEE status snapshots. Verbose toggle via JNI flag or
.verbose marker file.
This commit is contained in:
Enginex0
2026-03-09 15:41:46 +01:00
parent e8672459e0
commit 98f7e0f08b
6 changed files with 547 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ mod types;
mod keygen;
pub mod keybox;
pub mod attestation;
pub mod logging;