Benchmarks for network metrics reporting
Bug: 29748723
Test: this is an APCT test.
(cherry picked from commit 484dac1d071c7476895c4a3184e8dbdd7b63e524)
Change-Id: I482a7d5c15210906069e0fe7ef55ab3f21bfc127
diff --git a/server/NetdNativeService.h b/server/NetdNativeService.h
index 7e1d75e..dd01dbc 100644
--- a/server/NetdNativeService.h
+++ b/server/NetdNativeService.h
@@ -59,6 +59,10 @@
binder::Status setProcSysNet(
int32_t family, int32_t which, const std::string &ifname, const std::string ¶meter,
const std::string &value) override;
+
+ // Metrics reporting level set / get (internal use only).
+ binder::Status getMetricsReportingLevel(int *reportingLevel) override;
+ binder::Status setMetricsReportingLevel(const int reportingLevel) override;
};
} // namespace net