On Dec 8, 4:28 am, deepak singal <[EMAIL PROTECTED]> wrote: > I have kernel linux2.6.22.6 which was released from freescale with > linux-2.6.25-android-1.0_r1.tar.gz. > > and the rootfs was pulled from android-sdk-windows-1.0_r1. [...] > E/AndroidRuntime( 1750): Uncaught handler: thread main exiting due to > uncaught exception > E/AndroidRuntime( 1750): java.lang.RuntimeException: Main thread not > allowed to quit > E/AndroidRuntime( 1750): at > android.os.MessageQueue.enqueueMessage(MessageQueue.java:177) > E/AndroidRuntime( 1750): at android.os.Looper.quit(Looper.java: > 171)
Looking at MessageQueue.java:177, something called enqueueMessage (null, 0) in the main thread, which apparently is a no-no. You'll need to attach a Java debugger and work it backward from there. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
