Allow more than INT8_MAX values in LogEvent
A LogEvent should be able to have more
than INT8_MAX (127) total values stored from all depths. An individual repeated field or attribution
chain field can have up to 127 elements, and the top-level atom is also
limited to 127 fields. However, the total combined values from all
top-level fields can surpass 127.
Test: atest statsd_test
Bug: 223273748
Ignore-AOSP-First: Native StatsEvent APIs are not in AOSP
Change-Id: I99a423ddbe7aad126dc6038c4756bf723e37fc12
6 files changed