Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 363 Bytes

File metadata and controls

12 lines (7 loc) · 363 Bytes

AndroidLogs

fetch android logs from devices and merge seperate files to one and easy to read, and manager qualcomm camx logs

如何编译: 在pyCharm中结合QtDesigner进行编辑,编译采用pyinstaller

pyinstaller -w -i resource/app_icon.ico main.py -p app_icons_rc.py

如何打包: Inno setup 把dist 目录下的main全部包进去