We are developing an that app is crashing quite a lot with the following exeption:
Java.Lang.Error null
--- End of managed exception stack trace ---
java.lang.OutOfMemoryError
dalvik.system.NativeStart.run(Native Method)
Using the Xamarin profiler I see that the app keaps allocating memory and the memory is not freed up anymore.
Expanding the call tree shows that loading a small json file allocateds 6,1mb??
This file is a small login file containing just the login data of the user:
Is this memory that is currently used by newtonsoft? At the point where the snapshot is taken this activity should not be active.