Battery-Metrics icon indicating copy to clipboard operation
Battery-Metrics copied to clipboard

compile error

Open datong1016 opened this issue 3 years ago • 1 comments

metrics module does not implement reporters module,but some classes in metrics use classes which in reporters。 like CompositeMetricsHolder(metrics) >> CompositeMetricsReporter(reporters)

datong1016 avatar Oct 13 '21 03:10 datong1016

The classes under the com.facebook.battery.metrics.composite.def package depend on the serializer and reporter modules, which depend on the metrics module.

To avoid this problem, you can move the files under this package to the sample module

twiceyuan avatar Feb 14 '23 08:02 twiceyuan