日志记录
// 通过qDebug()
qInstallMessageHandler(函数)
// 崩溃日志
setUnhandledExceptionFilter((LPTOP_LEVELEXCEPTION_FILTER)ApplicationCrashHandler)
// 通过qDebug()
qInstallMessageHandler(函数)
// 崩溃日志
setUnhandledExceptionFilter((LPTOP_LEVELEXCEPTION_FILTER)ApplicationCrashHandler)