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

Commit 7810aed8 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Gerrit Code Review
Browse files

Merge "[ActivityManager] Fix NullPointerException in startNextMatchingActivity."

parents 6079b990 a084fb7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4048,8 +4048,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;
                    }