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

Commit d2545037 authored by wangdongdong6's avatar wangdongdong6 Committed by DongDone Wang
Browse files

[Bugfix]Modify SurfaceControl setColor callName error.

Modify SurfaceControl checkCallStackDebugging callName to 'setColor'.

Bug:365909423

Change-Id: I0269cc2b26b141601327e7ef728dfc5f2ed9d82e
parent 850695bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3491,7 +3491,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);