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

Commit 38eda9c4 authored by Craig Mautner's avatar Craig Mautner
Browse files

Remove unnecessary logging.

Fixes bug 12593710.

Change-Id: I55c33bb4d6c9e17e810be7cc033e01fb9d2d6cf7
parent 5d094b94
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1524,9 +1524,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 &
@@ -1619,9 +1616,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;
                    }
                }
@@ -1726,9 +1720,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 &&