On Sunday, September 18, 2011 12:24:35 PM UTC-4, John Goche wrote:
>
> Hello,
> Any ideas or tips for debugging
> this one?
>
>
 Hi John, your answer is right there in your stacktrace (wish it was always 
that easy):
 

> 09-18 16:12:21.059: INFO/ActivityManager(74): Starting: Intent { 
> cmp=com.foo.bar/.AlarmGroupsActivity } from pid 3583
>
... 

> 09-18 16:12:21.289: ERROR/AndroidRuntime(3583): FATAL EXCEPTION: main
> 09-18 16:12:21.289: ERROR/AndroidRuntime(3583): 
> android.app.SuperNotCalledException: Activity 
> {com.foo.bar/com.foo.bar.AlarmGroupsActivity} did not call through to 
> super.onStart()
>
> Your AlarmGroupsActivity class isn't calling super.onStart().  I'm assuming 
you override onStart()?  First line in the method should be to invoke the 
superclass's onStart().

Hth,
- Chris 

-- 
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

Reply via email to