XCaliber Application Supervisor
$9.99 / monthly renewal
The XCaliber Application Supervisor for Android Mobile Devices will immediately notify the developer via Text Message of a program crash, as well as, pinpoint the error conditions. The package is distributed as source code to the developer to integrate with their program. Copy-And-Paste simplicity. The XCaliber Application Supervisor is an implementation of the Application Crash Report for Android (ACRA) using the XCaliber HyperLedger System. All of these ACRA reports are stored in a Block Chain for the developer to review and manage.
super.onCreate(savedInstanceState); | // Percolate object hierarchy |
appSupervisor = new AppSupervisor(); | // Create the AppSupervisor Object |
appSupervisor.setAcraFileName(“”); | // Set the File Name of the Application Log |
appSupervisor.initXAS(this,true); | // Initialize the AppSupervisor |