MCPcopy Create free account
hub / github.com/Tencent/tgfx / PrintError

Function PrintError

src/platform/android/Print.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void PrintError(const char format[], ...) {
33 va_list args;
34 va_start(args, format);
35 __android_log_vprint(ANDROID_LOG_ERROR, LOG_TAG, format, args);
36 va_end(args);
37}
38} // namespace tgfx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected