1on load_persist_props_action 2 # check server configurable flags(which is based on persistent properties) related 3 # disaster recovery 4 mkdir /data/server_configurable_flags 0775 system system 5 exec - system system -- /system/bin/flags_health_check BOOT_FAILURE 6 7on property:sys.boot_completed=1 8 setprop persist.device_config.attempted_boot_count 0 9 10on property:sys.init.updatable_crashing=1 11 exec - system system -- /system/bin/flags_health_check UPDATABLE_CRASHING 12