Extending DNS event reporting
This adds hostname, array of addresses, total count of IP addresses
and uid to the existing pipeline.
Currently ignores the new data it receives, further work will be
done in the subsequent CLs.
Test: for now just the benchmarking, in the future CTS
Bug: 29748723
Change-Id: I3f76746b4afe3287803ace6b6657240ab2e1c02e
diff --git a/server/EventReporter.h b/server/EventReporter.h
index 1152812..cc0e912 100644
--- a/server/EventReporter.h
+++ b/server/EventReporter.h
@@ -39,7 +39,7 @@
private:
std::atomic_int mReportingLevel{
- android::net::metrics::INetdEventListener::REPORTING_LEVEL_METRICS};
+ android::net::metrics::INetdEventListener::REPORTING_LEVEL_FULL};
android::sp<android::net::metrics::INetdEventListener> mNetdEventListener;
};