I have this error
Can I know how memory my apps consume ?
B4X:
java.lang.OutOfMemoryError: Failed to allocate a 4579 byte allocation with 25149440 free bytes and 125MB until OOM, max allowed footprint 162042800, growth limit 268435456; failed due to fragmentation (largest possible contiguous allocation 3872 bytes)
at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
at java.nio.DirectByteBuffer$MemoryRef.<init>(DirectByteBuffer.java:71)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:240)
at com.google.maps.api.android.lib6.gmm6.vector.gl.l.a(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):11)
at com.google.maps.api.android.lib6.gmm6.vector.gl.buffer.m.e(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):78)
at com.google.maps.api.android.lib6.gmm6.vector.gl.buffer.m.d(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):70)
at com.google.maps.api.android.lib6.gmm6.vector.s.a(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):28)
at com.google.maps.api.android.lib6.gmm6.api.t.a(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):121)
at com.google.maps.api.android.lib6.gmm6.api.o.a(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):54)
at com.google.maps.api.android.lib6.gmm6.vector.bz.a(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):378)
at com.google.maps.api.android.lib6.gmm6.vector.bg.run(:com.google.android.gms.dynamite_mapsdynamite@17122045@17.1.22 (040304-245988633):85)
** Activity (main) Pause, UserClosed = true **
** Service (httputils2service) Destroy **
** Service (starter) Destroy (ignored)**
Can I know how memory my apps consume ?