Loading tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +0 −3 Original line number Diff line number Diff line Loading @@ -134,8 +134,6 @@ public abstract class AbstractLauncherUiTest { String result; if (sDumpWasGenerated) { Log.d("b/195319692", "dump has already been generated by another test", new Exception()); result = "dump has already been generated by another test"; } else { try { Loading @@ -150,7 +148,6 @@ public abstract class AbstractLauncherUiTest { "am dumpheap " + device.getLauncherPackageName() + " " + fileName); } sDumpWasGenerated = true; Log.d("b/195319692", "sDumpWasGenerated := true", new Exception()); result = "saved memory dump as an artifact"; } catch (Throwable e) { Log.e(TAG, "dumpHprofData failed", e); Loading Loading
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +0 −3 Original line number Diff line number Diff line Loading @@ -134,8 +134,6 @@ public abstract class AbstractLauncherUiTest { String result; if (sDumpWasGenerated) { Log.d("b/195319692", "dump has already been generated by another test", new Exception()); result = "dump has already been generated by another test"; } else { try { Loading @@ -150,7 +148,6 @@ public abstract class AbstractLauncherUiTest { "am dumpheap " + device.getLauncherPackageName() + " " + fileName); } sDumpWasGenerated = true; Log.d("b/195319692", "sDumpWasGenerated := true", new Exception()); result = "saved memory dump as an artifact"; } catch (Throwable e) { Log.e(TAG, "dumpHprofData failed", e); Loading