add module config, migrate managedFeatures (#2965)
Co-authored-by: YuKongA <70465933+YuKongA@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,11 @@ pub fn on_post_data_fs() -> Result<()> {
|
||||
|
||||
utils::umask(0);
|
||||
|
||||
// Clear all temporary module configs early
|
||||
if let Err(e) = crate::module_config::clear_all_temp_configs() {
|
||||
warn!("clear temp configs failed: {e}");
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
let _ = catch_bootlog("logcat", vec!["logcat"]);
|
||||
#[cfg(unix)]
|
||||
|
||||
Reference in New Issue
Block a user