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

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

Merge "Removing unused tracing" into sc-v2-dev

parents ca1ee7a1 1cb868e2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);