mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
analytics: 3p NC: Implement AnalyticsRecorder::OnErrorCode
PiperOrigin-RevId: 396041619
This commit is contained in:
committed by
Copybara-Service
parent
2de4bfeda9
commit
e4a3da97d1
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user