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

Commit cdc80e6a authored by JW Wang's avatar JW Wang Committed by Automerger Merge Worker
Browse files

Merge "Fix an NPE in WatchdogEventLogger#stop" into rvc-dev am: 1ad1f993

Change-Id: I912195d949b5df261f876848fc828270146abbdf
parents 48ac8712 1ad1f993
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -36,9 +36,11 @@ public class WatchdogEventLogger {
    }

    public void stop() {
        if (mReceiver != null) {
            mReceiver.stop();
            mReceiver.clear();
        }
    }

    /**
     * Returns a list of all Watchdog logging events which have occurred.