Index: build/android/tombstones.py |
diff --git a/build/android/tombstones.py b/build/android/tombstones.py |
index e1192d77df8a4fbba0b97ea0de7448540fdfac61..5cbca85f7b0dcf17b143aefddda94a057d5f5f30 100755 |
--- a/build/android/tombstones.py |
+++ b/build/android/tombstones.py |
@@ -10,6 +10,7 @@ |
# Assumes tombstone file was created with current symbols. |
import datetime |
+import logging |
import multiprocessing |
import os |
import subprocess |
@@ -176,7 +177,7 @@ def main(): |
default=4, |
help='Number of jobs to use when processing multiple ' |
'crash stacks.') |
- options, _ = parser.parse_args() |
+ options, args = parser.parse_args() |
if options.device: |
devices = [options.device] |