ValueError in apk_operations.py parsing pid from logcat output |
||||
Issue description
Stack:
Failed to process line: , len = 20Traceback (most recent call last):
<snip>
File "/usr/local/google/home/mthiesse/src/clank/src/build/android/apk_operations.py", line 595, in ProcessLine
log = self._ParseLine(line)
File "/usr/local/google/home/mthiesse/src/clank/src/build/android/apk_operations.py", line 550, in _ParseLine
pid = int(tokens[2])
ValueError: invalid literal for int() with base 10: '='
,
Jan 14
,
Jan 15
Can't repro anymore, and not familiar enough with python/the tooling to just wing it and land an untested fix :P
,
Jan 15
Without a repro, probably not worth tracking. If it comes up again, we can tweak the regex. |
||||
►
Sign in to add a comment |
||||
Comment 1 by agrieve@chromium.org
, Dec 21