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

Method sendLogAsync

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

Source from the content-addressed store, hash-verified

188
189 /// Sends the current log to the cloud and returns immediately
190 public static void sendLogAsync() {
191 sendLogImpl(true);
192 }
193
194 /// Sends the current log to the cloud regardless of the reporting level
195 private static void sendLogImpl(boolean sync) {

Callers 15

runMethod · 0.95
handleNetworkErrorMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95

Calls 1

sendLogImplMethod · 0.95

Tested by 15

initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76