Merge "Verifying a theory that sometimes a leak disappears while saving an object dump" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
af91a58659
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user