ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

collector/dmesg: Fix dmesg_out property #594

Closed douglas-raillard-arm closed 2 years ago

douglas-raillard-arm commented 2 years ago

When no entry has been recorded by the collector, return an empty string rather than returning the full dmesg log.

Also fix get_data() that would fail try to add None + '\n' if dmesg_out property returns None.