diff options
| author | 2019-01-11 16:54:51 +0800 | |
|---|---|---|
| committer | 2019-01-14 15:44:33 +0800 | |
| commit | 030d23aa77d673bac12b7feea63839e3cb8b7022 (patch) | |
| tree | 30576986d7ea5e47742e580978d8483e5ed31a7d | |
| parent | b38d92c55911e1265169789fe4558327e5886cb5 (diff) | |
Correct the atoms.proto name
Test: run runtests.sh, make sure no missing test and get all pass
run /out/host/linux-x86/bin/statsd_testdrive 103
Got following metric data dump:pass for local test
Bug: 119862317
Change-Id: I4e003a0e392e15b71fb3ee3adf7de669ccf25d76
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index fa3be26a96f7..59b352712d37 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -172,7 +172,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; DocsUIPickerLaunchedFromReported docs_ui_picker_launched_from_reported = 117; DocsUIPickResultReported docs_ui_pick_result_reported = 118; DocsUISearchModeReported docs_ui_search_mode_reported = 119; @@ -3791,7 +3791,7 @@ message NetworkDnsEventReported { //bionic/libc/include/netdb.h //system/netd/resolv/include/netd_resolv/resolv.h enum ReturnCode { - EAI_NOERR = 0; + EAI_NO_ERR = 0; EAI_ADDRFAMILY = 1; EAI_AGAIN = 2; EAI_BADFLAGS = 3; |