mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Limit log spam from Analytics Recorder.
PiperOrigin-RevId: 506722936
This commit is contained in:
@@ -739,7 +739,7 @@ bool AnalyticsRecorder::CanRecordAnalyticsLocked(
|
||||
}
|
||||
|
||||
if (session_was_logged_) {
|
||||
NEARBY_LOGS(WARNING)
|
||||
NEARBY_LOGS(VERBOSE)
|
||||
<< "AnalyticsRecorder CanRecordAnalytics Unexpected call "
|
||||
<< method_name << " after session has already been logged.";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user