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.
如何修改 libcurl 以便将所有错误描述收集在一个公共日志文件中?我正在尝试将 libcurl 移植到 android 并在 adb 上显示 curl 日志。有没有办法记录 libcurl 的所有活动?
简单地使用CURLOPT_DEBUGFUNCTION怎么样?它就是为这样的目的而设计的……