Create two new metric types to simplify metrics.
This is part one of a mult-part change to revise some metrics. Several metrics are currently EventMetric type when they should be a simpler type. Test: Added unit tests for the new types. Also, re-ran existing tests. Verified playback works with Google Play, and re-ran Widevine GTS tests. Bug: 36220619 Change-Id: I2ec8fc355f66ad4834dd722aacd22541fb9c94ad
This commit is contained in:
@@ -40,10 +40,12 @@ LOCAL_SRC_FILES := \
|
||||
$(CORE_SRC_DIR)/service_certificate.cpp \
|
||||
$(CORE_SRC_DIR)/usage_table_header.cpp \
|
||||
$(SRC_DIR)/wv_content_decryption_module.cpp \
|
||||
$(METRICS_SRC_DIR)/counter_metric.cpp \
|
||||
$(METRICS_SRC_DIR)/distribution.cpp \
|
||||
$(METRICS_SRC_DIR)/event_metric.cpp \
|
||||
$(METRICS_SRC_DIR)/metrics_collections.cpp \
|
||||
$(METRICS_SRC_DIR)/timer_metric.cpp \
|
||||
$(METRICS_SRC_DIR)/value_metric.cpp
|
||||
|
||||
|
||||
LOCAL_MODULE := libcdm
|
||||
|
||||
Reference in New Issue
Block a user