Merge "Add log for IPC failure" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bdd8ff3fdd
@@ -1221,6 +1221,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
|
||||
TopResumedActivityChangeItem.obtain(onTop));
|
||||
} catch (RemoteException e) {
|
||||
// If process died, whatever.
|
||||
Slog.w(TAG, "Failed to send top-resumed=" + onTop + " to " + this, e);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user