Android DeadSystemException

The Android Developer docs for android.os.DeadSystemException says the following:

The core Android system has died and is going through a runtime
restart. All running apps will be promptly killed.

The source code does not help much more:

package android.os;
/**
 * The core Android system has died and is going through a runtime restart. All
 * running apps will be promptly killed.
 */
public class DeadSystemException extends DeadObjectException {
    public DeadSystemException() {
        super();
    }
}

Overall, it looks like this is being thrown by the OS and has nothing to do with our code.

Looking at the JavaDoc from the superclass, DeadObjectException, backs this theory up:

The object you are calling has died because its hosting process no
longer exists.

Leave a Comment

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