(long result, @Nullable Protocol<?> p, boolean isRequestSaved)
| 517 | } |
| 518 | |
| 519 | public static void logAndStatistics(long result, @Nullable Protocol<?> p, boolean isRequestSaved) { |
| 520 | logAndStatistics(null, result, p, isRequestSaved, null); |
| 521 | } |
| 522 | |
| 523 | public static void logAndStatistics(@Nullable Throwable ex, long result, @Nullable Protocol<?> p, |
| 524 | boolean isRequestSaved) { |
no test coverage detected