commit | 38330a0833f40a3acc142c2bd191c7e0bcda0a7f | [log] [tgz] |
---|---|---|
author | Jeffrey Huang <jeffreyhuang@google.com> | Wed Jan 22 20:22:59 2020 -0800 |
committer | Jeffrey Huang <jeffreyhuang@google.com> | Thu Jan 23 13:21:53 2020 -0800 |
tree | 4fa67d8823c728f8967491f37801cbd168bcf157 | |
parent | 5c74c8340a7f124e39d02453c3f46e0ba9aa9362 [diff] |
Migrate StatsManager to apex Link frameworks-statsd.jar against framework-all since it is currently infeasible to to link against stubs Linking against stubs in frameworks/base cannot be done because we still have StatsLog that calls StatsEvent.getBytes which is a hidden API. We can't move StatsLog to the apex because of hidden APIs in the autogenerated code which is currently being migrated. Test: m -j Bug: 147923515 Change-Id: I0a59dce83a8075bdde3e72d1d8eceef2ed572791