Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HttpGet の使用時に AndroidHttpClient が作成する実際の URI 文字列を Log.d() することは可能ですか?
ありがとう。
もちろん。AndroidHttpClient.enableCurlLogging( TAG, Log.DEBUG )を使用すると、URI 文字列とリクエスト コンテンツの両方がログに記録されます。