android_system_core/libstats/pull
Tej Singh 518d77d208 Register pullers in separate thread
This cl modifies getStatsService to use the blocking getService, but
also makes the binder call in a separate thread to not block the client
thread. This is needed because it is possible for pullers to be
registered before statsd starts, and calling checkService before statsd
is up will fail. We also would never receive the binderDied to register
it, because we would never have a binder object to linkToDeath on.

Bug: 147682855
Test: atest LibStatsPullTests
Change-Id: I68c04bc24c7fe066eca88cab4f6a76885581c1ee
2020-01-15 21:15:26 +00:00
..
include Unregistration of native pullers 2020-01-14 14:37:58 -08:00
Android.bp Use StatEventParcel in libstatspull 2019-12-06 13:57:42 -08:00
OWNERS
stats_pull_atom_callback.cpp Register pullers in separate thread 2020-01-15 21:15:26 +00:00