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

Commit 9ef44750 authored by Xiaowen Lei's avatar Xiaowen Lei Committed by Android (Google) Code Review
Browse files

Merge "Add line break after each set of prefixed logging messages."

parents 051989e6 caa898ad
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -363,11 +363,11 @@ public class RemoteAnimationTarget implements Parcelable {
        pw.print(prefix); pw.print("leash="); pw.println(leash);
        pw.print(prefix); pw.print("taskInfo="); pw.println(taskInfo);
        pw.print(prefix); pw.print("allowEnterPip="); pw.println(allowEnterPip);
        pw.print(prefix); pw.print("windowType="); pw.print(windowType);
        pw.print(prefix); pw.print("hasAnimatingParent="); pw.print(hasAnimatingParent);
        pw.print(prefix); pw.print("backgroundColor="); pw.print(backgroundColor);
        pw.print(prefix); pw.print("showBackdrop="); pw.print(showBackdrop);
        pw.print(prefix); pw.print("willShowImeOnTarget="); pw.print(willShowImeOnTarget);
        pw.print(prefix); pw.print("windowType="); pw.println(windowType);
        pw.print(prefix); pw.print("hasAnimatingParent="); pw.println(hasAnimatingParent);
        pw.print(prefix); pw.print("backgroundColor="); pw.println(backgroundColor);
        pw.print(prefix); pw.print("showBackdrop="); pw.println(showBackdrop);
        pw.print(prefix); pw.print("willShowImeOnTarget="); pw.println(willShowImeOnTarget);
    }

    public void dumpDebug(ProtoOutputStream proto, long fieldId) {