/system/bt/btif/src/ |
D | btif_a2dp_audio_interface_linux.cc | 24 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()
|
/system/extras/verity/fec/ |
D | image.cpp | 69 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 …]
|
D | main.cpp | 77 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/ |
D | main.cpp | 51 PLOG(FATAL) << "cannot open " << log_file_path; in setup_daemon_logging() 54 PLOG(FATAL) << "cannot redirect stdout"; in setup_daemon_logging() 57 PLOG(FATAL) << "cannot redirect stderr"; in setup_daemon_logging() 90 PLOG(FATAL) << "cannot make stdout unbuffered"; in adb_server_main() 93 PLOG(FATAL) << "cannot make stderr unbuffered"; in adb_server_main() 153 LOG(FATAL) << "could not install *smartsocket* listener: " << error; in adb_server_main() 169 PLOG(FATAL) << "setsid() failed"; in adb_server_main() 189 LOG(FATAL) << "cannot write ACK to handle " << ack_reply_handle in adb_server_main() 193 LOG(FATAL) << "cannot write " << bytes_to_write << " bytes of ACK: only wrote " in adb_server_main() 201 PLOG(FATAL) << "error writing ACK to fd " << ack_reply_fd; in adb_server_main()
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 207 PLOG(FATAL) << "failed to set signal mask"; in DefuseSignalHandlers() 238 LOG(FATAL) << "wrong number of args: " << argc << " (expected 4)"; in ParseArgs() 242 LOG(FATAL) << "invalid target tid: " << argv[1]; in ParseArgs() 246 LOG(FATAL) << "invalid pseudothread tid: " << argv[2]; in ParseArgs() 251 LOG(FATAL) << "invalid requested dump type: " << argv[3]; in ParseArgs() 262 PLOG(FATAL) << "failed to read target ucontext"; in ReadCrashInfo() 277 LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version; in ReadCrashInfo() 282 LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected " in ReadCrashInfo() 322 PLOG(FATAL) << "failed to waitpid"; in wait_for_clone() 326 LOG(FATAL) << "traced process exited with status " << WEXITSTATUS(status); in wait_for_clone() [all …]
|
/system/core/init/ |
D | switch_root.cpp | 41 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()
|
D | subcontext.cpp | 128 PLOG(FATAL) << "poll() of subcontext socket failed, continuing"; in MainLoop() 139 LOG(FATAL) << "Could not read message from init: " << init_message.error(); in MainLoop() 144 LOG(FATAL) << "Unable to parse message from init"; in MainLoop() 158 LOG(FATAL) << "Unknown message type from init: " in MainLoop() 168 LOG(FATAL) << "Failed to send message to init: " << result.error(); in MainLoop() 176 if (argc < 4) LOG(FATAL) << "Fewer than 4 args specified to subcontext (" << argc << ")"; in SubcontextMain() 195 LOG(FATAL) << "Could not create socket pair to communicate to subcontext"; in Fork() 202 LOG(FATAL) << "Could not fork subcontext"; in Fork() 210 PLOG(FATAL) << "Could not dup child_fd"; in Fork() 217 PLOG(FATAL) << "Could not set execcon for '" << context_ << "'"; in Fork() [all …]
|
D | first_stage_init.cpp | 120 LOG(FATAL) << "Failed to get kernel version."; in LoadKernelModules() 124 LOG(FATAL) << "Failed to parse kernel version " << uts.release; in LoadKernelModules() 249 LOG(FATAL) << "Init encountered errors starting first stage, aborting"; in FirstStageMain() 271 LOG(FATAL) << "Failed to load kernel modules"; in FirstStageMain() 284 LOG(FATAL) << "Could not bind mount /first_stage_ramdisk to itself"; in FirstStageMain() 303 LOG(FATAL) << "Failed to mount required partitions early ..."; in FirstStageMain() 331 PLOG(FATAL) << "execv(\"" << path << "\") failed"; in FirstStageMain()
|
/system/tools/sysprop/ |
D | ApiDumpMain.cpp | 52 LOG(FATAL) << "duplicated module name " << res->module(); in main() 55 LOG(FATAL) << "parsing sysprop file " << argv[i] in main() 69 LOG(FATAL) << "dumping API failed"; in main() 73 PLOG(FATAL) << "writing API file to " << argv[1] << " failed"; in main()
|
D | CodeWriter.cpp | 43 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()
|
D | ApiCheckerMain.cpp | 49 LOG(FATAL) << "parsing sysprop_library API file " << argv[1] in main() 56 LOG(FATAL) << "parsing sysprop_library API file " << argv[2] in main()
|
D | TypeCheckerMain.cpp | 99 LOG(FATAL) << "parsing sysprop_library API file " << api_path in main() 110 LOG(FATAL) << "Could not read properties from '" << context_path << "'"; in main() 120 LOG(FATAL) << "Could not parse properties from '" << context_path << "'"; in main()
|
/system/core/adb/fdevent/ |
D | fdevent_epoll.cpp | 34 PLOG(FATAL) << "failed to read from fdevent interrupt fd"; in fdevent_interrupt() 43 PLOG(FATAL) << "failed to create fdevent interrupt eventfd"; in fdevent_context_epoll() 48 PLOG(FATAL) << "failed to dup fdevent interrupt eventfd"; in fdevent_context_epoll() 82 PLOG(FATAL) << "failed to register fd " << fde->fd.get() << " with epoll"; in Register() 88 PLOG(FATAL) << "failed to unregister fd " << fde->fd.get() << " with epoll"; in Unregister() 103 PLOG(FATAL) << "failed to modify fd " << fde->fd.get() << " with epoll"; in Set() 131 PLOG(FATAL) << "epoll_wait failed"; in Loop() 196 PLOG(FATAL) << "failed to write to fdevent interrupt eventfd"; in Interrupt()
|
D | fdevent_poll.cpp | 57 PLOG(FATAL) << "failed to read from fdevent interrupt fd"; in fdevent_interrupt() 64 PLOG(FATAL) << "failed to create fdevent interrupt socketpair"; in fdevent_context_poll() 68 PLOG(FATAL) << "failed to make fdevent interrupt socket nonblocking"; in fdevent_context_poll() 209 PLOG(FATAL) << "fdevent interrupt fd was closed?"; in Interrupt() 211 PLOG(FATAL) << "failed to write to fdevent interrupt fd"; in Interrupt()
|
/system/core/adb/libs/adbconnection/ |
D | adbconnection_server.cpp | 72 LOG(FATAL) << "failed to register event with epoll fd"; in adbconnection_listen() 78 PLOG(FATAL) << "epoll_wait failed"; in adbconnection_listen() 97 PLOG(FATAL) << "failed to register JDWP client with epoll"; in adbconnection_listen() 107 LOG(FATAL) << "failed to find JDWP client (" << event.data.fd in adbconnection_listen() 121 LOG(FATAL) << "failed to delete fd from JDWP epoll fd"; in adbconnection_listen()
|
/system/connectivity/wificond/tests/integration/ |
D | scanner_test.cpp | 44 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/libbase/ |
D | logging_test.cpp | 131 static_assert(android::base::severity < android::base::FATAL, "Bad input"); \ 133 i <= static_cast<size_t>(android::base::FATAL); \ 160 CHECK_WOULD_LOG_ENABLED(FATAL); in TEST() 215 static_assert(arraysize(log_characters) - 1 == android::base::FATAL + 1, in make_log_pattern() 257 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 264 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 334 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 341 android::base::ScopedLogSeverity sls1(android::base::FATAL); \ 363 ASSERT_DEATH({SuppressAbortUI(); LOG(FATAL) << "foobar";}, "foobar"); in TEST() 364 ASSERT_DEATH({SuppressAbortUI(); LOG(::android::base::FATAL) << "foobar";}, "foobar"); in TEST() [all …]
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 68 LOG_IF(FATAL, !parsing_successful) << "Invalid signature size: " << str; in ParseSignatureSizes() 111 LOG_IF(FATAL, in_file.empty()) in CalculateHashForSigning() 113 LOG_IF(FATAL, out_hash_file.empty()) in CalculateHashForSigning() 147 LOG_IF(FATAL, in_file.empty()) << "Must pass --in_file to sign payload."; in SignPayload() 148 LOG_IF(FATAL, out_file.empty()) << "Must pass --out_file to sign payload."; in SignPayload() 149 LOG_IF(FATAL, payload_signature_file.empty()) in SignPayload() 173 LOG_IF(FATAL, in_file.empty()) in VerifySignedPayload() 175 LOG_IF(FATAL, public_key.empty()) in VerifySignedPayload() 284 LOG(FATAL) << "Invalid option " << props_format in ExtractProperties() 474 LOG_IF(FATAL, FLAGS_private_key.empty()) in Main() [all …]
|
/system/core/logd/ |
D | main.cpp | 79 PLOG(FATAL) << "failed to set background scheduling policy"; in DropPrivs() 84 PLOG(FATAL) << "failed to set batch scheduler"; in DropPrivs() 89 PLOG(FATAL) << "failed to clear PR_SET_DUMPABLE"; in DropPrivs() 95 PLOG(FATAL) << "cap_clear() failed"; in DropPrivs() 101 PLOG(FATAL) << "Failed to set CAP_SYSLOG"; in DropPrivs() 108 PLOG(FATAL) << "Failed to set CAP_AUDIT_CONTROL"; in DropPrivs() 112 PLOG(FATAL) << "cap_set_proc() failed"; in DropPrivs() 290 LOG(FATAL) << "buffer_type must be one of 'chatty', 'serialized', or 'simple'"; in main()
|
/system/core/trusty/keymaster/3.0/ |
D | service.cpp | 29 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/trusty/keymaster/4.0/ |
D | service.cpp | 29 LOG(FATAL) << "Could not initialize TrustyKeymaster (" << err << ")"; in main() 37 LOG(FATAL) << "Could not register service for Keymaster 4.0 (" << status << ")"; in main()
|
/system/core/init/test_service/ |
D | test_service.cpp | 33 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/core/adb/daemon/ |
D | main.cpp | 138 PLOG(FATAL) << "cap_clear_flag(INHERITABLE) failed"; in drop_privileges() 141 PLOG(FATAL) << "cap_clear_flag(PEMITTED) failed"; in drop_privileges() 144 PLOG(FATAL) << "cap_clear_flag(PEMITTED) failed"; in drop_privileges() 147 PLOG(FATAL) << "cap_set_proc() failed"; in drop_privileges() 157 LOG(FATAL) << "Could not set SELinux context"; in drop_privileges()
|
/system/bt/stack/btu/ |
D | btu_task.cc | 133 LOG(FATAL) << __func__ << ": unable to start btu message loop thread."; in btu_task_start_up() 136 LOG(FATAL) << __func__ << ": unable to enable real time scheduling"; in btu_task_start_up() 140 LOG(FATAL) << __func__ << ": unable to continue starting Bluetooth"; in btu_task_start_up()
|
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 117 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()
|