Merge \\\"Filter logging from dexdump/dex2oat to errors only\\\" am: be6b4fc1b3 am: 5efb73504d
am: 0aa5ad21f1

Change-Id: Ifd4960cce511b284fc11661d23f78a4476a42a47
diff --git a/core/definitions.mk b/core/definitions.mk
index 0fcbfaa..06cc623 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -2375,7 +2375,7 @@
 $1/classes.dex.toc: PRIVATE_INPUT_DEX_FILES := $1/classes*.dex
 $1/classes.dex.toc: $1/classes.dex $(DEXDUMP)
 	@echo Generating TOC: $$@
-	$(hide) $(DEXDUMP) -l xml $$(PRIVATE_INPUT_DEX_FILES) > $$@.tmp
+	$(hide) ANDROID_LOG_TAGS="*:e" $(DEXDUMP) -l xml $$(PRIVATE_INPUT_DEX_FILES) > $$@.tmp
 	$$(call commit-change-for-toc,$$@)
 endef