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

Commit 56153bbc authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert "Removing unused tracing"""

parents 38b48557 21720c9a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 {
@@ -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);