Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31cf44c4 authored by Pat Manning's avatar Pat Manning
Browse files

Add launcher metrics for tracking kids nav mode change events.

Bug: 241762670
Test: wwdebug && wwlogcat
Change-Id: I5bf05ce1660078951896e0e331bbe74f8f2ebc5f
parent 82469ea2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */
        );
    }