Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用外部脚本读取 logs.db 文件,但我不知道它是什么格式(它是二进制),不知道用什么来读取它。试图找出 log_service 模块是一个巨大的兔子洞,我希望我可以缩短它并以其他方式将其打开为可读文本。
有任何想法吗?
这是一个 sqlite 文件,可以使用 sqlite3 模块读取它。