Merge "[DO NOT MERGE] T Subcard logging - Media Card code path" into tm-dev

This commit is contained in:
Tom Chen
2022-05-11 17:14:44 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ public final class SmartspaceTarget implements Parcelable {
public static final int FEATURE_MEDIA_HEADS_UP = 36;
public static final int FEATURE_STEP_COUNTING = 37;
public static final int FEATURE_EARTHQUAKE_ALERT = 38;
public static final int FEATURE_STEP_DATE = 39;
public static final int FEATURE_STEP_DATE = 39; // This represents a DATE. "STEP" is a typo.
public static final int FEATURE_BLAZE_BUILD_PROGRESS = 40;
public static final int FEATURE_EARTHQUAKE_OCCURRED = 41;

View File

@@ -845,7 +845,8 @@ class MediaCarouselController @Inject constructor(
uid,
interactedSubcardRank,
interactedSubcardCardinality,
receivedLatencyMillis
receivedLatencyMillis,
null // Media cards cannot have subcards.
)
/* ktlint-disable max-line-length */
if (DEBUG) {