History log of /frameworks/base/core/java/android/os/StatsLogEventWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c552b35316937827531a2b7efdfb8f4fc8dba3b0 22-Feb-2018 Yangster-mac <yanglu@google.com> Add timestamp for events pulled by companision service.

Test: statsd cts test
Change-Id: I2658dba747ff93a120c50b5294f696918588e9fe
/frameworks/base/core/java/android/os/StatsLogEventWrapper.java
8fd80d8178ddfe3dd00aaecb6e01e28ebed2500b 15-Dec-2017 Chenjie Yu <cjyu@google.com> bugfix: adjust StatsLogEventWrapper length to make sure we don't
lose data

Test: manual test
Change-Id: I7bf014e7e2007e0e065aa7ca99522d9effcf1a68
/frameworks/base/core/java/android/os/StatsLogEventWrapper.java
6842a8c66f4458d2da92c75da056287fa3931637 06-Dec-2017 Chenjie Yu <cjyu@google.com> bug fix for StatsLogEventWraper tag id
bug fix for ConfigManager fake config

Test: cts test
Change-Id: Ia07992dffb6520074c908151c96da1aa931f97f0
/frameworks/base/core/java/android/os/StatsLogEventWrapper.java
1481fe142d36d5f0b36eeebc358d5a8aef7bf28a 16-Oct-2017 David Chen <dwchen@google.com> Changes pulled data to use Parcel objects.

Previously, pulled data was returned as a string. We instead
return the data as an array of StatsLogEventWrapper, which encodes
using the binary-encoded format liblog uses. StatsD uses the same
parsing as for pushed events to convert these. This CL also fixes
the parsing of log_msg since the strings were previously emptied
before we had a chance to read the values.

Note that the cpp-aidl can't support List of Parcelable, so we
have to return the results as an array.

Test: Manual using the new command in StatsService to print results.
Also created a new unit-test by creating a dummy pull code of -1,
but this test is deleted since it required creating a fake output in
StatsCompanionService.

Change-Id: I1cfb9ea081a59292a60e934e8527adc40982ed80
/frameworks/base/core/java/android/os/StatsLogEventWrapper.java