Lines Matching refs:ERROR
80 if (severity >= android::base::ERROR && ui != nullptr) { in UiLogger()
98 LOG(ERROR) << err; in get_args()
135 LOG(ERROR) << "Bad boot message: \"" << boot_recovery << "\""; in get_args()
160 LOG(ERROR) << "Failed to set BCB message: " << err; in get_args()
176 LOG(ERROR) << "Can't mount " << LOCALE_FILE; in load_locale_from_cache()
182 PLOG(ERROR) << "Can't read " << LOCALE_FILE; in load_locale_from_cache()
198 PLOG(ERROR) << "Failed to open recovery socket"; in ListenRecoverySocket()
207 PLOG(ERROR) << "Failed to accept socket connection"; in ListenRecoverySocket()
215 PLOG(ERROR) << "Couldn't read from socket"; in ListenRecoverySocket()
226 LOG(ERROR) << "Unrecognized char from socket " << msg; in ListenRecoverySocket()
237 PLOG(ERROR) << "Failed to create pipe for redirecting stdio"; in redirect_stdio()
251 PLOG(ERROR) << "Failed to fork for redirecting stdio"; in redirect_stdio()
272 PLOG(ERROR) << "fopen \"" << filename << "\" failed"; in redirect_stdio()
278 PLOG(ERROR) << "fdopen failed"; in redirect_stdio()
297 PLOG(ERROR) << "getline failed"; in redirect_stdio()
311 PLOG(ERROR) << "dup2 stdout failed"; in redirect_stdio()
314 PLOG(ERROR) << "dup2 stderr failed"; in redirect_stdio()
481 LOG(ERROR) << "Failed to clear USB config"; in main()
484 LOG(ERROR) << "Failed to set USB config to " << usb_config; in main()
531 LOG(ERROR) << "Failed to write bootloader message: " << err; in main()