mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-25 05:57:51 +00:00
trace: Fix dmesg collector when using util-linux dmesg
Set missing "facility" attribute on DmesgCollector instances.
This commit is contained in:
parent
8512f116fc
commit
c92756d65a
@ -141,6 +141,7 @@ class DmesgCollector(TraceCollector):
|
|||||||
# help with an exit code of 1
|
# help with an exit code of 1
|
||||||
self.basic_dmesg = 'BusyBox' in self.target.execute('dmesg -h',
|
self.basic_dmesg = 'BusyBox' in self.target.execute('dmesg -h',
|
||||||
check_exit_code=False)
|
check_exit_code=False)
|
||||||
|
self.facility = facility
|
||||||
self.reset()
|
self.reset()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user