commit | 866c03125a3fcd74c9fff04da87865f5eb1767d9 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jan 13 21:21:31 2015 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Tue Jan 13 21:21:31 2015 +0000 |
tree | 497bafc21358961524a6ef9bb045d522b91d8d27 | |
parent | 07ab4ec97221d882322a1ce064557202150f44ea [diff] |
ART: dex2oat flag for HGraphVisualizer dump file This patch adds a new '--dump-cfg=<file>' flag to dex2oat which specifies the file that HGraphVisualizer will store its output into. Until now the graph was dumped to 'art.cfg' in the current working directory. To make Checker work with run-test, the output directory needs to be customizable. Change-Id: I4a940f7708b88deea5a0e51d13aed13e52199349