From 8d295f8f0e88fa5c6373962d545020a06033b3fc Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 20 Jan 2015 14:50:21 -0800 Subject: ART: Curb dex2oat verbosity Only print dedupe collisions in a debug build or on verbose logging. Change-Id: I08bd04a453d95b6dba6cf6955b5741cd97daf480 --- compiler/driver/compiler_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 11b4329e32..a86043c59f 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -400,7 +400,7 @@ class CompilerDriver { bool SkipCompilation(const std::string& method_name); // Get memory usage during compilation. - std::string GetMemoryUsageString() const; + std::string GetMemoryUsageString(bool extended) const; private: // These flags are internal to CompilerDriver for collecting INVOKE resolution statistics. -- cgit v1.2.3-59-g8ed1b