MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / log_error

Function log_error

termux/termux-shared/src/main/cpp/local-socket.cpp:109–111  ·  view source on GitHub ↗

Send an ERROR log message to android logcat. */

Source from the content-addressed store, hash-verified

107
108/* Send an ERROR log message to android logcat. */
109void log_error(string message) {
110 __android_log_write(ANDROID_LOG_ERROR, LOG_TAG, message.c_str());
111}
112
113/* Send an WARN log message to android logcat. */
114void log_warn(string message) {

Callers 1

getJniResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected