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

Commit 26b2396f authored by Aurélien Pomini's avatar Aurélien Pomini
Browse files

Add mReportedSurfaceCreated to dump

Flag: com.android.window.flags.no_duplicate_surface_destroyed_events
Test: treehugger
Bug: 344461715
Change-Id: I53ba485d3896b57edf9c95edec7cacaae162f9d4
parent c75eafe6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1078,6 +1078,9 @@ public abstract class WallpaperService extends Service {
            out.print(prefix); out.print("mDisplay="); out.println(mDisplay);
            out.print(prefix); out.print("mCreated="); out.print(mCreated);
                    out.print(" mSurfaceCreated="); out.print(mSurfaceCreated);
                    if (noDuplicateSurfaceDestroyedEvents()) {
                        out.print(" mReportedSurfaceCreated="); out.print(mReportedSurfaceCreated);
                    }
                    out.print(" mIsCreating="); out.print(mIsCreating);
                    out.print(" mDrawingAllowed="); out.println(mDrawingAllowed);
            out.print(prefix); out.print("mWidth="); out.print(mWidth);