Loading fs_mgr/fs_mgr.cpp +2 −6 Original line number Diff line number Diff line Loading @@ -1098,9 +1098,7 @@ int fs_mgr_mount_all(Fstab* fstab, int mount_mode) { } } else if ((current_entry.fs_mgr_flags.verify)) { int rc = fs_mgr_setup_verity(¤t_entry, true); if (__android_log_is_debuggable() && (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED)) { if (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED) { LINFO << "Verity disabled"; } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { LERROR << "Could not set up verified partition, skipping!"; Loading Loading @@ -1331,9 +1329,7 @@ static int fs_mgr_do_mount_helper(Fstab* fstab, const std::string& n_name, } } else if (fstab_entry.fs_mgr_flags.verify) { int rc = fs_mgr_setup_verity(&fstab_entry, true); if (__android_log_is_debuggable() && (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED)) { if (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED) { LINFO << "Verity disabled"; } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { LERROR << "Could not set up verified partition, skipping!"; Loading libcutils/trace-dev.inc +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ static bool atrace_is_cmdline_match(const char* cmdline) // Determine whether application-level tracing is enabled for this process. static bool atrace_is_app_tracing_enabled() { bool sys_debuggable = __android_log_is_debuggable(); bool sys_debuggable = property_get_bool("ro.debuggable", 0); bool result = false; if (sys_debuggable || atrace_is_debuggable) { Loading liblog/liblog.map.txt +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ LIBLOG_M { LIBLOG_O { global: __android_log_is_loggable_len; __android_log_is_debuggable; # apex vndk __android_log_is_debuggable; # vndk }; LIBLOG_Q { Loading Loading
fs_mgr/fs_mgr.cpp +2 −6 Original line number Diff line number Diff line Loading @@ -1098,9 +1098,7 @@ int fs_mgr_mount_all(Fstab* fstab, int mount_mode) { } } else if ((current_entry.fs_mgr_flags.verify)) { int rc = fs_mgr_setup_verity(¤t_entry, true); if (__android_log_is_debuggable() && (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED)) { if (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED) { LINFO << "Verity disabled"; } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { LERROR << "Could not set up verified partition, skipping!"; Loading Loading @@ -1331,9 +1329,7 @@ static int fs_mgr_do_mount_helper(Fstab* fstab, const std::string& n_name, } } else if (fstab_entry.fs_mgr_flags.verify) { int rc = fs_mgr_setup_verity(&fstab_entry, true); if (__android_log_is_debuggable() && (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED)) { if (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED) { LINFO << "Verity disabled"; } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { LERROR << "Could not set up verified partition, skipping!"; Loading
libcutils/trace-dev.inc +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ static bool atrace_is_cmdline_match(const char* cmdline) // Determine whether application-level tracing is enabled for this process. static bool atrace_is_app_tracing_enabled() { bool sys_debuggable = __android_log_is_debuggable(); bool sys_debuggable = property_get_bool("ro.debuggable", 0); bool result = false; if (sys_debuggable || atrace_is_debuggable) { Loading
liblog/liblog.map.txt +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ LIBLOG_M { LIBLOG_O { global: __android_log_is_loggable_len; __android_log_is_debuggable; # apex vndk __android_log_is_debuggable; # vndk }; LIBLOG_Q { Loading