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

Commit 8401a8d0 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "[ActivityManager] Fix NullPointerException in startNextMatchingActivity." am: 7810aed8

am: d89b76a5

* commit 'd89b76a5':
  [ActivityManager] Fix NullPointerException in startNextMatchingActivity.
parents a10d826b d89b76a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4098,8 +4098,8 @@ public final class ActivityManagerService extends ActivityManagerNative
                        if (debug) {
                            Slog.v(TAG, "Next matching activity: found current " + r.packageName
                                    + "/" + r.info.name);
                            Slog.v(TAG, "Next matching activity: next is " + aInfo.packageName
                                    + "/" + aInfo.name);
                            Slog.v(TAG, "Next matching activity: next is " + ((aInfo == null)
                                    ? "null" : aInfo.packageName + "/" + aInfo.name));
                        }
                        break;
                    }