Searched refs:strLog (Results 1 – 1 of 1) sorted by relevance
1129 std::string strLog = "pid "; in PrintKeyThreads() local1130 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()