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
+1 -1
View File
@@ -64,7 +64,6 @@ class ErrorCodeRecorder {
location::nearby::errorcode::proto::Description description,
const std::string& pii_message, const std::string& connection_token);
private:
// An auxiliary funciton for LogError() to assemble the ErrorCodeParams
// struct.
//
@@ -75,6 +74,7 @@ class ErrorCodeRecorder {
location::nearby::errorcode::proto::Description description,
const std::string& pii_message, const std::string& connection_token);
private:
// A listener to call back to AnlayticsRecorder.OnErrorCode() by building
// error_code_params.
static ErrorCodeListener listener_;