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

Commit fb8ceebd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Print TransitionRequestInfo flags in hex" into main

parents 7f1e0644 51d2c112
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -471,7 +471,7 @@ public final class TransitionRequestInfo implements Parcelable {
                "pipTask = " + mPipTask + ", " +
                "remoteTransition = " + mRemoteTransition + ", " +
                "displayChange = " + mDisplayChange + ", " +
                "flags = " + mFlags + ", " +
                "flags = " + Integer.toHexString(mFlags) + ", " +
                "debugId = " + mDebugId +
        " }";
    }