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

Commit 9a5d780f 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 am: c6445845

Change-Id: I6530351133ada05c9955f1a2fabf4d2c53fbdb88
parents dbc82577 c6445845
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.