Uncomment necessary code
This commit is contained in:
parent
657b3a539b
commit
98f413fbb3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class LoggingUtil {
|
|||
if (_isInProgress) {
|
||||
return;
|
||||
}
|
||||
// _isInProgress = true;
|
||||
_isInProgress = true;
|
||||
final tempPath = (await getTemporaryDirectory()).path;
|
||||
final zipFilePath = tempPath + "/logs.zip";
|
||||
Directory logsDirectory = Directory(tempPath + "/logs");
|
||||
|
|
Loading…
Add table
Reference in a new issue