Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DStrongPointer.cpp23 void sp_report_race() { LOG_ALWAYS_FATAL("sp<> assignment detected data race"); } in sp_report_race()
DRefBase.cpp160 void sp_report_stack_pointer() { LOG_ALWAYS_FATAL("RefBase used with stack pointer argument"); } in sp_report_stack_pointer()
797 LOG_ALWAYS_FATAL("RefBase: object %p with strong count %d deleted. Double owned?", this, in ~RefBase()
DString16.cpp183 LOG_ALWAYS_FATAL("Not implemented"); in setTo()
DUnicode.cpp455 LOG_ALWAYS_FATAL("Attempt to overread computing length of utf8 string"); in utf8_to_utf16_length()
/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/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/core/libutils/
DLightRefBase.cpp26 LOG_ALWAYS_FATAL("incStrongRequireStrong() called on %p which isn't already owned", thiz); in LightRefBase_reportIncStrongRequireStrongFailed()
DLooper.cpp417 LOG_ALWAYS_FATAL("Could not write wake signal to fd %d (returned %zd): %s", in wake()
/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.cpp273 LOG_ALWAYS_FATAL("invalid format: %#x", format); in audio_utils_compute_energy_mono()
309 LOG_ALWAYS_FATAL("invalid format: %#x", format); in audio_utils_accumulate_energy()
/system/memory/libmemunreachable/
Dlog.h53 #define MEM_LOG_ALWAYS_FATAL LOG_ALWAYS_FATAL
/system/libhidl/transport/allocator/1.0/default/
Dservice.cpp41 LOG_ALWAYS_FATAL("Failed to set \"hidl_memory.disabled\" (error %d).\"", rc); in main()
/system/libziparchive/incfs_support/
Dsignal_handling.cpp45 LOG_ALWAYS_FATAL("sigaction(SIGBUS) failed: %d", errno); in SignalHandler()
/system/tools/aidl/tests/lazy_test/
Dserver.cpp69 LOG_ALWAYS_FATAL("usage: %s [quit]", argv[0]); in main()
/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.cpp243 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o %d:%d", in __ashmem_is_ashmem()
248 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o", in __ashmem_is_ashmem()
/system/hwservicemanager/
DAccessControl.cpp44 LOG_ALWAYS_FATAL("Failed to acquire hwservicemanager context."); in AccessControl()
Dservice.cpp155 LOG_ALWAYS_FATAL("Failed to set \"hwservicemanager.disabled\" (error %d).\"", rc); in main()
/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/core/debuggerd/crasher/
Dcrasher.cpp325 LOG_ALWAYS_FATAL("hello %s", "world"); in do_action()
/system/libhwbinder/
DIPCThreadState.cpp556 LOG_ALWAYS_FATAL("getAndExecuteCommand(fd=%d) returned unexpected error %d, aborting", in joinThreadPool()
645 LOG_ALWAYS_FATAL("Process may not make oneway calls (code: %u).", code); in transact()
974 LOG_ALWAYS_FATAL("Driver did not consume write buffer. " in talkWithDriver()
DParcel.cpp68 LOG_ALWAYS_FATAL("pad size too big %zu", s); in pad_size()
286 LOG_ALWAYS_FATAL("result too big: %zu", result); in dataAvail()
323 LOG_ALWAYS_FATAL("pos too big: %zu", pos); in setDataPosition()
/system/media/audio_route/
Daudio_route.c129 LOG_ALWAYS_FATAL("Unsupported mixer ctl type: %d, check type before calling", (int)type); in sizeof_ctl_type()
/system/tools/aidl/tests/
Daidl_test_service.cpp762 LOG_ALWAYS_FATAL("UnimplementedMethod shouldn't be called"); in UnimplementedMethod()