Lines Matching refs:LOGE
55 LOGE("failed to set receive timeout\n"); in set_timeout()
60 LOGE("failed to set send timeout\n"); in set_timeout()
85 LOGE("crash process name is NULL\n"); in usercrashd_connect()
91 LOGE("failed to connect to usercrashd, error (%s)\n", in usercrashd_connect()
105 LOGE("failed to write DumpRequest packet, error (%s)\n", in usercrashd_connect()
114 LOGE("failed to read response to DumpRequest packet, "); in usercrashd_connect()
115 LOGE("error (%s)\n", strerror(errno)); in usercrashd_connect()
119 LOGE("received DumpRequest response packet of incorrect "); in usercrashd_connect()
120 LOGE("length (expected %lu, got %ld)\n", sizeof(packet), rc); in usercrashd_connect()
124 LOGE("unexpected dump response:%d\n", packet.packet_type); in usercrashd_connect()
136 LOGE("failed to set output fd flags, error (%s)\n", in usercrashd_connect()
210 LOGE("failed to execute usercrash_c, root is required\n"); in main()
220 LOGE("usercrashd_connect failed, error (%s)\n", in main()
227 LOGE("failed to notify usercrashd of completion"); in main()