crash test 1
This commit is contained in:
parent
e74d7f1922
commit
2373884b5e
|
|
@ -163,6 +163,9 @@ void _logFileThread() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool startLogFile(const char* path) {
|
bool startLogFile(const char* path) {
|
||||||
|
logFileAvail=false;
|
||||||
|
return false;
|
||||||
|
/*
|
||||||
if (logFileAvail) return true;
|
if (logFileAvail) return true;
|
||||||
|
|
||||||
// rotate log file if possible
|
// rotate log file if possible
|
||||||
|
|
@ -181,6 +184,7 @@ bool startLogFile(const char* path) {
|
||||||
|
|
||||||
logFileThread=new std::thread(_logFileThread);
|
logFileThread=new std::thread(_logFileThread);
|
||||||
return true;
|
return true;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
bool finishLogFile() {
|
bool finishLogFile() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue