Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80f90349 authored by Mohammadinamul Sheik's avatar Mohammadinamul Sheik
Browse files

Log.i on dictionary download start

Change-Id: I8b501fb5512d4d3bbca75e4c4be7c7eb95f32020
parent b9a16b88
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
        }