I want to dump the results of DefaultHttpClient.execute() into the log
(just for debugging, not for all time). This methods returns an object
of class HttpResponse. This response is going into an XML pull parser
which is misbehaving so I'd like to see the raw XML. What method can I
call to get at this buffer before it goes into the parser? Ideally,
the buffer would not be "consumed" so that the pull parser would still
work when this debugging is turned on. Any pointers?

-- 
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

Reply via email to