/system/core/libutils/ |
D | StrongPointer.cpp | 23 void sp_report_race() { LOG_ALWAYS_FATAL("sp<> assignment detected data race"); } in sp_report_race() 25 void sp_report_stack_pointer() { LOG_ALWAYS_FATAL("sp<> constructed with stack pointer argument"); } in sp_report_stack_pointer()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | h4_protocol.cc | 69 …LOG_ALWAYS_FATAL("%s: Unimplemented packet type %d", __func__, static_cast<int>(hci_packet_type_)); in OnPacketReady() 88 LOG_ALWAYS_FATAL("%s: Read packet type error: %s", __func__, strerror(errno)); in OnDataReady() 91 …LOG_ALWAYS_FATAL("%s: More bytes read than expected (%u)!", __func__, static_cast<unsigned int>(by… in OnDataReady() 97 …LOG_ALWAYS_FATAL("%s: Unimplemented packet type %d", __func__, static_cast<int>(hci_packet_type_)); in OnDataReady()
|
D | h4_packetizer.cc | 90 …LOG_ALWAYS_FATAL("%s: Unimplemented packet type %d", __func__, static_cast<int>(hci_packet_type_)); in OnPacketReady() 112 LOG_ALWAYS_FATAL("%s: Read packet type error: %s", __func__, strerror(errno)); in OnDataReady() 115 …LOG_ALWAYS_FATAL("%s: More bytes read than expected (%u)!", __func__, static_cast<unsigned int>(by… in OnDataReady() 120 …LOG_ALWAYS_FATAL("%s: Unimplemented packet type %d", __func__, static_cast<int>(hci_packet_type_)); in OnDataReady() 144 LOG_ALWAYS_FATAL("%s: Read header error: %s", __func__, strerror(errno)); in OnDataReady() 177 LOG_ALWAYS_FATAL("%s: Read payload error: %s", __func__, strerror(errno)); in OnDataReady()
|
D | hci_packetizer.cc | 79 LOG_ALWAYS_FATAL("Read header error: %s", strerror(errno)); in OnDataReady() 113 LOG_ALWAYS_FATAL("Read payload error: %s", strerror(errno)); in OnDataReady()
|
D | hci_socket_device.cc | 80 [](const std::vector<uint8_t>&) { LOG_ALWAYS_FATAL("Unexpected Event in HciSocketDevice!"); }, in HciSocketDevice()
|
/system/bt/gd/os/ |
D | log.h | 75 #define LOG_ALWAYS_FATAL(...) \ macro 88 LOG_ALWAYS_FATAL("assertion '" #condition "' failed"); \ 95 LOG_ALWAYS_FATAL("assertion '" #condition "' failed - " fmt, ##args); \
|
/system/media/audio_utils/ |
D | fifo.cpp | 264 LOG_ALWAYS_FATAL("unexpected err=%d errno=%d", err, errno); in obtain() 270 LOG_ALWAYS_FATAL("mFifo.mThrottleFrontSync=%d", mFifo.mThrottleFrontSync); in obtain() 336 LOG_ALWAYS_FATAL("%s: unexpected err=%d errno=%d", in release() 344 LOG_ALWAYS_FATAL("mFifo.mWriterRearSync=%d", mFifo.mWriterRearSync); in release() 494 LOG_ALWAYS_FATAL("%s: unexpected err=%d errno=%d", in release() 502 LOG_ALWAYS_FATAL("mFifo.mThrottleFrontSync=%d", mFifo.mThrottleFrontSync); in release() 565 LOG_ALWAYS_FATAL("unexpected err=%d errno=%d", err, errno); in obtain() 571 LOG_ALWAYS_FATAL("mFifo.mWriterRearSync=%d", mFifo.mWriterRearSync); in obtain()
|
D | power.cpp | 264 LOG_ALWAYS_FATAL("invalid format: %#x", format); in audio_utils_compute_energy_mono()
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 140 #ifndef LOG_ALWAYS_FATAL 141 #define LOG_ALWAYS_FATAL(...) \ macro 165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
|
/system/core/liblog/include/log/ |
D | log_main.h | 140 #ifndef LOG_ALWAYS_FATAL 141 #define LOG_ALWAYS_FATAL(...) \ macro 165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
|
/system/bt/gd/neighbor/facade/ |
D | facade.cc | 78 LOG_ALWAYS_FATAL("Unknown discoverability mode %d", static_cast<int>(request->mode())); in SetDiscoverability() 99 LOG_ALWAYS_FATAL("Unknown result mode %d", static_cast<int>(request->result_mode())); in SetInquiryMode() 112 … LOG_ALWAYS_FATAL("Unknown discoverability mode %d", static_cast<int>(request->inquiry_mode())); in SetInquiryMode() 135 …LOG_ALWAYS_FATAL("Unknown PageScanRepetition mode %d", static_cast<int>(request->page_scan_repetit… in ReadRemoteName()
|
/system/memory/libmemunreachable/ |
D | log.h | 53 #define MEM_LOG_ALWAYS_FATAL LOG_ALWAYS_FATAL
|
/system/bt/gd/hci/ |
D | le_address_manager.cc | 55 LOG_ALWAYS_FATAL("Bits of the random part of the address shall not be all 1 or all 0"); in SetPrivacyPolicyForInitiatorAddress() 69 LOG_ALWAYS_FATAL("invalid parameters"); in SetPrivacyPolicyForInitiatorAddress() 98 LOG_ALWAYS_FATAL("Bits of the random part of the address shall not be all 1 or all 0"); in SetPrivacyPolicyForInitiatorAddressForTest() 112 LOG_ALWAYS_FATAL("invalid parameters"); in SetPrivacyPolicyForInitiatorAddressForTest() 231 LOG_ALWAYS_FATAL("Received on_le_set_random_address_complete with invalid packet"); in on_le_set_random_address_complete() 235 …LOG_ALWAYS_FATAL("Received on_le_set_random_address_complete with error code %s", error_code.c_str… in on_le_set_random_address_complete()
|
D | le_scanning_manager.cc | 93 …LOG_ALWAYS_FATAL("Unknown advertising subevent %s", hci::SubeventCodeText(event.GetSubeventCode())… in handle_scan_results() 273 LOG_ALWAYS_FATAL("Unhandled event %s", OpCodeText(view.GetCommandOpCode()).c_str()); in check_status()
|
/system/core/libpixelflinger/codeflinger/ |
D | MIPS64Assembler.cpp | 41 #define NOT_IMPLEMENTED() LOG_ALWAYS_FATAL("Arm instruction %s not yet implemented\n", __func__) 280 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n"); in reg_scale_post() 287 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n"); in immed8_pre() 313 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n"); in reg_post() 385 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n"); in dataProcAdrModes() 627 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMULL() 643 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMUAL() 659 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n"); in SMULL() 674 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n"); in SMUAL() 712 LOG_ALWAYS_FATAL("Unsupported cc: %02x\n", cc); in B() [all …]
|
D | MIPSAssembler.cpp | 74 #define NOT_IMPLEMENTED() LOG_ALWAYS_FATAL("Arm instruction %s not yet implemented\n", __func__) 291 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n"); in reg_scale_post() 300 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n"); in immed8_pre() 328 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n"); in reg_post() 405 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n"); in dataProcAdrModes() 639 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMULL() 655 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMUAL() 671 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n"); in SMULL() 686 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n"); in SMUAL() 724 LOG_ALWAYS_FATAL("Unsupported cc: %02x\n", cc); in B() [all …]
|
/system/bt/main/shim/ |
D | helpers.h | 60 LOG_ALWAYS_FATAL("Bad address type %02x", legacy_type); in ToAddressWithType()
|
/system/core/libcutils/ |
D | ashmem-dev.cpp | 286 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o %d:%d", in __ashmem_is_ashmem() 291 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o", in __ashmem_is_ashmem()
|
/system/bt/gd/storage/ |
D | device.cc | 63 LOG_ALWAYS_FATAL("Unknown key_address_type %d", static_cast<int>(key_address_type)); in GetConfigSection()
|
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 130 if (!pairing_handler_a) LOG_ALWAYS_FATAL("Slave handler not initlized yet!"); in dequeue_callback_master() 146 if (!pairing_handler_b) LOG_ALWAYS_FATAL("Master handler not initlized yet!"); in dequeue_callback_slave() 245 if (!(*handler)) LOG_ALWAYS_FATAL("handler not initalized yet!"); in RecordPairingPromptHandling() 321 if (!pairing_handler_b) LOG_ALWAYS_FATAL("handler not initalized yet!"); in TEST_F() 394 if (!pairing_handler_a) LOG_ALWAYS_FATAL("handler not initalized yet!"); in TEST_F()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 151 LOG_ALWAYS_FATAL("Listener has already been registered!"); in SetUserInterfaceHandler() 171 LOG_ALWAYS_FATAL("Listener has already been registered!"); in RegisterCallbackListener() 186 LOG_ALWAYS_FATAL("Listener has not been registered!"); in UnregisterCallbackListener() 401 LOG_ALWAYS_FATAL("Received SMP command for unknown channel"); in OnSmpCommandLe() 558 LOG_ALWAYS_FATAL("Received connection closed for unknown channel"); in OnConnectionClosedLe()
|
/system/hwservicemanager/ |
D | AccessControl.cpp | 44 LOG_ALWAYS_FATAL("Failed to acquire hwservicemanager context."); in AccessControl()
|
/system/core/liblog/ |
D | README.md | 56 LOG_ALWAYS_FATAL(format, ...) 109 `LOG_ALWAYS_FATAL` is used to `ALOG` a message, then kill the process. `LOG_FATAL` call is a 110 variant of `LOG_ALWAYS_FATAL`, only enabled in engineering, and not release builds. `ALOG_ASSERT`
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 198 * LOG_ALWAYS_FATAL(fmt, args...): Enabled, will always crash 207 LOG_ALWAYS_FATAL() to crash the stack and restart.
|
/system/core/debuggerd/crasher/ |
D | crasher.cpp | 279 LOG_ALWAYS_FATAL("hello %s", "world"); in do_action()
|