commit | 9fb09f17620f47a3bdad81872391f933c23853b2 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Dec 13 01:17:23 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 13 01:17:23 2018 +0000 |
tree | 0d24173a3fee36dcc32f5529eac95c56a291df1e | |
parent | c8b3d5f92fcac26b8a859559e5e8fee006210655 [diff] | |
parent | cc4ca50cfb62cb93b54012a5d913a20f9d2f53d1 [diff] |
Merge "Change profman logging to only be for errors"
diff --git a/core/dex_preopt_odex_install.mk b/core/dex_preopt_odex_install.mk index 6a892e2..47a03e8 100644 --- a/core/dex_preopt_odex_install.mk +++ b/core/dex_preopt_odex_install.mk
@@ -181,7 +181,7 @@ $(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) \