Config the mainline module "dnsresolver" to use native static statsd libs

Test: make statsd_testdrive
     ./out/host/linux-x86/bin/statsd_testdrive 116 => pass

Bug: 129253665
Change-Id: I16385238b6d7820a69864219d4fb2ff96ed13ef4
This commit is contained in:
lifr
2019-03-25 20:33:21 +08:00
parent 5166be8b04
commit e82d8f67c8

View File

@@ -187,7 +187,7 @@ message Atom {
WifiEnabledStateChanged wifi_enabled_state_changed = 113;
WifiRunningStateChanged wifi_running_state_changed = 114;
AppCompacted app_compacted = 115;
NetworkDnsEventReported network_dns_event_reported = 116;
NetworkDnsEventReported network_dns_event_reported = 116 [(log_from_module) = "resolv"];
DocsUIPickerLaunchedFromReported docs_ui_picker_launched_from_reported = 117;
DocsUIPickResultReported docs_ui_pick_result_reported = 118;
DocsUISearchModeReported docs_ui_search_mode_reported = 119;