feat(android): add a heap growth detection test

This commit is contained in:
Harsh Shandilya 2024-05-13 02:42:28 +05:30
parent 59acbe2a37
commit 83eb3c13b2
4 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!--
~ Copyright © 2021-2024 Harsh Shandilya.
~ Use of this source code is governed by an MIT-style
~ license that can be found in the LICENSE file or at
~ https://opensource.org/licenses/MIT.
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Performing the heap growth analysis in process requires more heap. -->
<application
android:largeHeap="true"/>
</manifest>