[DO NOT MERGE] T Subcard logging - Media Card code path
Test: N/A, media path not triggered during manual testing Bug: 226974246 Change-Id: I9b87ad09e0b16f1250d723a3eb708879e2e1de8e
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user