am b6da9115: Merge "Remove incorrect warning." into klp-dev

* commit 'b6da9115eee23eef8cbe278dff886fef53e20e62':
  Remove incorrect warning.
This commit is contained in:
Craig Mautner
2013-08-12 12:48:24 -07:00
committed by Android Git Automerger

View File

@@ -1684,9 +1684,6 @@ public final class ActivityStackSupervisor {
setLaunchHomeTaskNextFlag(sourceRecord, null, targetStack); setLaunchHomeTaskNextFlag(sourceRecord, null, targetStack);
targetStack.resumeTopActivityLocked(null); targetStack.resumeTopActivityLocked(null);
} }
if (r.task == null) Slog.v(TAG,
"startActivityUncheckedLocked: task left null",
new RuntimeException("here").fillInStackTrace());
return ActivityManager.START_DELIVERED_TO_TOP; return ActivityManager.START_DELIVERED_TO_TOP;
} }
} }