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

Commit 26165bfb authored by Shiyong Li's avatar Shiyong Li Committed by Android (Google) Code Review
Browse files

Merge "SF: initialize the debug variable for 1035 backdoor"

parents 0e2444c8 2bcece9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5679,6 +5679,7 @@ status_t SurfaceFlinger::onTransact(uint32_t code, const Parcel& data, Parcel* r
                    return nullptr;
                }();

                mDebugDisplayModeSetByBackdoor = false;
                const status_t result = setActiveMode(display, modeId);
                mDebugDisplayModeSetByBackdoor = result == NO_ERROR;
                return result;