am 80f90349: Log.i on dictionary download start
* commit '80f90349555ac22f83175e6f19d1ed5e0d673d85': Log.i on dictionary download startmain
commit
99846fab18
|
@ -172,6 +172,8 @@ public final class ActionBatch {
|
||||||
|
|
||||||
final long downloadId = UpdateHandler.registerDownloadRequest(manager, request, db,
|
final long downloadId = UpdateHandler.registerDownloadRequest(manager, request, db,
|
||||||
mWordList.mId, mWordList.mVersion);
|
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);
|
DebugLogUtils.l("Starting download of", uri, "with id", downloadId);
|
||||||
PrivateLog.log("Starting download of " + uri + ", id : " + downloadId);
|
PrivateLog.log("Starting download of " + uri + ", id : " + downloadId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue