On May 22, 6:46 pm, Kevin <[email protected]> wrote: > Anyway, it crashes while restoring the state, but when it's killed the > debugger detaches, so when it's restarted after the camera is done, I > don't have a debugger to see what's causing the crash. I know what > function is causing the crash but I can't see the problem just looking > at it.
If you call android.os.Debug.waitForDebugger(), the app will pause until a debugger is attached. -- 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

