Home
last modified time | relevance | path

Searched refs:__android_log_set_aborter (Results 1 – 5 of 5) sorted by relevance

/system/logging/liblog/include/android/
Dlog.h277 void __android_log_set_aborter(__android_aborter_function aborter) __INTRODUCED_IN(30);
/system/logging/liblog/
Dliblog.map.txt75 __android_log_set_aborter;
Dlogger_write.cpp178 void __android_log_set_aborter(__android_aborter_function aborter) { in __android_log_set_aborter() function
/system/logging/liblog/tests/
Dliblog_global_state.cpp150 __android_log_set_aborter(liblog_aborter_function); in TEST()
/system/libbase/
Dlogging.cpp416 __android_log_set_aborter([](const char* abort_message) { Aborter()(abort_message); }); in SetAborter()