Merge "Verifying a theory that sometimes a leak disappears while saving an object dump" into tm-qpr-dev

This commit is contained in:
Vadim Tryshev
2022-09-22 16:25:06 +00:00
committed by Android (Google) Code Review
@@ -151,6 +151,8 @@ public abstract class AbstractLauncherUiTest {
device.executeShellCommand(
"am dumpheap " + device.getLauncherPackageName() + " " + fileName);
}
Log.d(TAG, "Saved leak dump, the leak is still present: "
+ !launcher.noLeakedActivities());
sDumpWasGenerated = true;
result = "saved memory dump as an artifact";
} catch (Throwable e) {