History log of /frameworks/base/cmds/statsd/src/external/StatsCompanionServicePuller.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aa5b2010152c4042786b558a44a89d25229d8962 21-Mar-2018 Chenjie Yu <cjyu@google.com> Fix StatsCompanionService sometimes can be null

Bug: 75970648
Test: will add cts test for puller alarms
Change-Id: I51b7d13f855d3c8ded8325d7cf0f614531eceea5
/frameworks/base/cmds/statsd/src/external/StatsCompanionServicePuller.cpp
330af58f2b8582b855085655fae553cdfaf44e6c 09-Feb-2018 Yangster-mac <yanglu@google.com> Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards.

Test: statsd unit test passed

Change-Id: Ib541df99231e171b3be2a24f75632693e36da90e
/frameworks/base/cmds/statsd/src/external/StatsCompanionServicePuller.cpp
484524a246ffe453f8cd89b698a279c23b0bde1f 02-Feb-2018 Tej Singh <singhtejinder@google.com> Turn off debug logging in statsd

Sets DEBUG to false everywhere and replaces all ALOGD with VLOG so they
do not print with DEBUG false. Leaves all ALOGI, ALOGW and ALOGE as is.

Test: ran all CTS tests and checked "adb logcat -s statsd" to make sure
it wasn't spammy

Change-Id: Iaa8eb3a0a63723ffe40f94f2815f94df877fd432
/frameworks/base/cmds/statsd/src/external/StatsCompanionServicePuller.cpp
b038b709566c191164bd23539175df8aadeb2f94 19-Dec-2017 Chenjie Yu <cjyu@google.com> pullers now cache data to throttle frequent pull requests.
all pullers have a default 1s cool down before next pull.
We can adjust these later.
Also add puller stats in StatsdStats

Test: unit test
Change-Id: I71894a24c41e059d841591312dbb852f54387b7d
/frameworks/base/cmds/statsd/src/external/StatsCompanionServicePuller.cpp
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/cmds/statsd/src/external/StatsCompanionServicePuller.cpp
032fefc3b547726e675a112baa8d1b6c550ac192 02-Dec-2017 Chenjie Yu <cjyu@google.com> bug fixes
* add timestamp to those pull from StatsCompanionService
* GaugeMetricProducer unregister from StatsPullerManager when dismissed

Test: cts test
Change-Id: I930179979c146a7407aec3df7e76833f51e9b346
/frameworks/base/cmds/statsd/src/external/StatsCompanionServicePuller.cpp
5305e1ddc22bfe9ad941cb2550987aaba8de234c 31-Oct-2017 Chenjie Yu <cjyu@google.com> pull resource power manager stats into statsd

Test: tested on device and check output
Change-Id: I65932a5527d6099e12546b6928a24f3616e54e16
/frameworks/base/cmds/statsd/src/external/StatsCompanionServicePuller.cpp