sapphire: props: Disable RescueParty
RescueParty's aggressive approach to error recovery almost never helps with the problems we're likely to face, and its risk of data loss is far too high. Force-disable it entirely and remove all other conditions, especially those that depend on data integrity in the first place, to reduce the risk of RescueParty triggering falsely and causing data loss. Note that it is still possible to force-enable RescueParty for testing purposes using the persist.sys.enable_rescue property.
This commit is contained in:
@@ -18,6 +18,9 @@ pm.sleep_mode=1
|
||||
# Disable vsync for cpu rendered apps
|
||||
debug.cpurend.vsync=false
|
||||
|
||||
# Disable RescueParty due to high risk of data loss
|
||||
persist.sys.disable_rescue=true
|
||||
|
||||
# Netflix
|
||||
ro.netflix.channel=004ee050-1a17-11e9-bb61-6f1da27fb55b
|
||||
ro.netflix.signup=1
|
||||
|
||||
Reference in New Issue
Block a user