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

Commit 1ad1f993 authored by JW Wang's avatar JW Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix an NPE in WatchdogEventLogger#stop" into rvc-dev

parents c8983dbe 28310268
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.