UnifiedLogReader icon indicating copy to clipboard operation
UnifiedLogReader copied to clipboard

A parser for Unified logging tracev3 files

Results 3 UnifiedLogReader issues
Sort by recently updated
recently updated
newest added

* added more test coverage for tracev3 file * changes to not catch ImportError, NameError, UnboundLocalError in wide exception catch * added log entry and changes to use object instead...

From https://github.com/ydkhatri/UnifiedLogReader/blob/master/UnifiedLog/Lib.py#L300 ``` elif item_id == 0x6102: # uuid self.system_boot_uuid = UUID(bytes=buffer[pos:pos+16]) self.boot_uuid_ts_list = GetBootUuidTimeSyncList(self.ts_list, self.system_boot_uuid) if not self.boot_uuid_ts_list: raise ValueError('Could not get Timesync for boot uuid! Cannot parse file..')...

VirtualFileSystem.get_virtual_file() will return a VirtualFile for a path to a directory Unclear from the code and docstring what the intended behavior is