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

Commit 921f4f92 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 38eda9c4: Remove unnecessary logging.

* commit '38eda9c4':
  Remove unnecessary logging.
parents 31d9989e 38eda9c4
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1525,9 +1525,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
                        } else {
                            ActivityOptions.abort(options);
                        }
                        if (r.task == null)  Slog.v(TAG,
                                "startActivityUncheckedLocked: task left null",
                                new RuntimeException("here").fillInStackTrace());
                        return ActivityManager.START_RETURN_INTENT_TO_CALLER;
                    }
                    if ((launchFlags &
@@ -1620,9 +1617,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
                        } else {
                            ActivityOptions.abort(options);
                        }
                        if (r.task == null)  Slog.v(TAG,
                            "startActivityUncheckedLocked: task left null",
                            new RuntimeException("here").fillInStackTrace());
                        return ActivityManager.START_TASK_TO_FRONT;
                    }
                }
@@ -1727,9 +1721,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
                        targetStack.resumeTopActivityLocked(null);
                    }
                    ActivityOptions.abort(options);
                    if (r.task == null)  Slog.w(TAG,
                        "startActivityUncheckedLocked: task left null",
                        new RuntimeException("here").fillInStackTrace());
                    return ActivityManager.START_DELIVERED_TO_TOP;
                }
            } else if (!addingToTask &&