Home
last modified time | relevance | path

Searched refs:strLog (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp1129 std::string strLog = "pid "; in PrintKeyThreads() local
1130 strLog.append(std::to_string(pid_)); in PrintKeyThreads()
1131 strLog.append(" has key threads: "); in PrintKeyThreads()
1134 strLog.append(temp); in PrintKeyThreads()
1135 strLog.append(", "); in PrintKeyThreads()
1137 CONCUR_LOGD("%{public}s", strLog.c_str()); in PrintKeyThreads()