()
| 190 | crashreportcategory.addCrashSectionCallable("Location", new Callable<String>() |
| 191 | { |
| 192 | public String call() throws Exception |
| 193 | { |
| 194 | return CrashReportCategory.getCoordinateInfo(pos); |
| 195 | } |
| 196 | }); |
| 197 | throw new ReportedException(crashreport); |
| 198 | } |
no test coverage detected