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
This commit is contained in:
Mathieu Chartier 2018-12-12 10:28:02 -08:00
parent 1e57a89bf9
commit cc4ca50cfb

View file

@ -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) \