From 563bb5a3be0e9d93df143273f572204cfdcccbca Mon Sep 17 00:00:00 2001 From: zachh Date: Fri, 2 Mar 2018 17:48:19 -0800 Subject: Added impression logging for AnnotatedCallLog rebuild operations. Bug: 70989667 Test: unit PiperOrigin-RevId: 187694255 Change-Id: Ie6ec70a70a4c59cbdfe25c34003d21fa2f751564 --- java/com/android/dialer/logging/dialer_impression.proto | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'java/com/android/dialer/logging') diff --git a/java/com/android/dialer/logging/dialer_impression.proto b/java/com/android/dialer/logging/dialer_impression.proto index 1b0d62650..80249f464 100644 --- a/java/com/android/dialer/logging/dialer_impression.proto +++ b/java/com/android/dialer/logging/dialer_impression.proto @@ -12,7 +12,7 @@ message DialerImpression { // Event enums to be used for Impression Logging in Dialer. // It's perfectly acceptable for this enum to be large // Values should be from 1000 to 100000. - // Next Tag: 1341 + // Next Tag: 1346 enum Type { UNKNOWN_AOSP_EVENT_TYPE = 1000; @@ -675,5 +675,16 @@ message DialerImpression { MAIN_CLICK_SEARCH_BAR_VOICE_BUTTON = 1339; // NUI FAB MAIN_CLICK_FAB_TO_OPEN_DIALPAD = 1340; + + // The call log was not dirty. + ANNOTATED_CALL_LOG_NOT_DIRTY = 1341; + // The call log was dirty but no changes were needed. + ANNOTATED_CALL_LOG_NO_CHANGES_NEEDED = 1342; + // The call log was force refreshed but no changes were needed. + ANNOTATED_CALL_LOG_FORCE_REFRESH_NO_CHANGES_NEEDED = 1343; + // The call log was dirty and changes were needed. + ANNOTATED_CALL_LOG_CHANGES_NEEDED = 1344; + // The call log was force refreshed and changes were needed. + ANNOTATED_CALL_LOG_FORCE_REFRESH_CHANGES_NEEDED = 1345; } } -- cgit v1.2.3