Merge "Change profman logging to only be for errors"

This commit is contained in:
Mathieu Chartier 2018-12-13 01:17:23 +00:00 committed by Gerrit Code Review
commit 9fb09f1762

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