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

Commit 53cd6e52 authored by Mohamad Mahmoud's avatar Mohamad Mahmoud
Browse files

Fix typo in ANR subject

Test: m && atest
Bug: 300092859
Change-Id: I0078559af4cd73c5beed54c1b6dc18faf5391737
parent 0558427b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -323,7 +323,7 @@ public class Watchdog implements Dumpable {
        String describeBlockedStateLocked() {
        String describeBlockedStateLocked() {
            final String prefix;
            final String prefix;
            if (mCurrentMonitor == null) {
            if (mCurrentMonitor == null) {
                prefix = "Blocked in handler on ";
                prefix = "Blocked in handler";
            } else {
            } else {
                prefix =  "Blocked in monitor " + mCurrentMonitor.getClass().getName();
                prefix =  "Blocked in monitor " + mCurrentMonitor.getClass().getName();
            }
            }