Loading services/core/java/com/android/server/am/ActivityStackSupervisor.java +0 −9 Original line number Diff line number Diff line Loading @@ -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 & Loading Loading @@ -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; } } Loading Loading @@ -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 && Loading Loading
services/core/java/com/android/server/am/ActivityStackSupervisor.java +0 −9 Original line number Diff line number Diff line Loading @@ -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 & Loading Loading @@ -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; } } Loading Loading @@ -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 && Loading