From cc4ca50cfb62cb93b54012a5d913a20f9d2f53d1 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Wed, 12 Dec 2018 10:28:02 -0800 Subject: [PATCH] Change profman logging to only be for errors Move profman logging to only be for errors. Avoids build spam. Bug: 120907449 Test: make Change-Id: I0707dc5c8d6516cbf95d263864bdddaf5a5990c9 --- core/dex_preopt_odex_install.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dex_preopt_odex_install.mk b/core/dex_preopt_odex_install.mk index 6a892e23a8..47a03e855a 100644 --- a/core/dex_preopt_odex_install.mk +++ b/core/dex_preopt_odex_install.mk @@ -181,7 +181,7 @@ ifeq (true,$(my_process_profile)) $(my_built_profile): $(hide) mkdir -p $(dir $@) touch $@ - ANDROID_LOG_TAGS="*:i" $(PROFMAN) \ + ANDROID_LOG_TAGS="*:e" $(PROFMAN) \ --copy-and-update-profile-key \ --profile-file=$(PRIVATE_SOURCE_CLASSES) \ --apk=$(PRIVATE_BUILT_MODULE) \