[android-developers] Re: Viewing G1's data folder (via DDMS)

2009-01-18 Thread GiladH

Works fine with adb. Tnx guys.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Viewing G1's data folder (via DDMS)

2009-01-17 Thread Joel Knighton
Any reason you couldn't do an ./adb pull /data/anr/traces.txt
~/traces.txt?  (modify for windows if necessary)

On Sat, Jan 17, 2009 at 7:26 AM, GiladH gila...@gmail.com wrote:


 Hi,

 I fail to to view the content of my G1's data folder via the DDMS
 console.
 In fact - the DDMS will not even allow me to expand data folder.
 No problems in viewing the content of the other two folders: sdcard 
 system.

 BTW the reason I'm interested in data folder is to view an ANR file
 (log
 msg from G1:  'Wrote stack trace to '/data/anr/traces.txt' ).

 Any ideas?

 GiladH
 



-- 
Joel Knighton

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Viewing G1's data folder (via DDMS)

2009-01-17 Thread blake

You can do this with adb.  It's a freaking nuisance, however, that the
eclipse plugin doesn't work.  I noted this problem, too, in this
forum, a couple days ago.  I'm guessing that the plugin doesn't do an
su, as it must, to see the device.

-blake

On Jan 17, 9:56 am, Joel Knighton joel.knigh...@gmail.com wrote:
 Any reason you couldn't do an ./adb pull /data/anr/traces.txt
 ~/traces.txt?  (modify for windows if necessary)



 On Sat, Jan 17, 2009 at 7:26 AM, GiladH gila...@gmail.com wrote:

  Hi,

  I fail to to view the content of my G1's data folder via the DDMS
  console.
  In fact - the DDMS will not even allow me to expand data folder.
  No problems in viewing the content of the other two folders: sdcard 
  system.

  BTW the reason I'm interested in data folder is to view an ANR file
  (log
  msg from G1:  'Wrote stack trace to '/data/anr/traces.txt' ).

  Any ideas?

  GiladH

 --
 Joel Knighton
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---