diff options
| author | 2015-01-20 14:50:21 -0800 | |
|---|---|---|
| committer | 2015-01-20 14:50:21 -0800 | |
| commit | 8d295f8f0e88fa5c6373962d545020a06033b3fc (patch) | |
| tree | 3e0126a90a320dece1755fd5ae3852d0e618c19d /compiler/driver/compiler_driver.h | |
| parent | 97d9f286971a4c1eec70e08f9f18f990d21780d5 (diff) | |
ART: Curb dex2oat verbosity
Only print dedupe collisions in a debug build or on verbose logging.
Change-Id: I08bd04a453d95b6dba6cf6955b5741cd97daf480
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |