Remove old format contextual card log
These logs are replaced by SettingsIntelligenceLogWriter Test: rebuild Fixes: 124701288 Change-Id: Id93143a1f291878b7c212c35ed8683ca38d5fe17
This commit is contained in:
@@ -228,8 +228,6 @@ public class ContextualCardManager implements ContextualCardLoader.CardContentLo
|
||||
}
|
||||
//only log homepage display upon a fresh launch
|
||||
final long totalTime = System.currentTimeMillis() - mStartTime;
|
||||
FeatureFactory.getFactory(mContext).getContextualCardFeatureProvider(mContext)
|
||||
.logHomepageDisplay(totalTime);
|
||||
metricsFeatureProvider.action(mContext,
|
||||
SettingsEnums.ACTION_CONTEXTUAL_HOME_SHOW, (int) totalTime);
|
||||
|
||||
|
Reference in New Issue
Block a user