mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 00:27:02 +05:30
feat(android): add a heap growth detection test
This commit is contained in:
parent
59acbe2a37
commit
83eb3c13b2
4 changed files with 85 additions and 0 deletions
13
android/src/androidTest/AndroidManifest.xml
Normal file
13
android/src/androidTest/AndroidManifest.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue