src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionValidRate.kt
@@ -35,7 +35,7 @@ } override fun onDone() { val rate = count / total val rate = count.toDouble() / total if (rate < 0.9) { startData?.let { val eType = getExceptionType()