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

Commit 3857684e authored by Sanal Buvaev's avatar Sanal Buvaev
Browse files

Update logging after adding string field to RescuePartyResetReported atom

Change-Id: If84319bf7ee405444de32776558bb1b7c2f691dc
Test: m
Bug: 310236690
parent 79d72bd0
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;