summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Muhammad Qureshi <muhammadq@google.com> 2020-01-24 20:11:44 -0800
committer Muhammad Qureshi <muhammadq@google.com> 2020-01-30 17:29:04 -0800
commit70dfeb44c64bc0bdd29a32ea5e2efd6dce4ba77a (patch)
tree5b2881afe95b12055b7138c630605ef2f541ccb0
parent25e3a1adb42dd6a2c6abf22c5224bada943275e0 (diff)
Add SecureElementStatsLog
Bug: 145952197 Test: m SecureElement Change-Id: I298245c12908bee5ebdf7f5074ed366f8eb71e60
-rw-r--r--cmds/statsd/src/atoms.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index d065401953fe..a9f17f4ecffb 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -232,8 +232,8 @@ message Atom {
NfcCardemulationOccurred nfc_cardemulation_occurred = 137 [(module) = "nfc"];
NfcTagOccurred nfc_tag_occurred = 138 [(module) = "nfc"];
NfcHceTransactionOccurred nfc_hce_transaction_occurred = 139 [(module) = "nfc"];
- SeStateChanged se_state_changed = 140;
- SeOmapiReported se_omapi_reported = 141;
+ SeStateChanged se_state_changed = 140 [(module) = "secure_element"];
+ SeOmapiReported se_omapi_reported = 141 [(module) = "secure_element"];
BroadcastDispatchLatencyReported broadcast_dispatch_latency_reported =
142 [(module) = "framework"];
AttentionManagerServiceResultReported attention_manager_service_result_reported =