commit | de4e410cf282c45d2f0e194b9639acc2b3decc83 | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsuda <mazda@google.com> | Thu Aug 06 03:55:04 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 06 03:55:04 2015 +0000 |
tree | 9d8e0a15025eafcfcf1a4ec66a63dbe760e087bc | |
parent | 6343dfa989d8915cda71d3bfb6196c359f566639 [diff] | |
parent | ddc96adb6783da14dd3a6050e9fd3f5a05030d2e [diff] |
Merge "Enable perfboot.py to install APKs before measurement."
diff --git a/init/perfboot.py b/init/perfboot.py index 4c62e2a..b0efb11 100755 --- a/init/perfboot.py +++ b/init/perfboot.py
@@ -204,7 +204,7 @@ output_results(output, record_list, tags) if original_dropbox_max_files is not None: restore_dropbox(device, original_dropbox_max_files) - except subprocess.CalledProcessError, RuntimeError: + except (subprocess.CalledProcessError, RuntimeError): pass atexit.register(cleanup)