| Package | com.myflashlab.air.extensions.firebase.crash |
| Class | public class Crash |
| Inheritance | Crash Object |
log method at points
during execution that will best help you know what happened prior to the crash.
| Property | Defined By | ||
|---|---|---|---|
| crashCollectionEnabled : Boolean [static]
Determine whether crash reporting is enabled or disabled. | Crash | ||
| Method | Defined By | ||
|---|---|---|---|
crash():void [static]
Call this method to generate a crash report in your app!
| Crash | ||
log($message:String):void [static]
Logs a message that will appear in a subsequent crash report. | Crash | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXTENSION_ID : String = com.myflashlab.air.extensions.firebase.crash [static] | Crash | ||
| crashCollectionEnabled | property |
crashCollectionEnabled:Boolean
Determine whether crash reporting is enabled or disabled.
By default, crash reporting is enabled. If you need to change the default (for example, because you want
to prompt the user before collecting crashes), add <meta-data android:name=firebase_crash_collection_enabled android:value=false/>
to your application's manifest.
public static function get crashCollectionEnabled():Boolean public static function set crashCollectionEnabled(value:Boolean):void| crash | () | method |
public static function crash():voidCall this method to generate a crash report in your app!
| log | () | method |
public static function log($message:String):voidLogs a message that will appear in a subsequent crash report.
Parameters
$message:String — the message to log
|
| EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.firebase.crash