Home
last modified time | relevance | path

Searched defs:LogError (Results 1 – 1 of 1) sorted by relevance

/art/sigchainlib/
Dlog.h24 #define LogError(...) async_safe_format_log(ANDROID_LOG_ERROR, "libsigchain", __VA_ARGS__) macro
32 static void LogError(const char* format, ...) { in LogError() function