mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Removing diagnostics
Now that b/117332845 is fixed Bug: 117332845 Change-Id: If8c137b9c7cc386dfc5b5af4b81a3efbfa33f770 Tests: None
This commit is contained in:
@@ -216,11 +216,6 @@ public abstract class AbstractLauncherUiTest {
|
||||
}
|
||||
|
||||
protected void resetLoaderState() {
|
||||
if (com.android.launcher3.Utilities.IS_RUNNING_IN_TEST_HARNESS
|
||||
&& com.android.launcher3.Utilities.IS_DEBUG_DEVICE) {
|
||||
android.util.Log.d("b/117332845",
|
||||
"START " + android.util.Log.getStackTraceString(new Throwable()));
|
||||
}
|
||||
try {
|
||||
mMainThreadExecutor.execute(new Runnable() {
|
||||
@Override
|
||||
@@ -232,11 +227,6 @@ public abstract class AbstractLauncherUiTest {
|
||||
throw new IllegalArgumentException(t);
|
||||
}
|
||||
waitForModelLoaded();
|
||||
if (com.android.launcher3.Utilities.IS_RUNNING_IN_TEST_HARNESS
|
||||
&& com.android.launcher3.Utilities.IS_DEBUG_DEVICE) {
|
||||
android.util.Log.d("b/117332845",
|
||||
"FINISH " + android.util.Log.getStackTraceString(new Throwable()));
|
||||
}
|
||||
}
|
||||
|
||||
protected void waitForModelLoaded() {
|
||||
|
||||
Reference in New Issue
Block a user