Searched defs:debugStopReason (Results 1 – 2 of 2) sorted by relevance
351 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters676 String debugStopReason) { in setStopReason()
1468 final StringBuilder debugStopReason = new StringBuilder("client timed out"); in handleOpTimeoutLocked() local