Home
last modified time | relevance | path

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

1234567

/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()
/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.cpp51 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/
Dcrash_dump.cpp207 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/
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.cpp128 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 …]
Dfirst_stage_init.cpp120 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/
DApiDumpMain.cpp52 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()
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()
DApiCheckerMain.cpp49 LOG(FATAL) << "parsing sysprop_library API file " << argv[1] in main()
56 LOG(FATAL) << "parsing sysprop_library API file " << argv[2] in main()
DTypeCheckerMain.cpp99 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/
Dfdevent_epoll.cpp34 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()
Dfdevent_poll.cpp57 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/
Dadbconnection_server.cpp72 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/
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/libbase/
Dlogging_test.cpp131 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/
Dgenerate_delta_main.cc68 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/
Dmain.cpp79 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/
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/trusty/keymaster/4.0/
Dservice.cpp29 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/
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/core/adb/daemon/
Dmain.cpp138 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/
Dbtu_task.cc133 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/
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()

1234567