()
| 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 |
no outgoing calls