Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL (Results 1 – 25 of 41) 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()
DLightRefBase.cpp26 LOG_ALWAYS_FATAL("incStrongRequireStrong() called on %p which isn't already owned", thiz); in LightRefBase_reportIncStrongRequireStrongFailed()
/system/bt/gd/os/
Dlog.h94 #ifndef LOG_ALWAYS_FATAL
95 #define LOG_ALWAYS_FATAL(...) \ macro
120 LOG_ALWAYS_FATAL("assertion '" #condition "' failed"); \
127 LOG_ALWAYS_FATAL("assertion '" #condition "' failed - " fmt, ##args); \
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dh4_packetizer.cc99 LOG_ALWAYS_FATAL("Unimplemented packet type %d", in OnPacketReady()
149 LOG_ALWAYS_FATAL( in OnDataReady()
157 LOG_ALWAYS_FATAL("More bytes read (%u) than expected (%u)!", in OnDataReady()
170 LOG_ALWAYS_FATAL("Unimplemented packet type %hhd", packet_type_); in OnDataReady()
Dhci_socket_device.cc81 LOG_ALWAYS_FATAL("Unexpected Event in HciSocketDevice!"); in HciSocketDevice()
/system/logging/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/logging/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/media/audio_utils/
Dfifo.cpp270 LOG_ALWAYS_FATAL("unexpected err=%d errno=%d", err, errno); in obtain()
276 LOG_ALWAYS_FATAL("mFifo.mThrottleFrontSync=%d", mFifo.mThrottleFrontSync); in obtain()
349 LOG_ALWAYS_FATAL("%s: unexpected err=%d errno=%d", in release()
357 LOG_ALWAYS_FATAL("mFifo.mWriterRearSync=%d", mFifo.mWriterRearSync); in release()
517 LOG_ALWAYS_FATAL("%s: unexpected err=%d errno=%d", in release()
525 LOG_ALWAYS_FATAL("mFifo.mThrottleFrontSync=%d", mFifo.mThrottleFrontSync); in release()
592 LOG_ALWAYS_FATAL("unexpected err=%d errno=%d", err, errno); in obtain()
598 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/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.cc73 LOG_ALWAYS_FATAL("Bits of the random part of the address shall not be all 1 or all 0"); in SetPrivacyPolicyForInitiatorAddress()
89 LOG_ALWAYS_FATAL("invalid parameters"); in SetPrivacyPolicyForInitiatorAddress()
118 LOG_ALWAYS_FATAL("Bits of the random part of the address shall not be all 1 or all 0"); in SetPrivacyPolicyForInitiatorAddressForTest()
132 LOG_ALWAYS_FATAL("invalid parameters"); in SetPrivacyPolicyForInitiatorAddressForTest()
258 LOG_ALWAYS_FATAL("Invalid address policy!"); in set_random_address()
276 LOG_ALWAYS_FATAL("Invalid address policy!"); in rotate_random_address()
/system/bt/gd/common/
Dmetric_id_manager.cc61 LOG_ALWAYS_FATAL( in Init()
72 LOG_ALWAYS_FATAL("Invalid Bluetooth Metric Id in config. " in Init()
/system/libziparchive/incfs_support/
Dsignal_handling.cpp45 LOG_ALWAYS_FATAL("sigaction(SIGBUS) failed: %d", errno); in SignalHandler()
/system/bt/gd/hal/
Dsnoop_logger.cc239LOG_ALWAYS_FATAL("Unable to open snoop log at \"%s\", error: \"%s\"", snoop_log_path_.c_str(), str… in OpenNextSnoopLogFile()
243LOG_ALWAYS_FATAL("Unable to write file header to \"%s\", error: \"%s\"", snoop_log_path_.c_str(), … in OpenNextSnoopLogFile()
341LOG_ALWAYS_FATAL("Unable to open snoop log at \"%s\", error: \"%s\"", snooz_log_path_.c_str(), str… in DumpSnoozLogToFile()
345LOG_ALWAYS_FATAL("Unable to write file header to \"%s\", error: \"%s\"", snooz_log_path_.c_str(), … in DumpSnoozLogToFile()
/system/libziparchive/incfs_support/include/incfs_support/
Dsignal_handling.h173 LOG_ALWAYS_FATAL("%s(): signal handler was supposed to return", __func__); \
/system/core/libcutils/
Dashmem-dev.cpp291 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o %d:%d", in __ashmem_is_ashmem()
296 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/hwservicemanager/
DAccessControl.cpp44 LOG_ALWAYS_FATAL("Failed to acquire hwservicemanager context."); in AccessControl()
/system/bt/main/shim/
Dhelpers.h67 LOG_ALWAYS_FATAL("Bad address type %02x", legacy_type); in ToAddressWithType()
99 LOG_ALWAYS_FATAL("%s Bad address type %02x", __func__, in ToLegacyAddressWithType()
/system/bt/gd/security/test/
Dpairing_handler_le_pair_test.cc138 if (!pairing_handler_a) LOG_ALWAYS_FATAL("Peripheral handler not initlized yet!"); in dequeue_callback_central()
154 if (!pairing_handler_b) LOG_ALWAYS_FATAL("Central handler not initlized yet!"); in dequeue_callback_peripheral()
258 if (!(*handler)) LOG_ALWAYS_FATAL("handler not initalized yet!"); in RecordPairingPromptHandling()
338 if (!pairing_handler_b) LOG_ALWAYS_FATAL("handler not initalized yet!"); in TEST_F()
427 if (!pairing_handler_a) LOG_ALWAYS_FATAL("handler not initalized yet!"); in TEST_F()
/system/logging/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/security/internal/
Dsecurity_manager_impl.cc184 LOG_ALWAYS_FATAL("Listener has already been registered!"); in SetUserInterfaceHandler()
204 LOG_ALWAYS_FATAL("Listener has already been registered!"); in RegisterCallbackListener()
219 LOG_ALWAYS_FATAL("Listener has not been registered!"); in UnregisterCallbackListener()
480 LOG_ALWAYS_FATAL("Received SMP command for unknown channel"); in OnSmpCommandLe()
641 LOG_ALWAYS_FATAL("Received connection closed for unknown channel"); in OnConnectionClosedLe()
/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.cpp283 LOG_ALWAYS_FATAL("hello %s", "world"); in do_action()

12