Do not log calls with EXTRA_DO_NOT_LOG_CALL.

Bug: b/295530944
Test: Manual and unit tests pass
Defer-CP-To-Master: 297157687

Change-Id: I76ac87a90fee02deebf3327a872237715dc7cb0c
(cherry picked from commit 48a26abde98bd80c85660d4a66ac89fc6b6c009e)
diff --git a/flags/telecom_calllog_flags.aconfig b/flags/telecom_calllog_flags.aconfig
index 075e1f3..3ce7b63 100644
--- a/flags/telecom_calllog_flags.aconfig
+++ b/flags/telecom_calllog_flags.aconfig
@@ -5,4 +5,11 @@
   namespace: "telecom"
   description: "log external call if current device is a wearable one"
   bug: "292600751"
-}
\ No newline at end of file
+}
+
+flag {
+  name: "telecom_skip_log_based_on_extra"
+  namespace: "telecom"
+  description: "skipping logging a call based on passed extra"
+  bug: "295530944"
+}