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

Commit 2e97a156 authored by Issei Suzuki's avatar Issei Suzuki
Browse files

Fix imbalance bracket in string output of ActivityRecord

Bug: 234797475
Test: manaul, see logcat output
Change-Id: I9a8f28afd8642198266c55cb87507eec492afca5
parent b2a5e23d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9420,7 +9420,6 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        sb.append(mUserId);
        sb.append(' ');
        sb.append(intent.getComponent().flattenToShortString());
        sb.append("}");
        stringName = sb.toString();
        return stringName;
    }