Hi, I have the following issue:
  I'm making a simple game based on the "Lunar Lander" example source
code (available here: 
http://developer.android.com/guide/samples/LunarLander/index.html).
But this game (Lunar Lander) has a problem when pass to background
(for example to make a call) and the back shows the following message
error: "The application Lunar Lander (process
com.example.andoird.lunarlander) has stopped unexpectedly. Please try
again"

The trace for the process is:

"----- pid 359 at 2009-11-27 16:07:04 -----
Cmd line: com.example.android.lunarlander

DALVIK THREADS:
"main" prio=5 tid=3 NATIVE
  | group="main" sCount=1 dsCount=0 s=0 obj=0x400103e8
  | sysTid=359 nice=0 sched=0/0 handle=-1097028452
  at android.os.BinderProxy.transact(Native Method)
  at android.app.ActivityManagerProxy.handleApplicationError
(ActivityManagerNative.java:2023)
  at com.android.internal.os.RuntimeInit.crash(RuntimeInit.java:302)
  at com.android.internal.os.RuntimeInit
$UncaughtHandler.uncaughtException(RuntimeInit.java:75)
  at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:853)
  at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:850)
  at dalvik.system.NativeStart.main(Native Method)

"Binder Thread #2" prio=5 tid=13 NATIVE
  | group="main" sCount=1 dsCount=0 s=0 obj=0x43415888
  | sysTid=364 nice=0 sched=0/0 handle=816856
  at dalvik.system.NativeStart.run(Native Method)

"Binder Thread #1" prio=5 tid=11 NATIVE
  | group="main" sCount=1 dsCount=0 s=0 obj=0x43414688
  | sysTid=363 nice=0 sched=0/0 handle=264280
  at dalvik.system.NativeStart.run(Native Method)

"JDWP" daemon prio=5 tid=9 VMWAIT
  | group="system" sCount=1 dsCount=0 s=0 obj=0x434132a0
  | sysTid=362 nice=0 sched=0/0 handle=802328
  at dalvik.system.NativeStart.run(Native Method)

"Signal Catcher" daemon prio=5 tid=7 RUNNABLE
  | group="system" sCount=0 dsCount=0 s=0 obj=0x434131e8
  | sysTid=361 nice=0 sched=0/0 handle=793568
  at dalvik.system.NativeStart.run(Native Method)

"HeapWorker" daemon prio=5 tid=5 VMWAIT
  | group="system" sCount=1 dsCount=0 s=0 obj=0x42566c70
  | sysTid=360 nice=0 sched=0/0 handle=793368
  at dalvik.system.NativeStart.run(Native Method)

----- end 359 -----"

It seems to be related with the "SurfaceView" and "SurfaceHolder" and
the use of thread for manage the view.
Sorry for my bad English. ¿Any can help me with this?

-- 
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

Reply via email to