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

Commit ce1ffc32 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add more diags for b/117332845" into ub-launcher3-master

parents 4bf9336d 13edcc30
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1377,6 +1377,11 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns,
    }

    private void setWorkspaceLoading(boolean value) {
        if (com.android.launcher3.Utilities.IS_RUNNING_IN_TEST_HARNESS
                && com.android.launcher3.Utilities.IS_DEBUG_DEVICE) {
            android.util.Log.d("b/117332845", "setWorkspaceLoading " + value + " @ " +
                    android.util.Log.getStackTraceString(new Throwable()));
        }
        mWorkspaceLoading = value;
    }