summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-08 02:50:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-08 02:50:26 +0000
commitd2186758f163f0808379cfdce56223032ed8b437 (patch)
tree1756a87c6a845b9d81edb95c2e05ac60cbc53411 /java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java
parent2de4a3e679ecdaf9a6ea767ce9be5c92472b29d0 (diff)
parenta8d677fce88d2add418cdcc868f2a00b2e2d702e (diff)
Merge changes I23025e9b,Ic9486b3f
* changes: Support local emergency phone number check when there are multiple SIMs. Add additional logging to missed call notification code path
Diffstat (limited to 'java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java')
-rw-r--r--java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java b/java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java
index 641be854a..f24b3cd98 100644
--- a/java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java
+++ b/java/com/android/dialer/app/calllog/MissedCallNotificationReceiver.java
@@ -46,6 +46,8 @@ public class MissedCallNotificationReceiver extends BroadcastReceiver {
return;
}
+ LogUtil.enterBlock("MissedCallNotificationReceiver.onReceive");
+
int count =
intent.getIntExtra(
EXTRA_NOTIFICATION_COUNT, CallLogNotificationsService.UNKNOWN_MISSED_CALL_COUNT);