Hi! I want to know what does apache httpclient "actually" send to
server(like text message, before using ssl ciphers).

According to this page http://hc.apache.org/httpclient-3.x/logging.html
we could enable logging by adding code:

System.setProperty("org.apache.commons.logging.Log",
"java.util.logging.Logger");
System.setProperty("org.apache.commons.logging.simplelog.showdatetime",
"true");
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire.header",
"debug");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
"debug");

but it throw Exception.

Where i am wrong ? or perhaps somebody know where i should put
breakpoint in sources to view request as text.

Thanks

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