public class GdxFIRCrash extends PlatformDistributor<CrashDistribution> implements CrashDistribution
CrashDistribution,
PlatformDistributorplatformObject| Modifier | Constructor and Description |
|---|---|
protected |
GdxFIRCrash()
GdxFIRCrash protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAndroidClassName()
Gives class name of object that will be create when application running on android platform.
|
protected java.lang.String |
getIOSClassName()
Gives class name of object that will be create when application running on ios platform.
|
static GdxFIRCrash |
instance() |
void |
log(java.lang.String message)
Logs custom message to Firebase.
|
setMockObjectprotected GdxFIRCrash()
throws PlatformDistributorException
Instance of this class should be getting by instance()
PlatformDistributorExceptionpublic static GdxFIRCrash instance()
public void log(java.lang.String message)
It will be accessible inside Firebase console within about 24 hours.
log in interface CrashDistributionmessage - Custom message you want to log into firebase console.protected java.lang.String getIOSClassName()
getIOSClassName in class PlatformDistributor<CrashDistribution>protected java.lang.String getAndroidClassName()
getAndroidClassName in class PlatformDistributor<CrashDistribution>