Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 311d8cfc authored by Sanal Buvaev's avatar Sanal Buvaev Committed by Gerrit Code Review
Browse files

Merge "Update logging after adding string field to RescuePartyResetReported atom" into main

parents 1034330c 3857684e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -390,7 +390,8 @@ public class RescueParty {
            return;
        }

        CrashRecoveryStatsLog.write(CrashRecoveryStatsLog.RESCUE_PARTY_RESET_REPORTED, level);
        CrashRecoveryStatsLog.write(CrashRecoveryStatsLog.RESCUE_PARTY_RESET_REPORTED,
                level, levelToString(level));
        // Try our best to reset all settings possible, and once finished
        // rethrow any exception that we encountered
        Exception res = null;