summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-01-20 14:50:21 -0800
committer Andreas Gampe <agampe@google.com> 2015-01-20 14:50:21 -0800
commit8d295f8f0e88fa5c6373962d545020a06033b3fc (patch)
tree3e0126a90a320dece1755fd5ae3852d0e618c19d /compiler/driver/compiler_driver.h
parent97d9f286971a4c1eec70e08f9f18f990d21780d5 (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.h2
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.