Home
last modified time | relevance | path

Searched refs:strBuf (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp50 std::string pid, tid, strBuf; in LogOutput() local
54 strBuf = GetCurrentTime() + " "; in LogOutput()
55 strBuf += pid + " " + tid + " "; in LogOutput()
56 strBuf += level; in LogOutput()
57 strBuf += " ffrt : "; in LogOutput()
58 strBuf += log; in LogOutput()
60 std::cout << strBuf; in LogOutput() local

Completed in 2 milliseconds