Add extra OEMCrypto metrics
[ Merge from http://go/wvgerrit/74924 ] These were not previously being collected or were collected insufficiently. BUG: http://b/121090396 http://b/112919252 Test: Unit tests, Gplay, Nflix, GTS Change-Id: I32b7206cbe6071519b4a483fbcd0920dc1a26961
This commit is contained in:
@@ -254,6 +254,26 @@ class CryptoMetrics {
|
||||
oemcrypto_update_usage_table_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_update_usage_entry_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_create_usage_table_header_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_load_usage_table_header_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_shrink_usage_table_header_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_create_new_usage_entry_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_load_usage_entry_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_move_entry_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_create_old_usage_entry_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_copy_old_usage_entry_;
|
||||
ValueMetric<std::string> oemcrypto_set_sandbox_;
|
||||
CounterMetric<kOemCryptoResultFieldNumber, OEMCryptoResult>
|
||||
oemcrypto_set_decrypt_hash_;
|
||||
ValueMetric<uint32_t> oemcrypto_resource_rating_tier_;
|
||||
};
|
||||
|
||||
// This class contains session-scoped metrics. All properties and
|
||||
|
||||
Reference in New Issue
Block a user