Suspected location localizations, credit alprwatch

This commit is contained in:
stopflock
2025-10-07 14:03:11 -05:00
parent 5c28057fa1
commit b00db130d7
13 changed files with 299 additions and 74 deletions
@@ -160,15 +160,9 @@ class SuspectedLocationCache extends ChangeNotifier {
validCount++;
} else {
zeroCoordCount++;
if (i < 3) { // Log first few zero coord cases
debugPrint('[SuspectedLocationCache] Row $i has zero coordinates: ticket=${rowData['ticket_no']}, location=${rowData['location']?.toString().length} chars');
}
}
} catch (e) {
errorCount++;
if (errorCount <= 5) { // Log first few errors
debugPrint('[SuspectedLocationCache] Row $i error: $e, ticket=${rowData['ticket_no']}');
}
continue;
}
}