We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43473cc commit f646c09Copy full SHA for f646c09
app/src/main/java/com/stealthcotper/networktools/MainActivity.java
@@ -152,6 +152,11 @@ public void onFinished(PingStats pingStats) {
152
appendResultsText(String.format("Min/Avg/Max Time: %.2f/%.2f/%.2f ms",
153
pingStats.getMinTimeTaken(), pingStats.getAverageTimeTaken(), pingStats.getMaxTimeTaken()));
154
}
155
+
156
+ @Override
157
+ public void onError(Exception e) {
158
+ // TODO: STUB METHOD
159
+ }
160
});
161
162
0 commit comments