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

Commit bd0f1163 authored by vadimt's avatar vadimt
Browse files

Logging requestLayout()

Bug: 129434166
Change-Id: Idd1a67523cb191775c4f871090489fce10ecc36e
parent b226f28a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -183,4 +183,14 @@ public class LauncherRootView extends InsettableFrameLayout {

        void onWindowVisibilityChanged(int visibility);
    }

    @Override
    public void requestLayout() {
        super.requestLayout();
        if (com.android.launcher3.TestProtocol.sDebugTracing) {
            android.util.Log.d(com.android.launcher3.TestProtocol.NO_DRAG_TAG,
                    "requestLayout @ " + android.util.Log.getStackTraceString(
                            new Throwable()));
        }
    }
}
 No newline at end of file