public class CrashTest
extends Object
| Constructor and Description |
|---|
CrashTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
crashAsyncTask(long delayMs)
Creates and executes an AsyncTask that crashes delayMs milliseconds after doInBackground is invoked.
|
void |
indexOutOfBounds() |
int |
stackOverflow() |
void |
throwFiveChainedExceptions() |
void |
throwRuntimeException(String message) |
public void throwRuntimeException(String message)
public int stackOverflow()
public void indexOutOfBounds()
public void crashAsyncTask(long delayMs)
public void throwFiveChainedExceptions()