Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp445 std::string resMsg; in DoDumpRemotePoll() local
466 resMsg.append("Result: poll timeout.\n"); in DoDumpRemotePoll()
477 resMsg.append("Result: poll error, errno(" + std::to_string(errno) + ")\n"); in DoDumpRemotePoll()
487 resMsg.append("Result: poll timeout.\n"); in DoDumpRemotePoll()
501 resMsg.append("Result: poll events error.\n"); in DoDumpRemotePoll()
515 resRet = DoReadRes(resFd, res, resMsg); in DoDumpRemotePoll()
528 resMsg.append("Result: poll timeout.\n"); in DoDumpRemotePoll()
534 DFXLOGW("%{public}s :: %{public}s :: %{public}s", DFXDUMPCATCHER_TAG.c_str(), __func__, resMsg.c_str()); in DoDumpRemotePoll()
535 msg = isJson && res ? bufMsg : (resMsg + bufMsg); in DoDumpRemotePoll()

Completed in 2 milliseconds