Notification from the Android framework, the system is running low on memory

Try to reduce your memory use.

Property definitions

android :: native_app_glue $ App :: low_memory
	# Notification from the Android framework, the system is running low on memory
	#
	# Try to reduce your memory use.
	fun low_memory do force_garbage_collection
lib/android/native_app_glue.nit:209,2--212,43