/system/core/libutils/binder/ |
D | StrongPointer.cpp | 23 void sp_report_race() { LOG_ALWAYS_FATAL("sp<> assignment detected data race"); } in sp_report_race()
|
D | RefBase.cpp | 160 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()
|
D | String16.cpp | 183 LOG_ALWAYS_FATAL("Not implemented"); in setTo()
|
D | Unicode.cpp | 455 LOG_ALWAYS_FATAL("Attempt to overread computing length of utf8 string"); in utf8_to_utf16_length()
|
/system/logging/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/logging/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/libutils/ |
D | LightRefBase.cpp | 26 LOG_ALWAYS_FATAL("incStrongRequireStrong() called on %p which isn't already owned", thiz); in LightRefBase_reportIncStrongRequireStrongFailed()
|
D | Looper.cpp | 417 LOG_ALWAYS_FATAL("Could not write wake signal to fd %d (returned %zd): %s", in wake()
|
/system/media/audio_utils/ |
D | fifo.cpp | 270 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()
|
D | power.cpp | 273 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/ |
D | log.h | 53 #define MEM_LOG_ALWAYS_FATAL LOG_ALWAYS_FATAL
|
/system/libhidl/transport/allocator/1.0/default/ |
D | service.cpp | 41 LOG_ALWAYS_FATAL("Failed to set \"hidl_memory.disabled\" (error %d).\"", rc); in main()
|
/system/libziparchive/incfs_support/ |
D | signal_handling.cpp | 45 LOG_ALWAYS_FATAL("sigaction(SIGBUS) failed: %d", errno); in SignalHandler()
|
/system/tools/aidl/tests/lazy_test/ |
D | server.cpp | 69 LOG_ALWAYS_FATAL("usage: %s [quit]", argv[0]); in main()
|
/system/libziparchive/incfs_support/include/incfs_support/ |
D | signal_handling.h | 173 LOG_ALWAYS_FATAL("%s(): signal handler was supposed to return", __func__); \
|
/system/core/libcutils/ |
D | ashmem-dev.cpp | 243 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/ |
D | AccessControl.cpp | 44 LOG_ALWAYS_FATAL("Failed to acquire hwservicemanager context."); in AccessControl()
|
D | service.cpp | 155 LOG_ALWAYS_FATAL("Failed to set \"hwservicemanager.disabled\" (error %d).\"", rc); in main()
|
/system/logging/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/core/debuggerd/crasher/ |
D | crasher.cpp | 325 LOG_ALWAYS_FATAL("hello %s", "world"); in do_action()
|
/system/libhwbinder/ |
D | IPCThreadState.cpp | 556 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()
|
D | Parcel.cpp | 68 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/ |
D | audio_route.c | 129 LOG_ALWAYS_FATAL("Unsupported mixer ctl type: %d, check type before calling", (int)type); in sizeof_ctl_type()
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 762 LOG_ALWAYS_FATAL("UnimplementedMethod shouldn't be called"); in UnimplementedMethod()
|