From e82d8f67c881bee2dfcd66cc555c1c8b1ba56f41 Mon Sep 17 00:00:00 2001 From: lifr Date: Mon, 25 Mar 2019 20:33:21 +0800 Subject: [PATCH] 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 --- cmds/statsd/src/atoms.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index c2b81e44e5d92..4c1149bc7a67b 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -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;