am 80f90349: Log.i on dictionary download start

* commit '80f90349555ac22f83175e6f19d1ed5e0d673d85':
  Log.i on dictionary download start
main
Mohammadinamul Sheik 2015-03-13 19:11:45 +00:00 committed by Android Git Automerger
commit 99846fab18
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ public final class ActionBatch {
final long downloadId = UpdateHandler.registerDownloadRequest(manager, request, db,
mWordList.mId, mWordList.mVersion);
Log.i(TAG, String.format("Starting the dictionary download with version:"
+ " %d and Url: %s" + mWordList.mVersion, uri));
DebugLogUtils.l("Starting download of", uri, "with id", downloadId);
PrivateLog.log("Starting download of " + uri + ", id : " + downloadId);
}