New issue
Advanced search Search tips

Issue 910134 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jan 15
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

ValueError in apk_operations.py parsing pid from logcat output

Project Member Reported by mthiesse@chromium.org, Nov 29

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: '='
 
Labels: DevX
Labels: QuickFix
Owner: ----
Status: Available (was: Started)
Can't repro anymore, and not familiar enough with python/the tooling to just wing it and land an untested fix :P
Status: WontFix (was: Available)
Without a repro, probably not worth tracking. If it comes up again, we can tweak the regex.

Sign in to add a comment