hi all,

May I know what is this error below??? it happen when I trying to quit
my activity???

09-22 09:18:39.226: ERROR/ActivityThread(1167): Activity
com.basic.ui.BasicUI has leaked IntentReceiver
[EMAIL PROTECTED] that
was originally registered here. Are you missing a call to
unregisterReceiver()?
09-22 09:18:39.226: ERROR/ActivityThread(1167):
android.app.IntentReceiverLeaked: Activity com.basic.ui.BasicUI has
leaked IntentReceiver com.google.libs.GameCanvas
[EMAIL PROTECTED] that was originally registered
here. Are you missing a call to unregisterReceiver()?
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ActivityThread$PackageInfo
$ReceiverDispatcher.<init>(ActivityThread.java:699)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ActivityThread
$PackageInfo.getReceiverDispatcher(ActivityThread.java:527)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ApplicationContext.registerReceiverInternal(ApplicationContext.java:
704)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ApplicationContext.registerReceiver(ApplicationContext.java:
691)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ApplicationContext.registerReceiver(ApplicationContext.java:
685)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.content.ContextWrapper.registerReceiver(ContextWrapper.java:
278)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
com.google.libs.GameCanvas.registerReceiver(GameCanvas.java:1557)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
com.google.libs.GameCanvas.<init>(GameCanvas.java:137)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
com.basic.ui.Controller.<init>(Controller.java:62)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
com.basic.ui.BasicUI.onCreate(BasicUI.java:23)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1121)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2094)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2147)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ActivityThread.access$1800(ActivityThread.java:112)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1572)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.os.Handler.dispatchMessage(Handler.java:88)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.os.Looper.loop(Looper.java:123)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
android.app.ActivityThread.main(ActivityThread.java:3708)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
java.lang.reflect.Method.invokeNative(Native Method)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
java.lang.reflect.Method.invoke(Method.java:492)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:734)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:492)
09-22 09:18:39.226: ERROR/ActivityThread(1167):     at
dalvik.system.NativeStart.main(Native Method)


Wesley.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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