mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Removing unused tracing" into sc-v2-dev am: d8bbdce598
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15806953 Change-Id: I03459327042c35a5fc81eaea72cd30b9175ae645
This commit is contained in:
@@ -153,8 +153,6 @@ public abstract class AbstractLauncherUiTest {
|
||||
public static String dumpHprofData() {
|
||||
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 {
|
||||
@@ -169,7 +167,6 @@ public abstract class AbstractLauncherUiTest {
|
||||
"am dumpheap " + device.getLauncherPackageName() + " " + fileName);
|
||||
}
|
||||
sDumpWasGenerated = true;
|
||||
Log.d("b/195319692", "sDumpWasGenerated := true", new Exception());
|
||||
result = "memory dump filename: " + fileName;
|
||||
} catch (Throwable e) {
|
||||
Log.e(TAG, "dumpHprofData failed", e);
|
||||
|
||||
Reference in New Issue
Block a user