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

Commit 86952a48 authored by Colin Cross's avatar Colin Cross
Browse files

Set android:largeheap="true" SystemUITests

SystemUITests seems to have multiple leaks, causing it to OOM.  Give
it a larger heap to fix presubmit.

Bug: 135715570
Test: atest SystemUITests
Change-Id: I45598fa2d6239dbcbd2a9f68237849ca0d0a0efe
parent b61feaa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.REGISTER_WINDOW_MANAGER_LISTENERS" />

    <application android:debuggable="true">
    <application android:debuggable="true" android:largeHeap="true">
        <uses-library android:name="android.test.runner" />
        <activity android:name="com.android.systemui.screenshot.ScreenshotStubActivity" />