analytics: 3p NC: Implement AnalyticsRecorder::OnErrorCode

PiperOrigin-RevId: 396041619
This commit is contained in:
edwinwu
2021-09-10 17:42:34 -07:00
committed by Copybara-Service
parent 2de4bfeda9
commit e4a3da97d1
8 changed files with 183 additions and 2 deletions
+3
View File
@@ -32,10 +32,12 @@ cc_library(
"//core:core_types",
"//core:event_logger",
"//platform/base",
"//platform/base:error_code_recorder",
"//platform/public:logging",
"//platform/public:types",
"//proto:connections_enums_portable_proto",
"//proto/analytics:connections_log_cc_proto",
"//third_party/nearby_connections/proto/errorcode:error_code_enums_portable_proto",
],
)
@@ -50,6 +52,7 @@ cc_test(
":analytics",
"//testing/base/public:gunit_main",
"//absl/time",
"//platform/base:error_code_recorder",
"//platform/impl/g3", # build_cleaner: keep
"//platform/public:logging",
"//platform/public:types",