Searched refs:FAULTLOGGERD_TAG (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_daemon.cpp | 70 static const std::string FAULTLOGGERD_TAG = "FaultLoggerd"; variable 145 DFXLOG_ERROR("%s :: Failed to init environment.", FAULTLOGGERD_TAG.c_str()); in StartServer() 151 DFXLOG_ERROR("%s :: Failed to create eventFd.", FAULTLOGGERD_TAG.c_str()); in StartServer() 173 DFXLOG_WARN("%s :: Failed to accept connection", FAULTLOGGERD_TAG.c_str()); in HandleAccept() 207 DFXLOG_ERROR("%s :: Failed to read message", FAULTLOGGERD_TAG.c_str()); in CheckReadRequest() 210 DFXLOG_ERROR("%s :: Read null from request socket", FAULTLOGGERD_TAG.c_str()); in CheckReadRequest() 327 DFXLOG_ERROR("%s :: Failed to write DAEMON_RESP.", FAULTLOGGERD_TAG.c_str()); in HandleExceptionRequest() 598 FAULTLOGGERD_TAG.c_str(), request->pid, (int)resSecurityCheck); in HandleSdkDumpRequest() 707 DFXLOG_INFO("%s :: file path(%s).\n", FAULTLOGGERD_TAG.c_str(), path.c_str()); in CreateFileForRequest() 772 FAULTLOGGERD_TAG.c_str(), files[index].c_str()); in RemoveTempFileIfNeed() [all …]
|