MCPcopy Create free account
hub / github.com/acl-dev/acl / debug

Method debug

android/samples/fiber/http/src/main/cpp/http_task.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17http_task::~http_task(void) {}
18
19void http_task::debug(void) const {
20 log_info(">>task=%p: host=%s, port=%d, url=%s<<",
21 this, server_host_.c_str(), server_port_, server_url_.c_str());
22}
23
24http_task* http_task::wait(void) {
25 return box_.pop();

Callers 1

runMethod · 0.45

Calls 2

log_infoFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected