MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / sendLog

Method sendLog

CodenameOne/src/com/codename1/io/Log.java:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 /// Sends the current log to the cloud. Notice that this method is synchronous and
184 /// returns only when the sending completes
185 public static void sendLog() {
186 sendLogImpl(true);
187 }
188
189 /// Sends the current log to the cloud and returns immediately
190 public static void sendLogAsync() {

Callers 7

writeObjectMethod · 0.95
readObjectMethod · 0.95
handleExceptionMethod · 0.95
sendLogMethod · 0.95
initMethod · 0.95
runMethod · 0.95
exceptionMethod · 0.95

Calls 1

sendLogImplMethod · 0.95

Tested by

no test coverage detected