Uncomment necessary code

This commit is contained in:
Vishnu Mohandas 2020-05-04 18:35:53 +05:30
parent 657b3a539b
commit 98f413fbb3

View file

@ -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");