Bad news - with this version of Locus is silently crashing on me when moving around the vector map (probably a null pointer in native code?), one second the window is visible, the next I am at home screen. I would suspect insufficient memory issues as in the old times, but the stats around seem to contradict this. No file is created in /sdcard/Locus/logs, and the only set of messages I was able to recover from the log is:
D/dalvikvm(12627): GC_FOR_ALLOC freed 1122K, 26% free 11766K/15820K, paused 178ms, total 179ms
F/libc (12627): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 28591 (Thread-948)
F/libc (12627): Unable to open connection to debuggerd: Connection refused
I/Sensors ( 398): mSensors[2]->enable(0, 0)
I/Sensors ( 398): mSensors[2]->enable(2, 0)
I/WindowState( 398): WIN DEATH: Window{41413a28 u0 menion.android.locus.pro/menion.android.locus.core.MainActivity}
I/ActivityManager( 398): Process menion.android.locus.pro (pid 12627) has died.
W/ActivityManager( 398): Scheduling restart of crashed service menion.android.locus.pro/menion.android.locus.core.services.PeriodicUpdatesService in 5000ms
D/Zygote ( 100): Process 12627 terminated by signal (11)
W/WindowManager( 398): Force-removing child win Window{4143b2a0 u0 SurfaceView} from container Window{41413a28 u0 menion.android.locus.pro/menion.android.locus.core.MainActivity}
W/ActivityManager( 398): Force removing ActivityRecord{40e7fe98 u0 menion.android.locus.pro/menion.android.locus.core.MainActivity}: app died, no saved state
W/WindowManager( 398): Failed looking up window
W/WindowManager( 398): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@412fd800 does not exist
W/WindowManager( 398): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8171)
W/WindowManager( 398): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8162)
W/WindowManager( 398): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:932)
W/WindowManager( 398): at android.os.BinderProxy.sendDeathNotice(Binder.java:433)
W/WindowManager( 398): at dalvik.system.NativeStart.run(Native Method)
I/WindowState( 398): WIN DEATH: null
Any idea what's going on? Or is there a way how to get more info for you if the problem happens again?