patreek / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

The version 3's sample app (TrivialDrive) has crashed in onDestory() #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1. Launch the app
2. Push the 'BACK' key to stopping the app. (or equivalent operation)

EXPECTED OUTPUT:
The app is stopped successfully.

ACTUAL OUTPUT:

The app has crashed with thrown an Exception from OS.
(Maybe, MainActivity#onDestroy did not call super class method.)

OUTPUT FROM ADB BUGREPORT ATTACHED:
12-13 15:50:55.544: E/AndroidRuntime(690): FATAL EXCEPTION: main
12-13 15:50:55.544: E/AndroidRuntime(690): android.app.SuperNotCalledException: 
Activity {my.app.domain.trivialdrive/my.app.domain.trivialdrive.MainActivity} 
did not call through to super.onDestroy()

NOTES:
It is a slight issue. Add a code "super.onDestroy();".
I fixed it and run the sample application is OK.

Original issue reported on code.google.com by razuu...@gmail.com on 13 Dec 2012 at 7:14

GoogleCodeExporter commented 8 years ago
Argh. Ugly bug. My fault. Will fix :-)

Original comment by b...@google.com on 5 Feb 2013 at 1:40

GoogleCodeExporter commented 8 years ago

Original comment by b...@google.com on 5 Feb 2013 at 1:40

GoogleCodeExporter commented 8 years ago
Work in progress.

Original comment by b...@google.com on 7 Feb 2013 at 11:31

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by b...@google.com on 14 Feb 2013 at 10:42