https://bugzilla.novell.com/show_bug.cgi?id=654522
https://bugzilla.novell.com/show_bug.cgi?id=654522#c2 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Jonathan Pryor <[email protected]> 2010-11-20 02:58:55 UTC --- Fixed in r8719. The problem is that Android creates and initializes ContentProviders before invoking Application.onCreate(), which is problematic...and solved by changing how we init the runtime (again). Joy. One note: as a consequence of this, ContentProvider.OnCreate() MUST NOT THROW; an exception thrown from ContentProvider.onCreate() interrupts process startup. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
