Android: Crash when using OpenLevel

Hi guys, I have crash on android, maybe because of memory, logcat attached, I think its because of this error, in this time app crash.

07-21 12:30:00.627: E/lowmemorykiller(526): Error writing /proc/10320/oom_score_adj; errno=22

Steps of reproducing crash:

  1. start app
  2. mainmenu level loaded
  3. loading level 1
  4. level 1 loaded
  5. loading mainmenu level
  6. crash

Thank you for your time.

Problem found, in level bp are events with refs to like 1900fps animations, ~60mb x 70, after reducing to 30fps is problem gone.