log: make verbose logging optional

This commit is contained in:
5ec1cff
2024-11-22 21:34:09 +08:00
parent 3c4d45dc31
commit 43563b654a
2 changed files with 11 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ pub const MODULE_DIR: &str = concatcp!(ADB_DIR, "modules/");
// warning: this directory should not change, or you need to change the code in module_installer.sh!!!
pub const MODULE_UPDATE_DIR: &str = concatcp!(ADB_DIR, "modules_update/");
pub const KSUD_VERBOSE_LOG_FILE: &str = concatcp!(ADB_DIR, "verbose");
pub const TEMP_DIR: &str = "/debug_ramdisk";
pub const MODULE_WEB_DIR: &str = "webroot";
pub const MODULE_ACTION_SH: &str = "action.sh";