summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorDavid Chen <dwchen@google.com>2018-05-03 10:29:11 -0700
committerYao Chen <yaochen@google.com>2018-05-04 17:09:16 -0700
commit48944901f7e6334724efadda6c6b27d9e88fc9e2 (patch)
tree10a4c19530b68bd17727694622f3d712c74aeae4 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent11969b49191cfa156ada8d5034d5d39c2b77dc69 (diff)
Fixes statsd returning too much data at once.
We observe a single ConfigMetricsReportList can be greater than the safe size for the binder transaction buffer since we only check the size of the current metrics in progress, but we also return the previous reports stored on disk. This change will attempt to send another ConfigMetricsReportList as soon as possible if there's already a report on disk. Also fixes a bug when trying to trigger data fetch before the client has registered the corresponding dataFetchOperation. Bug: 79201869 Test: Tested manually on marlin-eng Change-Id: I2d3677162804a27e7a7a95d482d80c46bd994a67
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions