Skip to content

A simple enough cordova plugin to crash app on demand (for testing)

Notifications You must be signed in to change notification settings

AhsanAyaz/cordova-app-crash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-app-crash

Crash your app on demand. Created for crash testing. Crashlytics provide the API for native apps but as of now (15th Oct 2018), there's no such cordova plugin to support this.

Installation

$ cordova plugin add cordova-app-crash

Usage

cordova.plugins.AppCrash.crash(
    "crash",
    (successResp) => {
        console.log(successResp);
    }, (error) => {
        console.log(error);
    }
);

Collaborators

About

A simple enough cordova plugin to crash app on demand (for testing)

Resources

Stars

Watchers

Forks

Packages