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

Commit a13c5eb4 authored by Mohamad Mahmoud's avatar Mohamad Mahmoud Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in ANR subject" into main

parents ed520466 53cd6e52
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -330,7 +330,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();
            }
            }