From 972a3e329276e9880e4977d8dfeb4ec85edaa863 Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Mon, 23 Jan 2017 14:02:50 -0800 Subject: [PATCH] Add LOG_TAGs to drm hal default modules Change-Id: I1267205999b7cc660a6c908f0d183e43277a9c71 --- drm/1.0/default/CryptoFactory.cpp | 1 + drm/1.0/default/CryptoPlugin.cpp | 1 + drm/1.0/default/DrmFactory.cpp | 1 + drm/1.0/default/DrmPlugin.cpp | 1 + drm/1.0/default/TypeConvert.cpp | 1 + drm/1.0/default/service.cpp | 1 - 6 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drm/1.0/default/CryptoFactory.cpp b/drm/1.0/default/CryptoFactory.cpp index 02084e7bbf..e46233de2e 100644 --- a/drm/1.0/default/CryptoFactory.cpp +++ b/drm/1.0/default/CryptoFactory.cpp @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#define LOG_TAG "android.hardware.drm@1.0-impl" #include "CryptoFactory.h" #include "CryptoPlugin.h" diff --git a/drm/1.0/default/CryptoPlugin.cpp b/drm/1.0/default/CryptoPlugin.cpp index 073f030791..1a32706ba5 100644 --- a/drm/1.0/default/CryptoPlugin.cpp +++ b/drm/1.0/default/CryptoPlugin.cpp @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#define LOG_TAG "android.hardware.drm@1.0-impl" #include "CryptoPlugin.h" #include "TypeConvert.h" diff --git a/drm/1.0/default/DrmFactory.cpp b/drm/1.0/default/DrmFactory.cpp index cba2c99f7f..b6f642fd7c 100644 --- a/drm/1.0/default/DrmFactory.cpp +++ b/drm/1.0/default/DrmFactory.cpp @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#define LOG_TAG "android.hardware.drm@1.0-impl" #include "DrmFactory.h" #include "DrmPlugin.h" diff --git a/drm/1.0/default/DrmPlugin.cpp b/drm/1.0/default/DrmPlugin.cpp index 9204fc5774..1b2f90e6d3 100644 --- a/drm/1.0/default/DrmPlugin.cpp +++ b/drm/1.0/default/DrmPlugin.cpp @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#define LOG_TAG "android.hardware.drm@1.0-impl" #include #include diff --git a/drm/1.0/default/TypeConvert.cpp b/drm/1.0/default/TypeConvert.cpp index 52cc503eab..ede2a38adf 100644 --- a/drm/1.0/default/TypeConvert.cpp +++ b/drm/1.0/default/TypeConvert.cpp @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#define LOG_TAG "android.hardware.drm@1.0-impl" #include "TypeConvert.h" diff --git a/drm/1.0/default/service.cpp b/drm/1.0/default/service.cpp index fba56ec81a..d2507c4605 100644 --- a/drm/1.0/default/service.cpp +++ b/drm/1.0/default/service.cpp @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - #define LOG_TAG "android.hardware.drm@1.0-service" #include <1.0/default/CryptoFactory.h>