Searched refs:dfxThreadBlockMsg (Results 1 – 1 of 1) sorted by relevance
2808 std::string dfxThreadBlockMsg { "MMIBlockTask name:" }; in PrintLog() local2809 dfxThreadBlockMsg += flag; in PrintLog()2810 dfxThreadBlockMsg += ", duration time:"; in PrintLog()2811 dfxThreadBlockMsg += std::to_string(duration); in PrintLog()2812 dfxThreadBlockMsg += ", pid:"; in PrintLog()2813 dfxThreadBlockMsg += std::to_string(pid); in PrintLog()2814 dfxThreadBlockMsg += ", tid:"; in PrintLog()2815 dfxThreadBlockMsg += std::to_string(tid); in PrintLog()2816 MMI_HILOGW("DfxThreadBlockMsg:%{public}s", dfxThreadBlockMsg.c_str()); in PrintLog()2818 dumpCatcher.DumpCatch(pid, tid, dfxThreadBlockMsg, MAX_FRAME_NUMS, false); in PrintLog()