commit | 5b1c5859c97a38bd3748063765d69f7fc61b7ff6 | [log] [tgz] |
---|---|---|
author | Tamas Kenez <tamaskenez@google.com> | Fri Jul 21 13:38:33 2017 +0200 |
committer | Tamas Kenez <tamaskenez@google.com> | Fri Jul 21 11:39:23 2017 +0000 |
tree | 910cc916d0def5bdd0bbb96064095bfcc26395fe | |
parent | 554c8c7ca10ba0364efdca5000ef06f8176f2ee5 [diff] [blame] |
Make '--app' and '--compiler' explicit in run_on_app.py Also fix d8.py not printing the d8 command line. Bug: Change-Id: Ice2fb5f8c50c85e1cd820a258d3a985792953dd7
diff --git a/tools/d8.py b/tools/d8.py index cb0c841..d214cf5 100755 --- a/tools/d8.py +++ b/tools/d8.py
@@ -24,6 +24,7 @@ cmd.append('-agentlib:hprof=cpu=samples,interval=1,depth=8') cmd.extend(['-jar', D8_JAR]) cmd.extend(args) + utils.PrintCmd(cmd) subprocess.check_call(cmd) def main():