Log.i on dictionary download start

Change-Id: I8b501fb5512d4d3bbca75e4c4be7c7eb95f32020
main
Mohammadinamul Sheik 2015-03-13 11:53:33 -07:00
parent b9a16b88bf
commit 80f9034955
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);
}