public interface CrashDistribution
Basic Firebase crash functionality is initialized during application startup.
On iOS it is possible that your logs will be only information about ios-moe 'kill signal', then you
should implement Thread.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) inside ios-moe module.
| Modifier and Type | Method and Description |
|---|---|
void |
log(java.lang.String message)
Logs custom message to Firebase.
|