mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
utils/android: Fix typo in variable assignment
This commit is contained in:
parent
5231bbcf71
commit
f4838b4466
@ -18,7 +18,7 @@ class LogcatEvent(object):
|
|||||||
def __init__(self, timestamp, pid, tid, level, tag, message):
|
def __init__(self, timestamp, pid, tid, level, tag, message):
|
||||||
self.timestamp = timestamp
|
self.timestamp = timestamp
|
||||||
self.pid = pid
|
self.pid = pid
|
||||||
self.tid = pid
|
self.tid = tid
|
||||||
self.level = level
|
self.level = level
|
||||||
self.tag = tag
|
self.tag = tag
|
||||||
self.message = message
|
self.message = message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user