[mono-android] 4.7.4 Beta Crash with SIGSEGV

2013-05-16 Thread Joshua Barker
In using the 4.7.4 Beta, my application is crashing during debugging on a 4.0.3 x86 emulator. This happens in Xamarin Studio or VS2012. The part that's having issues is on an adaptation of CommonWare's WakefulIntentService and does not crash when not debugging or in older versions. Any ideas? [

Re: [mono-android] Android GL preserve question

2013-05-16 Thread Jonathan Pryor
On May 14, 2013, at 9:13 AM, Francesco Colombo wrote: > Is this method GLView.setPreserveEGLContextOnPause available on > Xamarin.Android? Yes, it's available as the GLSurfaceView.PreserveEGLContextOnPause property: http://androidapi.xamarin.com/?link=P%3aAndroid.Opengl.GLSurfaceView