On Wed, Jul 14, 2010 at 10:00 AM, TjerkW <[email protected]> wrote: > Hmm yeah,.. im trying to make a simple widget now and adding more > stuff. > > However maybe this output from LogCat also helps: > > > 07-14 15:57:58.845: ERROR/ActivityManager(59): ANR in > com.hyves.android.application > 07-14 15:57:58.845: ERROR/ActivityManager(59): Reason: Broadcast of > Intent { act=android.appwidget.action.APPWIDGET_UPDATE > cmp=com.hyves.android.application/ > com.hyves.android.widget.HyvesWidgetProvider (has extras) }
This should only happen if onUpdate() of your AppWidgetProvider is taking too long. This may be tied to some of the funky thread locking you're trying to do. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

