ckdevrel / vcardio

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

Activity vcard.io.App has leaked ServiceConnection #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
open app in emulator
click back

LogCat:

07-11 15:08:34.849: ERROR/ActivityThread(888): Activity vcard.io.App has 
leaked ServiceConnection vcard.io.App$1@43738fe8 that was originally bound 
here
07-11 15:08:34.849: ERROR/ActivityThread(888): 
android.app.ServiceConnectionLeaked: Activity vcard.io.App has leaked 
ServiceConnection vcard.io.App$1@43738fe8 that was originally bound here
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ActivityThread$PackageInfo$ServiceDispatcher.<init>(ActivityThr
ead.java:886)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ActivityThread$PackageInfo.getServiceDispatcher(ActivityThread.
java:781)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ApplicationContext.bindService(ApplicationContext.java:820)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.content.ContextWrapper.bindService(ContextWrapper.java:307)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
vcard.io.App.onCreate(App.java:156)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2231)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2284)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ActivityThread.access$1800(ActivityThread.java:112)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.os.Looper.loop(Looper.java:123)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
android.app.ActivityThread.main(ActivityThread.java:3948)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
java.lang.reflect.Method.invokeNative(Native Method)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
java.lang.reflect.Method.invoke(Method.java:521)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:
782)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
07-11 15:08:34.849: ERROR/ActivityThread(888):     at 
dalvik.system.NativeStart.main(Native Method)
07-11 15:08:34.869: WARN/ActivityManager(582): Unbind failed: could not 
find connection for android.os.BinderProxy@436a70e8

Original issue reported on code.google.com by franci...@gmail.com on 11 Jul 2009 at 3:13