mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Merge "Logging requestLayout()" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5caa017236
@@ -211,4 +211,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()));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user