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

Method getInstance

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

Source from the content-addressed store, hash-verified

380 ///
381 /// the singleton instance of the log
382 public static Log getInstance() {
383 return instance;
384 }
385
386 /// @deprecated Replaced by `com.codename1.crash.CrashProtection`,
387 /// which captures the full structured crash record (Java exception

Callers 15

installTestLogMethod · 0.95
getUniqueDeviceKeyMethod · 0.45
initUIIDComboBoxMethod · 0.45
updateThemePreviewMethod · 0.45
paintMethod · 0.45
runMethod · 0.45
paintBorderMethod · 0.45
removeComponentSyncMethod · 0.45
paintMethod · 0.45
runMethod · 0.45
updateDeviceTypeMethod · 0.45

Calls

no outgoing calls

Tested by 1

installTestLogMethod · 0.76