1.0.7
This commit is contained in:
@@ -48,6 +48,11 @@ namespace VisionBuilder.UI.Statistics
|
||||
|
||||
private void _recognitionControl_SessionEnded(SessionEndedEvent obj)
|
||||
{
|
||||
if (_csvStatistics == null)
|
||||
{
|
||||
Log.Warning("Session ended but CSV statistics is null, nothing to do.");
|
||||
return;
|
||||
}
|
||||
var endedAt = obj.SessionEnded;
|
||||
_endTime = endedAt;
|
||||
Log.Information("Start processing statistics");
|
||||
|
||||
Reference in New Issue
Block a user