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