Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3ce3947 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add log for IPC failure" into sc-dev am: bdd8ff3f am: ab593b70

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15020156

Change-Id: I86ea4a67a54ef00abcc2f551737fccc2b437efa9
parents a12e24c8 ab593b70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1310,6 +1310,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;