Home
last modified time | relevance | path

Searched refs:FATAL (Results 1 – 25 of 139) sorted by relevance

123456

/system/core/adb/daemon/
Dusb_dummy.cpp22 LOG(FATAL) << "unimplemented"; in usb_write()
27 LOG(FATAL) << "unimplemented"; in usb_read()
32 LOG(FATAL) << "unimplemented"; in usb_close()
37 LOG(FATAL) << "unimplemented"; in usb_reset()
41 LOG(FATAL) << "unimplemented"; in usb_kick()
Dmain.cpp150 PLOG(FATAL) << "cap_clear_flag(INHERITABLE) failed"; in drop_privileges()
153 PLOG(FATAL) << "cap_clear_flag(PEMITTED) failed"; in drop_privileges()
156 PLOG(FATAL) << "cap_clear_flag(PEMITTED) failed"; in drop_privileges()
159 PLOG(FATAL) << "cap_set_proc() failed"; in drop_privileges()
169 LOG(FATAL) << "Could not set SELinux context"; in drop_privileges()
176 LOG(FATAL) << "Could not install *smartsocket* listener: " << error; in drop_privileges()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface_linux.cc24 LOG(FATAL) << "Unimplemented yet"; in btif_a2dp_audio_on_started()
27 LOG(FATAL) << "Unimplemented yet"; in btif_a2dp_audio_on_stopped()
30 LOG(FATAL) << "Unimplemented yet"; in btif_a2dp_audio_on_suspended()
33 LOG(FATAL) << "Unimplemented yet"; in btif_a2dp_audio_interface_start_session()
36 LOG(FATAL) << "Unimplemented yet"; in btif_a2dp_audio_interface_end_session()
Dbtif_keystore.cc49 LOG(FATAL) << "EncryptWithAuthentication Failed: generateKey response=" in Encrypt()
56 LOG(FATAL) << "EncryptWithAuthentication failed."; in Encrypt()
70 LOG(FATAL) << "DecryptWithAuthentication failed.\n"; in Decrypt()
/system/extras/verity/fec/
Dimage.cpp69 FATAL("empty file?\n"); in calculate_rounds()
71 FATAL("file size %" PRIu64 " is not a multiple of %u bytes\n", in calculate_rounds()
108 FATAL("failed to read file %s\n", ctx->fec_filename); in file_image_load()
126 FATAL("failed to allocate memory\n"); in file_image_load()
162 FATAL("failed to open file '%s': %s\n", fn.c_str(), strerror(errno)); in image_load()
180 FATAL("failed to open file '%s: %s'\n", filename.c_str(), in image_save()
185 FATAL("failed to write to output: %s\n", strerror(errno)); in image_save()
206 FATAL("failed to allocate %u bytes\n", ctx->fec_size); in image_ecc_new()
217 FATAL("failed to open file '%s': %s\n", filename.c_str(), in image_ecc_load()
222 FATAL("failed to seek to header in '%s': %s\n", filename.c_str(), in image_ecc_load()
[all …]
Dmain.cpp77 FATAL("failed to recover [%" PRIu64 ", %" PRIu64 ")\n", in decode_rs()
127 FATAL("invalid value of %s\n", name); in parse_arg()
130 FATAL("value of roots too large (max. %" PRIu64 ")\n", maxval); in parse_arg()
148 FATAL("failed to open input\n"); in get_start()
155 FATAL("no ecc data\n"); in get_start()
163 FATAL("no verity data\n"); in get_start()
176 FATAL("invalid parameters: inplace can only used when decoding\n"); in encode()
180 FATAL("failed to read input\n"); in encode()
184 FATAL("failed to allocate ecc\n"); in encode()
203 FATAL("failed to process input\n"); in encode()
[all …]
/system/core/adb/client/
Dmain.cpp49 PLOG(FATAL) << "cannot open " << log_file_path; in setup_daemon_logging()
52 PLOG(FATAL) << "cannot redirect stdout"; in setup_daemon_logging()
55 PLOG(FATAL) << "cannot redirect stderr"; in setup_daemon_logging()
88 PLOG(FATAL) << "cannot make stdout unbuffered"; in adb_server_main()
91 PLOG(FATAL) << "cannot make stderr unbuffered"; in adb_server_main()
144 LOG(FATAL) << "could not install *smartsocket* listener: " << error; in adb_server_main()
160 PLOG(FATAL) << "setsid() failed"; in adb_server_main()
178 LOG(FATAL) << "cannot write ACK to handle " << ack_reply_handle in adb_server_main()
182 LOG(FATAL) << "cannot write " << bytes_to_write << " bytes of ACK: only wrote " in adb_server_main()
190 PLOG(FATAL) << "error writing ACK to fd " << ack_reply_fd; in adb_server_main()
/system/core/debuggerd/
Dcrash_dump.cpp206 PLOG(FATAL) << "failed to set signal mask"; in DefuseSignalHandlers()
237 LOG(FATAL) << "wrong number of args: " << argc << " (expected 4)"; in ParseArgs()
241 LOG(FATAL) << "invalid target tid: " << argv[1]; in ParseArgs()
245 LOG(FATAL) << "invalid pseudothread tid: " << argv[2]; in ParseArgs()
250 LOG(FATAL) << "invalid requested dump type: " << argv[3]; in ParseArgs()
262 PLOG(FATAL) << "failed to read target ucontext"; in ReadCrashInfo()
275 LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version; in ReadCrashInfo()
280 LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected " in ReadCrashInfo()
308 PLOG(FATAL) << "failed to waitpid"; in wait_for_clone()
312 LOG(FATAL) << "traced process exited with status " << WEXITSTATUS(status); in wait_for_clone()
[all …]
/system/core/init/
Dswitch_root.cpp41 PLOG(FATAL) << "Failed to open /proc/mounts"; in GetMounts()
81 PLOG(FATAL) << "Unable to move mount at '" << mount_path << "'"; in SwitchRoot()
86 PLOG(FATAL) << "Could not chdir to new_root, '" << new_root << "'"; in SwitchRoot()
90 PLOG(FATAL) << "Unable to move root mount to new_root, '" << new_root << "'"; in SwitchRoot()
94 PLOG(FATAL) << "Unable to chroot to new root"; in SwitchRoot()
Dsubcontext.cpp175 PLOG(FATAL) << "poll() of subcontext socket failed, continuing"; in MainLoop()
186 LOG(FATAL) << "Could not read message from init: " << init_message.error(); in MainLoop()
191 LOG(FATAL) << "Unable to parse message from init"; in MainLoop()
205 LOG(FATAL) << "Unknown message type from init: " in MainLoop()
210 LOG(FATAL) << "Failed to send message to init: " << result.error(); in MainLoop()
218 if (argc < 4) LOG(FATAL) << "Fewer than 4 args specified to subcontext (" << argc << ")"; in SubcontextMain()
235 LOG(FATAL) << "Could not create socket pair to communicate to subcontext"; in Fork()
242 LOG(FATAL) << "Could not fork subcontext"; in Fork()
250 PLOG(FATAL) << "Could not dup child_fd"; in Fork()
254 PLOG(FATAL) << "Could not set execcon for '" << context_ << "'"; in Fork()
[all …]
Dfirst_stage_init.cpp179 LOG(FATAL) << "Init encountered errors starting first stage, aborting"; in FirstStageMain()
200 LOG(FATAL) << "Could not bind mount /first_stage_ramdisk to itself"; in FirstStageMain()
219 LOG(FATAL) << "Failed to mount required partitions early ..."; in FirstStageMain()
244 PLOG(FATAL) << "execv(\"" << path << "\") failed"; in FirstStageMain()
/system/connectivity/wificond/tests/integration/
Dscanner_test.cpp44 LOG(FATAL) << "Failed to create client interface"; in InitInterfaceAndReturnScanner()
48 LOG(FATAL) << "Failed to get a valid client interface handler"; in InitInterfaceAndReturnScanner()
52 LOG(FATAL) << "Failed to get a WifiScannerImpl handler"; in InitInterfaceAndReturnScanner()
/system/core/base/
Dlogging_test.cpp111 static_assert(android::base::severity < android::base::FATAL, "Bad input"); \
113 i <= static_cast<size_t>(android::base::FATAL); \
140 CHECK_WOULD_LOG_ENABLED(FATAL); in TEST()
199 static_assert(arraysize(log_characters) - 1 == android::base::FATAL + 1, in make_log_pattern()
241 android::base::ScopedLogSeverity sls1(android::base::FATAL); \
248 android::base::ScopedLogSeverity sls1(android::base::FATAL); \
322 android::base::ScopedLogSeverity sls1(android::base::FATAL); \
329 android::base::ScopedLogSeverity sls1(android::base::FATAL); \
351 ASSERT_DEATH({SuppressAbortUI(); LOG(FATAL) << "foobar";}, "foobar"); in TEST()
352 ASSERT_DEATH({SuppressAbortUI(); LOG(::android::base::FATAL) << "foobar";}, "foobar"); in TEST()
[all …]
/system/tools/sysprop/
DCodeWriter.cpp43 PLOG(FATAL) << "vsnprintf failed"; in Write()
49 PLOG(FATAL) << "vsnprintf failed"; in Write()
75 LOG(FATAL) << "Dedent failed: indent level is already 0"; in Dedent()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc64 LOG_IF(FATAL, !parsing_successful) << "Invalid signature size: " << str; in ParseSignatureSizes()
66 LOG_IF(FATAL, size != 256 && size != 512) in ParseSignatureSizes()
110 LOG_IF(FATAL, in_file.empty()) in CalculateHashForSigning()
112 LOG_IF(FATAL, out_hash_file.empty()) in CalculateHashForSigning()
145 LOG_IF(FATAL, in_file.empty()) << "Must pass --in_file to sign payload."; in SignPayload()
146 LOG_IF(FATAL, out_file.empty()) << "Must pass --out_file to sign payload."; in SignPayload()
147 LOG_IF(FATAL, payload_signature_file.empty()) in SignPayload()
170 LOG_IF(FATAL, in_file.empty()) in VerifySignedPayload()
172 LOG_IF(FATAL, public_key.empty()) in VerifySignedPayload()
493 LOG_IF(FATAL, partition_names.size() != 2) in Main()
[all …]
/system/core/trusty/keymaster/3.0/
Dservice.cpp29 LOG(FATAL) << "Could not initialize TrustyKeymaster (" << err << ")"; in main()
37 LOG(FATAL) << "Could not register service for Keymaster 3.0 (" << status << ")"; in main()
/system/core/init/test_service/
Dtest_service.cpp33 LOG(FATAL) << "no status field requested"; in main()
39 LOG(FATAL) << "need even number of command-line arguments"; in main()
45 PLOG(FATAL) << "could not read /proc/self/status"; in main()
/system/bt/stack/btu/
Dbtu_task.cc117 LOG(FATAL) << __func__ << ": unable to start btu message loop thread."; in btu_task_start_up()
120 LOG(FATAL) << __func__ << ": unable to enable real time scheduling"; in btu_task_start_up()
124 LOG(FATAL) << __func__ << ": unable to continue starting Bluetooth"; in btu_task_start_up()
/system/core/base/include/android-base/
Dlogging.h89 FATAL, enumerator
189 using ::android::base::FATAL; \
205 #define MUST_LOG_MESSAGE(severity) (SEVERITY_LAMBDA(severity) == ::android::base::FATAL)
245 ABORT_AFTER_LOG_EXPR_IF((SEVERITY_LAMBDA(severity)) == ::android::base::FATAL, true) && \
278 ::android::base::FATAL, _LOG_TAG_INTERNAL, -1) \
290 ::android::base::FATAL, _LOG_TAG_INTERNAL, -1) \
315 ::android::base::FATAL, _LOG_TAG_INTERNAL, -1) \
332 PLOG(FATAL) << #call << " failed for " << (what); \
347 ? (LOG(FATAL) << "Check failed: " << #x out, dummy) \
/system/bt/hci/src/
Dhci_layer_linux.cc117 LOG(FATAL) << "This packet filled buffer, if it have continuation we " in monitor_socket()
148 LOG(FATAL) << "Unexpected event type: " << +type; in monitor_socket()
197 LOG(FATAL) << "HCI interface hci" << +hci_interface << " not found"; in hci_initialize()
206 PLOG(FATAL) << "socket bind error"; in hci_initialize()
211 PLOG(FATAL) << "socketpair failed"; in hci_initialize()
264 LOG(FATAL) << "Unknown packet type " << event; in hci_transmit()
277 if (ret == -1) PLOG(FATAL) << "write failed"; in hci_transmit()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test_main.cc43 LOG(FATAL) << "base::CommandLine::Init should not be called twice"; in main()
60 LOG(FATAL) << "base::CommandLine::Init failed, arg0=" << logging_argv[0] in main()
/system/connectivity/wificond/tests/
Dshell_utils.cpp62 LOG(FATAL) << "Failed to create pipe"; in RunShellCommand()
70 LOG(FATAL) << "Failed to fork child for shell command: " << shell_command; in RunShellCommand()
80 PLOG(FATAL) << "exec() of child failed"; in RunShellCommand()
/system/testing/gtest_extras/
DIsolate.cpp53 PLOG(FATAL) << "Setting up SIGINT handler failed"; in RegisterSignalHandler()
57 PLOG(FATAL) << "Setting up SIGQUIT handler failed"; in RegisterSignalHandler()
64 PLOG(FATAL) << "Disabling SIGINT handler failed"; in UnregisterSignalHandler()
68 PLOG(FATAL) << "Disabling SIGQUIT handler failed"; in UnregisterSignalHandler()
98 PLOG(FATAL) << "Unexpected failure from popen"; in EnumerateTests()
170 PLOG(FATAL) << "Unexpected failure from pclose"; in EnumerateTests()
194 PLOG(FATAL) << "Unexpected failure from pipe"; in LaunchTests()
197 PLOG(FATAL) << "Unexpected failure from fcntl"; in LaunchTests()
202 PLOG(FATAL) << "Unexpected failure from fork"; in LaunchTests()
259 LOG(FATAL) << "Pid " << pid << " was not spawned by the isolation framework."; in CheckTestsFinished()
[all …]
/system/core/fs_mgr/libfs_avb/
Dutil.h34 #define LFATAL LOG(FATAL) << FS_AVB_TAG
40 #define PFATAL PLOG(FATAL) << FS_AVB_TAG
/system/core/adb/
Dadb_utils.cpp60 PLOG(FATAL) << "failed to open " << kNullFileName; in close_stdin()
64 PLOG(FATAL) << "failed to redirect stdin to " << kNullFileName; in close_stdin()
305 LOG(FATAL) << "failed to get user home directory"; in adb_get_homedir_path()
316 PLOG(FATAL) << "Cannot mkdir '" << android_dir << "'"; in adb_get_android_dir_path()
331 LOG(FATAL) << "cannot retrieve temporary file path: " in GetLogFilePath()
337 PLOG(FATAL) << "cannot convert temporary file path from UTF-16 to UTF-8"; in GetLogFilePath()

123456