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

Commit 4eb2f4ed authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 7ef6c04a: am d7c97a79: Merge "Remove misleading warnings." into klp-modular-dev

* commit '7ef6c04a':
  Remove misleading warnings.
parents 492c55df 7ef6c04a
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1677,15 +1677,9 @@ public final class ActivityStackSupervisor implements DisplayListener {
                                // We don't need to start a new activity, and
                                // the client said not to do anything if that
                                // is the case, so this is it!
                                if (r.task == null)  Slog.v(TAG,
                                    "startActivityUncheckedLocked: task left null",
                                    new RuntimeException("here").fillInStackTrace());
                                return ActivityManager.START_RETURN_INTENT_TO_CALLER;
                            }
                            top.deliverNewIntentLocked(callingUid, r.intent);
                            if (r.task == null)  Slog.v(TAG,
                                "startActivityUncheckedLocked: task left null",
                                new RuntimeException("here").fillInStackTrace());
                            return ActivityManager.START_DELIVERED_TO_TOP;
                        }
                    }
@@ -1698,9 +1692,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
                        r.requestCode, Activity.RESULT_CANCELED, null);
            }
            ActivityOptions.abort(options);
            if (r.task == null)  Slog.v(TAG,
                "startActivityUncheckedLocked: task left null",
                new RuntimeException("here").fillInStackTrace());
            return ActivityManager.START_CLASS_NOT_FOUND;
        }