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

Commit 9e493bed authored by Wenhui Yang's avatar Wenhui Yang Committed by Gerrit Code Review
Browse files

Merge "Fix incorrect transaction id of Transaction#apply call stack debugging" into main

parents e778d91b bd4bf35e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2917,12 +2917,12 @@ public final class SurfaceControl implements Parcelable {
        private void apply(boolean sync, boolean oneWay) {
            applyResizedSurfaces();
            notifyReparentedSurfaces();
            nativeApplyTransaction(mNativeObject, sync, oneWay);

            if (SurfaceControlRegistry.sCallStackDebuggingEnabled) {
                SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging(
                        "apply", this, null, null);
            }
            nativeApplyTransaction(mNativeObject, sync, oneWay);
        }

        /**