commit | 04ec2529f7409c87a96d180e12f9fff9bffc97e2 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Mon Jan 27 16:36:45 2020 -0800 |
committer | Muhammad Qureshi <muhammadq@google.com> | Mon Jan 27 16:36:45 2020 -0800 |
tree | 68af5b76fda48bd0a79cc6c5ac320fc039abbb52 | |
parent | 424ad90712a5dfc869af48d04354786ebe6fbb55 [diff] |
Add FrameworkStatsLog Add a genrule for FrameworkStatsLog and it to frameworks.jar As part of statsd becoming a Mainline module in R, autogenerated StatsLog.write() calls are going away and replaced by *StatsLog.java that is autogenerated for each module. This CL adds autogenerated FrameworkStatsLog. Follow up CLs will replace usages of StatsLog.write calls with FrameworkStatsLog.write. Bug: 145952197 Test: m Change-Id: I6ba6a67e019a3b5cffd936dad7ce9db6c8c51632