Loading core/java/android/os/DeadObjectException.java +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ import android.os.RemoteException; /** * The object you are calling has died, because its hosting process * no longer exists. * no longer exists. This is also thrown for low-level binder * errors. */ public class DeadObjectException extends RemoteException { public DeadObjectException() { Loading core/java/android/os/DeadSystemRuntimeException.java +4 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,10 @@ package android.os; /** * Exception thrown when a call into system_server resulted in a * DeadObjectException, meaning that the system_server has died. There's * nothing apps can do at this point - the system will automatically restart - * so there's no point in catching this. * DeadObjectException, meaning that the system_server has died or * experienced a low-level binder error. There's * nothing apps can * do at this point - the system will automatically restart - so * there's no point in catching this. * * @hide */ Loading Loading
core/java/android/os/DeadObjectException.java +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ import android.os.RemoteException; /** * The object you are calling has died, because its hosting process * no longer exists. * no longer exists. This is also thrown for low-level binder * errors. */ public class DeadObjectException extends RemoteException { public DeadObjectException() { Loading
core/java/android/os/DeadSystemRuntimeException.java +4 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,10 @@ package android.os; /** * Exception thrown when a call into system_server resulted in a * DeadObjectException, meaning that the system_server has died. There's * nothing apps can do at this point - the system will automatically restart - * so there's no point in catching this. * DeadObjectException, meaning that the system_server has died or * experienced a low-level binder error. There's * nothing apps can * do at this point - the system will automatically restart - so * there's no point in catching this. * * @hide */ Loading