When loading a widget if it cannot find a resource or something it says Problem Loading Widget. That\'s all! Amazing! This message remains on the home screen and does not even s
Basically Widgets swallow exceptions. Just set an appropriate filter in your logcat, and you'll be able to see what the problem is...
Above, I am just searching for the Word "Widget" and setting no filter on any specific application. It essentially gives me the Throwable.getMessage()
without the full stack trace.