Re: [mono-android] Possible JIT issue relating to generic list?

2013-02-20 Thread Jonathan Pryor
On Feb 20, 2013, at 5:13 AM, keith wrote: > I can't see any sign of the things mentioned in the > unexpected-nullreferenceexceptions section, below are the log cat entries for > three crashes I don't see any Dalvik VM abort messages either, so presumably that isn't the case. I can only think

Re: [mono-android] Logging recommendations

2013-02-20 Thread Jonathan Pryor
On Feb 20, 2013, at 1:25 PM, Stephan Steiner wrote: > (except for the whole thing about Process.Exited which just never fires... > but logcat does run in all my debug builds I have no idea why it would work for Debug builds but not Release builds. I think that the reason Process.Exited never fi

Re: [mono-android] Logging recommendations

2013-02-20 Thread Stephan Steiner
Yes I am on JB - funny thing is I developed this on a JB device, eve one running 4.2 (or actually, 2... Galaxy Nexus and Nexus 4), then also tested on an S3 running 4.1.2 - and it worked as advertised on all three. Then I pushed it out to my customer, who reported back that running the logcat reade

Re: [mono-android] Visual Studio 2010 - Mono For Android Error when login to computer as a different user

2013-02-20 Thread blorecrafter
Done. Thanks... -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Visual-Studio-2010-Mono-For-Android-Error-when-login-to-computer-as-a-different-user-tp5712907p5712911.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] Logging recommendations

2013-02-20 Thread Jonathan Pryor
On Feb 20, 2013, at 10:18 AM, Stephan Steiner wrote: > Is there any reason why this seems to block indefinitely when the app is > compiled in release mode? Are you on Android 4.1 Jelly Bean or later? Apparently they disabled the READ_LOGS permission: http://stackoverflow.com/questions

Re: [mono-android] Visual Studio 2010 - Mono For Android Error when login to computer as a different user

2013-02-20 Thread Jonathan Pryor
Can you please file a bug at https://bugzilla.xamarin.com and attach this information? Thanks, - Jon On Feb 20, 2013, at 9:44 AM, blorecrafter wrote: > Hi > I have installed and using monoforandroid with Visual Studio 2010. When i > login as user1 (local user) i have no issues in running the

[mono-android] Visual Studio 2010 - Mono For Android Error when login to computer as a different user

2013-02-20 Thread blorecrafter
Hi I have installed and using monoforandroid with Visual Studio 2010. When i login as user1 (local user) i have no issues in running the monodroid applications. But when i login as user2 (of domain) and try to open Visual Studio 2010, i get error (activitylog pasted) and not able to open any of the

Re: [mono-android] Possible JIT issue relating to generic list?

2013-02-20 Thread keith
Hi Jon Thanks for your response. >http://docs.xamarin.com/guides/android/troubleshooting#15-unexpected-nullreferenceexceptions I can't see any sign of the things mentioned in the unexpected-nullreferenceexceptions section, below are the log cat entries for three crashes (set to adb shell se