| Index: build/android/tombstones.py
|
| diff --git a/build/android/tombstones.py b/build/android/tombstones.py
|
| index 5cbca85f7b0dcf17b143aefddda94a057d5f5f30..57d43ddb30fc11794cfb242067a8a36c573b9012 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, _args = parser.parse_args()
|
|
|
| if options.device:
|
| devices = [options.device]
|
|
|