[android-developers] Viewing device data using DDMS

2010-09-23 Thread John Gaby
I have just started testing my application on a real device. Why can't I see my application data on the device using DDMS like I can on the emulator? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Viewing device data using DDMS

2010-09-23 Thread Kostya Vasilyev
Application data on a real device is secured from other applications by using Linux file and directory permissions. Adb runs neither as root, nor as your application's user id. If you really need to look at your data files, create them on the memory card (maybe just for debugging). Memory cards