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

Commit 91af42dd authored by Jorge Gil's avatar Jorge Gil
Browse files

Add missing new line in desktop dump

Bug: None
Flag: EXEMPT - bugfix
Test: adb shell dumpsys activity service SystemUIService WMShell | grep
-e DesktopRepository -A 20 -B 20

Change-Id: I4799927b4a32286b2bab97e5f00b0a58ddf6b8a2
parent 25ef3aab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,6 +448,6 @@ public class DesktopModeStatus {
        pw.println(maxTaskLimitHandle == null ? "null" : maxTaskLimitHandle.getInt(/* def= */ -1));

        pw.print(innerPrefix); pw.print("showAppHandle config override=");
        pw.print(overridesShowAppHandle(context));
        pw.println(overridesShowAppHandle(context));
    }
}