diff --git a/mpp/legacy/vpu_api.cpp b/mpp/legacy/vpu_api.cpp index e17b5095..ed705d82 100644 --- a/mpp/legacy/vpu_api.cpp +++ b/mpp/legacy/vpu_api.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "vpu_api_legacy" +#define MODULE_TAG "vpu_api" #include diff --git a/mpp/legacy/vpu_api_legacy.cpp b/mpp/legacy/vpu_api_legacy.cpp index eba6c420..d5e81f7d 100644 --- a/mpp/legacy/vpu_api_legacy.cpp +++ b/mpp/legacy/vpu_api_legacy.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "vpu_api" +#define MODULE_TAG "vpu_api_legacy" #include "mpp_log.h" diff --git a/test/vpu_api_test.c b/test/vpu_api_test.c index 1c530509..c7896fd3 100644 --- a/test/vpu_api_test.c +++ b/test/vpu_api_test.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "vpu_api_demo" +#define MODULE_TAG "vpu_api_demo" #include #include