Remove unnecessary logging.

Fixes bug 12593710.

Change-Id: I55c33bb4d6c9e17e810be7cc033e01fb9d2d6cf7
This commit is contained in:
Craig Mautner
2014-01-24 17:26:52 -08:00
parent 5d094b947b
commit 38eda9c42b

View File

@@ -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 &&