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

Commit 70ced1a2 authored by Patrick Williams's avatar Patrick Williams
Browse files

Fix Transaction#setColor call stack debugging label

Bug: 358253556
Change-Id: I39c638c294a1ca1dc3e12e0930a109bc5144383c
Flag: EXEMPT bugfix
Test: presubmits
parent b5abfdde
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);