Hello,
I have an application which pushes a screen when I press
a button on another screen. It was working fine until having
made some code changes and run the application again I get
the following messages (see below). I tried tracing the activity
that is pushed but it is after onCreate and onStart that the
application crashes with the message "the application
com.foo.bar has stopped unexpectedly. Please try again.".
Since my application makes it past initialization I don't know
where to look for the bug. Any ideas or tips for debugging
this one?
Thanks,
John Goche
09-18 16:12:21.059: INFO/ActivityManager(74): Starting: Intent {
cmp=com.foo.bar/.AlarmGroupsActivity } from pid 3583
09-18 16:12:21.199: DEBUG/dalvikvm(3583): GC_EXTERNAL_ALLOC freed 69K, 52%
free 2600K/5379K, external 2032K/2137K, paused 61ms
09-18 16:12:21.279: DEBUG/AndroidRuntime(3583): Shutting down VM
09-18 16:12:21.279: WARN/dalvikvm(3583): threadid=1: thread exiting with
uncaught exception (group=0x40015560)
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()
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.app.Activity.performStart(Activity.java:3793)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1620)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.app.ActivityThread.access$1500(ActivityThread.java:117)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.os.Handler.dispatchMessage(Handler.java:99)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.os.Looper.loop(Looper.java:123)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
android.app.ActivityThread.main(ActivityThread.java:3683)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
java.lang.reflect.Method.invokeNative(Native Method)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
java.lang.reflect.Method.invoke(Method.java:507)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
09-18 16:12:21.289: ERROR/AndroidRuntime(3583): at
dalvik.system.NativeStart.main(Native Method)
09-18 16:12:21.300: WARN/ActivityManager(74): Force finishing activity
com.foo.bar/.AlarmGroupsActivity
09-18 16:12:21.309: WARN/ActivityManager(74): Force finishing activity
com.foo.bar/.ScheduleActivity
09-18 16:12:21.819: WARN/ActivityManager(74): Activity pause timeout for
HistoryRecord{406608e8 com.foo.bar/.AlarmGroupsActivity}
--
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