{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
1498 1499 } 1499 1500 throw ex; 1500 1501 } catch (Exception ex) { 1501 throw ex; 1502 Logger.e(TAG, ex); 1503 if (ex instanceof NetworkDisconnectedException) { 1504 // オフラインの場合、エラー扱いにしないで、設問の状況から、taskStatusを推測する 1505 taskReportDto.taskStatus = recoveryTaskStatus(taskReportDto.jsonData); 1506 taskReportDto.dataSendFlg = true; 1507 taskReportDto.attachedFileSendFlg = true; 1508 mTaskReportDao.update(taskReportDto); 1509 // CMSへの送信は打ち切り 1510 return; 1511 } else { 1512 throw ex; 1513 } -
-
-
-
-
-
unmarked as a Work In Progress
Toggle commit list -
changed title from Feature/contract/sato/1.0.300 52170 unlock icon2 to いろいろな不具合を修正
Toggle commit list -
changed the description
Toggle commit list -
-
merged
Toggle commit list