How to crash an Android app programmatically?

Just execute this code: divide by zero

Update: Also can try this
Create a method,

public void stackOverflow() {
    this.stackOverflow();
}

And call this somewhere/buttonClick

OR simply throw an uncaught exception

throw new RuntimeException("This is a crash");

Bingo!

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)