* commit '63c5adbc1eb4c9d811bcdc17dede6c895115afcc': Correct some logging in ADS
This commit is contained in:
commit
326c29ce0f
@ -713,9 +713,9 @@ public class AttachmentDownloadService extends Service implements Runnable {
|
||||
default: code = Integer.toString(statusCode); break;
|
||||
}
|
||||
if (statusCode != EmailServiceStatus.IN_PROGRESS) {
|
||||
LogUtils.d(TAG, ">> Attachment " + attachmentId + ": " + code);
|
||||
LogUtils.d(TAG, ">> Attachment status " + attachmentId + ": " + code);
|
||||
} else if (progress >= (req.lastProgress + 10)) {
|
||||
LogUtils.d(TAG, ">> Attachment " + attachmentId + ": " + progress + "%");
|
||||
LogUtils.d(TAG, ">> Attachment progress %d: %d%%", attachmentId, progress);
|
||||
}
|
||||
}
|
||||
req.lastStatusCode = statusCode;
|
||||
|
Loading…
Reference in New Issue
Block a user