Searched defs:LogError (Results 1 – 1 of 1) sorted by relevance
24 #define LogError(...) async_safe_format_log(ANDROID_LOG_ERROR, "libsigchain", __VA_ARGS__) macro32 static void LogError(const char* format, ...) { in LogError() function