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.
是否可以 Log.d() 使用 HttpGet 时 AndroidHttpClient 创建的实际 URI 字符串?
谢谢。
当然。使用AndroidHttpClient.enableCurlLogging(TAG, Log.DEBUG)将记录 URI 字符串和请求内容。