Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL (Results 1 – 25 of 38) sorted by relevance

12

/system/core/libutils/
DStrongPointer.cpp23 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/
Dh4_protocol.cc69LOG_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()
91LOG_ALWAYS_FATAL("%s: More bytes read than expected (%u)!", __func__, static_cast<unsigned int>(by… in OnDataReady()
97LOG_ALWAYS_FATAL("%s: Unimplemented packet type %d", __func__, static_cast<int>(hci_packet_type_)); in OnDataReady()
Dh4_packetizer.cc90LOG_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()
115LOG_ALWAYS_FATAL("%s: More bytes read than expected (%u)!", __func__, static_cast<unsigned int>(by… in OnDataReady()
120LOG_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()
Dhci_packetizer.cc79 LOG_ALWAYS_FATAL("Read header error: %s", strerror(errno)); in OnDataReady()
113 LOG_ALWAYS_FATAL("Read payload error: %s", strerror(errno)); in OnDataReady()
Dhci_socket_device.cc80 [](const std::vector<uint8_t>&) { LOG_ALWAYS_FATAL("Unexpected Event in HciSocketDevice!"); }, in HciSocketDevice()
/system/bt/gd/os/
Dlog.h75 #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/
Dfifo.cpp264 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()
Dpower.cpp264 LOG_ALWAYS_FATAL("invalid format: %#x", format); in audio_utils_compute_energy_mono()
/system/core/liblog/include_vndk/log/
Dlog_main.h140 #ifndef LOG_ALWAYS_FATAL
141 #define LOG_ALWAYS_FATAL(...) \ macro
165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/system/core/liblog/include/log/
Dlog_main.h140 #ifndef LOG_ALWAYS_FATAL
141 #define LOG_ALWAYS_FATAL(...) \ macro
165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/system/bt/gd/neighbor/facade/
Dfacade.cc78 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()
112LOG_ALWAYS_FATAL("Unknown discoverability mode %d", static_cast<int>(request->inquiry_mode())); in SetInquiryMode()
135LOG_ALWAYS_FATAL("Unknown PageScanRepetition mode %d", static_cast<int>(request->page_scan_repetit… in ReadRemoteName()
/system/memory/libmemunreachable/
Dlog.h53 #define MEM_LOG_ALWAYS_FATAL LOG_ALWAYS_FATAL
/system/bt/gd/hci/
Dle_address_manager.cc55 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()
235LOG_ALWAYS_FATAL("Received on_le_set_random_address_complete with error code %s", error_code.c_str… in on_le_set_random_address_complete()
Dle_scanning_manager.cc93LOG_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/
DMIPS64Assembler.cpp41 #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 …]
DMIPSAssembler.cpp74 #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/
Dhelpers.h60 LOG_ALWAYS_FATAL("Bad address type %02x", legacy_type); in ToAddressWithType()
/system/core/libcutils/
Dashmem-dev.cpp286 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/
Ddevice.cc63 LOG_ALWAYS_FATAL("Unknown key_address_type %d", static_cast<int>(key_address_type)); in GetConfigSection()
/system/bt/gd/security/test/
Dpairing_handler_le_pair_test.cc130 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/
Dsecurity_manager_impl.cc151 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/
DAccessControl.cpp44 LOG_ALWAYS_FATAL("Failed to acquire hwservicemanager context."); in AccessControl()
/system/core/liblog/
DREADME.md56 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/
Dstyle_guide.md198 * LOG_ALWAYS_FATAL(fmt, args...): Enabled, will always crash
207 LOG_ALWAYS_FATAL() to crash the stack and restart.
/system/core/debuggerd/crasher/
Dcrasher.cpp279 LOG_ALWAYS_FATAL("hello %s", "world"); in do_action()

12