Merge "Change profman logging to only be for errors"
This commit is contained in:
@@ -181,7 +181,7 @@ ifeq (true,$(my_process_profile))
|
|||||||
$(my_built_profile):
|
$(my_built_profile):
|
||||||
$(hide) mkdir -p $(dir $@)
|
$(hide) mkdir -p $(dir $@)
|
||||||
touch $@
|
touch $@
|
||||||
ANDROID_LOG_TAGS="*:i" $(PROFMAN) \
|
ANDROID_LOG_TAGS="*:e" $(PROFMAN) \
|
||||||
--copy-and-update-profile-key \
|
--copy-and-update-profile-key \
|
||||||
--profile-file=$(PRIVATE_SOURCE_CLASSES) \
|
--profile-file=$(PRIVATE_SOURCE_CLASSES) \
|
||||||
--apk=$(PRIVATE_BUILT_MODULE) \
|
--apk=$(PRIVATE_BUILT_MODULE) \
|
||||||
|
Reference in New Issue
Block a user