Increase timeout of contextual card pre-check.
- Also add logs for the binding time of each card. Bug: 123043695 Test: robotest Change-Id: Iba666f60bccb27658e43af992ce80be98e5ff7ea
This commit is contained in:
@@ -188,6 +188,8 @@ public class ContextualCardManager implements ContextualCardLoader.CardContentLo
|
||||
@Override
|
||||
public void onFinishCardLoading(List<ContextualCard> cards) {
|
||||
final long loadTime = System.currentTimeMillis() - mStartTime;
|
||||
//TODO(b/123668403): remove the log here once we do the change with FutureTask
|
||||
Log.d(TAG, "Total loading time = " + loadTime);
|
||||
final List<ContextualCard> cardsToKeep = getCardsToKeep(cards);
|
||||
|
||||
//navigate back to the homepage or after card dismissal
|
||||
|
Reference in New Issue
Block a user