Log.d isn’t sufficient for pushing a bunch of image data. Is there an easy way to do this? I could write a file, but then I’d have to switch my phone into USB mode, copy the file over, and then switch it back…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
adb pullor ADT to fetch the file from the phone’s file system.From ADT, use the File Explorer tab in DDMS perspective.
Having said that, most probably there is a way to debug without having to jump through hoops of creating the file, fetching it on the computer and then analyzing it.