Lines Matching refs:ERROR
77 if (severity >= android::base::ERROR && ui != nullptr) { in UiLogger()
94 LOG(ERROR) << err; in get_args()
129 LOG(ERROR) << "Bad boot message: \"" << boot_recovery << "\""; in get_args()
154 LOG(ERROR) << "Failed to set BCB message: " << err; in get_args()
170 LOG(ERROR) << "Can't mount " << LOCALE_FILE; in load_locale_from_cache()
176 PLOG(ERROR) << "Can't read " << LOCALE_FILE; in load_locale_from_cache()
192 PLOG(ERROR) << "Failed to open recovery socket"; in ListenRecoverySocket()
201 PLOG(ERROR) << "Failed to accept socket connection"; in ListenRecoverySocket()
209 PLOG(ERROR) << "Couldn't read from socket"; in ListenRecoverySocket()
220 LOG(ERROR) << "Unrecognized char from socket " << msg; in ListenRecoverySocket()
231 PLOG(ERROR) << "Failed to create pipe for redirecting stdio"; in redirect_stdio()
245 PLOG(ERROR) << "Failed to fork for redirecting stdio"; in redirect_stdio()
266 PLOG(ERROR) << "fopen \"" << filename << "\" failed"; in redirect_stdio()
272 PLOG(ERROR) << "fdopen failed"; in redirect_stdio()
291 PLOG(ERROR) << "getline failed"; in redirect_stdio()
305 PLOG(ERROR) << "dup2 stdout failed"; in redirect_stdio()
308 PLOG(ERROR) << "dup2 stderr failed"; in redirect_stdio()
455 LOG(ERROR) << "Failed to clear USB config"; in main()
458 LOG(ERROR) << "Failed to set USB config to " << usb_config; in main()
501 LOG(ERROR) << "Failed to write bootloader message: " << err; in main()