Skip to content
Snippets Groups Projects
Commit 549f7490 authored by Sanal Buvaev's avatar Sanal Buvaev Committed by Automerger Merge Worker
Browse files

Merge "Disabling RescueParty flag resets" into main am: feabe052

parents 610f44db feabe052
No related branches found
No related tags found
No related merge requests found
......@@ -382,6 +382,14 @@ public class RescueParty {
private static void executeRescueLevelInternal(Context context, int level, @Nullable
String failedPackage) throws Exception {
if (level <= LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS) {
// Disabling flag resets on master branch for trunk stable launch.
// TODO(b/287618292): Re-enable them after the trunk stable is launched and we
// figured out a way to reset flags without interfering with trunk development.
return;
}
FrameworkStatsLog.write(FrameworkStatsLog.RESCUE_PARTY_RESET_REPORTED, level);
// Try our best to reset all settings possible, and once finished
// rethrow any exception that we encountered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment