Dump info about device as well

This commit is contained in:
Kovid Goyal 2025-01-21 08:32:36 +05:30
parent 5ed0eda722
commit 296b0d341d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -724,6 +724,7 @@ def main():
dev.set_progress_reporter(prints)
dev.open(cd, None)
dev.filesystem_cache.dump()
print(dev.device_debug_info(), flush=True)
docs = dev.prefix_for_location(None)
print('Prefix for main mem:', docs, flush=True)
entries = dev.list_folder_by_name(dev.filesystem_cache.entries[0], docs)