Remove STOPSHIP from AttachmentDownloadService
Bug: 3335071 Change-Id: Ia6a8e2e7378510db234c4ec5164cb5ef39c529d7
This commit is contained in:
parent
2f1a7e8d0a
commit
33799ad2d0
@ -384,10 +384,6 @@ public class AttachmentDownloadService extends Service implements Runnable {
|
||||
Log.d(TAG, "== Download of " + req.attachmentId + " timed out");
|
||||
}
|
||||
cancelDownload(req);
|
||||
// STOPSHIP Remove this before ship
|
||||
} else if (Email.DEBUG) {
|
||||
Log.d(TAG, "== , Download of " + req.attachmentId +
|
||||
" last callback " + (timeSinceCallback/1000) + " secs ago");
|
||||
}
|
||||
}
|
||||
// If there are downloads in progress, reset alarm
|
||||
|
Loading…
Reference in New Issue
Block a user