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

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

Merge "Fix Transaction#setColor call stack debugging label" into main

parents 9731e8a4 70ced1a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3574,7 +3574,7 @@ public final class SurfaceControl implements Parcelable {
            checkPreconditions(sc);
            if (SurfaceControlRegistry.sCallStackDebuggingEnabled) {
                SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging(
                        "reparent", this, sc,
                        "setColor", this, sc,
                        "r=" + color[0] + " g=" + color[1] + " b=" + color[2]);
            }
            nativeSetColor(mNativeObject, sc.mNativeObject, color);