Merge "Add launcher metrics for tracking kids nav mode change events." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-10-14 18:42:05 +00:00
committed by Android (Google) Code Review

View File

@@ -190,7 +190,8 @@ public class StatsLogCompatManager extends StatsLogManager {
getCardinality(info), // cardinality = 16;
info.getWidget().getSpanX(), // span_x = 17 [default = 1];
info.getWidget().getSpanY(), // span_y = 18 [default = 1];
getAttributes(info) /* attributes */
getAttributes(info) /* attributes = 19 [(log_mode) = MODE_BYTES] */,
false /* is_kids_mode = 20 */
);
}