Any phone (retail or develper) with the USB debugging menu option turned on should give you the same platform-level debugging capabilities as the emulator. You should be able to use DDMS to get logcat output, which will probably lead you right to the occurrence of the problem, if not its actual cause. A rooted or developer phone would give you more ability to look around at the raw linux level, but platform level debugging is likely to be more effective and faster in all but really obscure cases.
On Sep 23, 10:11 am, Smelly Eddie <[email protected]> wrote: > I have an app that runs fine on my local emulator, but is crashing on > my personal device. > > I would like some advice on the best way to debug this. > > Are there log files (stack traces) saved somewhere on a non-dev phone, > can it be enabled? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

