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

Method isCrashBound

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

Source from the content-addressed store, hash-verified

399 ///
400 /// true if crash protection is bound
401 public static boolean isCrashBound() {
402 return crashBound;
403 }
404
405 /// Logs an exception to the log, by default print is called with the exception
406 /// details, on supported devices the stack trace is also physically written to

Callers 4

writeObjectMethod · 0.95
readObjectMethod · 0.95
handleExceptionMethod · 0.95
invokeStatic9Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected