Remove unnecessary logging.
Fixes bug 12593710. Change-Id: I55c33bb4d6c9e17e810be7cc033e01fb9d2d6cf7
This commit is contained in:
@@ -1524,9 +1524,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
|
|||||||
} else {
|
} else {
|
||||||
ActivityOptions.abort(options);
|
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;
|
return ActivityManager.START_RETURN_INTENT_TO_CALLER;
|
||||||
}
|
}
|
||||||
if ((launchFlags &
|
if ((launchFlags &
|
||||||
@@ -1619,9 +1616,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
|
|||||||
} else {
|
} else {
|
||||||
ActivityOptions.abort(options);
|
ActivityOptions.abort(options);
|
||||||
}
|
}
|
||||||
if (r.task == null) Slog.v(TAG,
|
|
||||||
"startActivityUncheckedLocked: task left null",
|
|
||||||
new RuntimeException("here").fillInStackTrace());
|
|
||||||
return ActivityManager.START_TASK_TO_FRONT;
|
return ActivityManager.START_TASK_TO_FRONT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1726,9 +1720,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
|
|||||||
targetStack.resumeTopActivityLocked(null);
|
targetStack.resumeTopActivityLocked(null);
|
||||||
}
|
}
|
||||||
ActivityOptions.abort(options);
|
ActivityOptions.abort(options);
|
||||||
if (r.task == null) Slog.w(TAG,
|
|
||||||
"startActivityUncheckedLocked: task left null",
|
|
||||||
new RuntimeException("here").fillInStackTrace());
|
|
||||||
return ActivityManager.START_DELIVERED_TO_TOP;
|
return ActivityManager.START_DELIVERED_TO_TOP;
|
||||||
}
|
}
|
||||||
} else if (!addingToTask &&
|
} else if (!addingToTask &&
|
||||||
|
|||||||
Reference in New Issue
Block a user