lingochamp / lingochamp/FileDownloader
整个文件下载过程没有调用回调。
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 11.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
你好,在使用过程中遇到如下问题:
在应用启动时BaseApplication中下载部分文件 :
FileDownloader.setup(this);
FileDownloader.getImpl().create(resUrl)
.setPath(localPath, false)
.setCallbackProgressTimes(300)
.setMinIntervalUpdateSpeed(400)
.setTag(resUrl)
.start();
.....
之后通过VIew点击事件触发下载,文件可以下载成功,但是过程没有任何回调。
一直打印:
Receive the event 3, but there isn't any running task in the upper layer
......
FileDownloader.getImpl().create(itemBean.getResUrl())
.setPath(localPath, false)
.setCallbackProgressTimes(300)
.setMinIntervalUpdateSpeed(400)
.setTag(itemBean.getResUrl())
.setListener(new FileDownloadSampleListener() {
@Override
protected void connected(BaseDownloadTask task, String etag, boolean isContinue, int soFarBytes, int totalBytes) {
super.connected(task, etag, isContinue, soFarBytes, totalBytes);
}
@Override
protected void started(BaseDownloadTask task) {
super.started(task);
Log.i(TAG, "==========>started: 下载开始");
}
@Override
protected void pending(BaseDownloadTask task, int soFarBytes, int totalBytes) {
super.pending(task, soFarBytes, totalBytes);
itemView.findViewById(R.id.tv_error).setVisibility(View.GONE);
itemView.findViewById(R.id.csp_progress).setVisibility(View.VISIBLE);
}
@Override
protected void progress(BaseDownloadTask baseDownloadTask, int progress, int totalSize) {
Log.i(TAG, "==========>totalSize == " + totalSize);
}
@Override
protected void completed(BaseDownloadTask baseDownloadTask) {
Log.i(TAG, "==========>completed:下载完成 path " + baseDownloadTask.getPath());
}
@Override
protected void error(BaseDownloadTask baseDownloadTask, Throwable throwable) {
Log.e(TAG, "==========>error: " + throwable.getMessage()); }
}
})
.start();
......
把BaseApplication中的下载操作注释调后,点击事件的下载回调正常。
请问使用方式有什么问题吗?
以下是FileDownloader下载一个108M视频文件的完整日志:
2022-04-23 20:06:32.639 583-583/com.smart.tvlauncher D/FileDownloader.DownloadTask: setPath /storage/emulated/0/atmos_res/0/Vedio.mp4
2022-04-23 20:06:32.639 583-583/com.smart.tvlauncher D/FileDownloader.DownloadTask: setTag https://hsl-zeemr.oss-cn-shenzhen.aliyuncs.com/admin/xxx.mp4
2022-04-23 20:06:32.639 583-583/com.smart.tvlauncher D/FileDownloader.DownloadTask: setListener com.smart.tvlauncher.view.AtmosphereView$6$1@2de745a
2022-04-23 20:06:32.639 583-583/com.smart.tvlauncher V/FileDownloader.DownloadTaskHunter: call start Url[https://hsl-zeemr.oss-cn-shenzhen.aliyuncs.com/admin/xxx.mp4], Path[/storage/emulated/0/atmos_res/0/Vedio.mp4] Listener[com.smart.tvlauncher.view.AtmosphereView$6$1@2de745a], Tag[https://hsl-zeemr.oss-cn-shenzhen.aliyuncs.com/admin/xxx.mp4]
2022-04-23 20:06:32.640 583-583/com.smart.tvlauncher V/FileDownloader.DownloadTaskHunter: the task[-276578779] has been into the launch pool.
2022-04-23 20:06:32.641 583-1252/com.smart.tvlauncher D/FileDownloader.FileDownloadMessenger: notify begin -276578779@com.liulishuo.filedownloader.DownloadTask@80bf368
2022-04-23 20:06:32.641 583-1252/com.smart.tvlauncher V/FileDownloader.DownloadTaskHunter: filedownloader:lifecycle:start com.liulishuo.filedownloader.DownloadTaskHunter@bb08381 by 11
2022-04-23 20:06:32.641 583-1252/com.smart.tvlauncher V/FileDownloader.FileDownloadList: add list in all -276578779@com.liulishuo.filedownloader.DownloadTask@80bf368 11 8
2022-04-23 20:06:32.642 678-736/com.smart.tvlauncher D/FileDownloader.FileDownloadManager: request start the task with url(https://hsl-zeemr.oss-cn-shenzhen.aliyuncs.com/admin/xxx.mp4) path(/storage/emulated/0/atmos_res/0/Vedio.mp4) isDirectory(FALSE)
2022-04-23 20:06:32.643 678-736/com.smart.tvlauncher D/FileDownloader.FileDownloadUtils: can't continue -276578779 file not suit, exists[FALSE], directory[FALSE]
2022-04-23 20:06:32.646 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 1, but there isn't any running task in the upper layer
2022-04-23 20:06:32.646 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 6, but there isn't any running task in the upper layer
2022-04-23 20:06:32.647 678-1254/com.smart.tvlauncher D/FileDownloader.ConnectTask: <---- -276578779 request header {Range=[bytes=0-0], User-Agent=[FileDownloader/1.7.7]}
2022-04-23 20:06:32.658 678-1254/com.smart.tvlauncher D/FileDownloader.ConnectTask: ----> -276578779 response header {null=[HTTP/1.1 206 Partial Content], Accept-Ranges=[bytes], Connection=[keep-alive], Content-Length=[1], Content-Range=[bytes 0-0/108113562], Content-Type=[video/mp4], Date=[Sat, 23 Apr 2022 12:06:32 GMT], ETag=["7C24F290B46500B0743EF7DB3051A6A5"], Last-Modified=[Fri, 31 Dec 2021 11:15:06 GMT], Server=[AliyunOSS], X-Android-Received-Millis=[1650715592657], X-Android-Response-Source=[NETWORK 206], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1650715592647], x-oss-hash-crc64ecma=[1041501059923608980], x-oss-object-type=[Normal], x-oss-request-id=[6263EBC849317136362FCED4], x-oss-server-time=[2], x-oss-storage-class=[Standard]}
2022-04-23 20:06:32.658 678-1254/com.smart.tvlauncher D/FileDownloader.FileDownloadUtils: etag find "7C24F290B46500B0743EF7DB3051A6A5" for task(-276578779)
2022-04-23 20:06:32.658 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 2, but there isn't any running task in the upper layer
2022-04-23 20:06:32.661 678-1254/com.smart.tvlauncher D/FileDownloader.FileDownloadUtils: can't continue -276578779 file not suit, exists[FALSE], directory[FALSE]
2022-04-23 20:06:32.666 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: fetch data with multiple connection(count: [5]) for task[-276578779] totalLength[108113562]
2022-04-23 20:06:32.666 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: enable multiple connection: id[-276578779] index[0] range[0, 21622711) current offset(0)
2022-04-23 20:06:32.666 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: enable multiple connection: id[-276578779] index[1] range[21622712, 43245423) current offset(21622712)
2022-04-23 20:06:32.666 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: enable multiple connection: id[-276578779] index[2] range[43245424, 64868135) current offset(43245424)
2022-04-23 20:06:32.667 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: enable multiple connection: id[-276578779] index[3] range[64868136, 86490847) current offset(64868136)
2022-04-23 20:06:32.667 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: enable multiple connection: id[-276578779] index[4] range[86490848, -1) current offset(86490848)
2022-04-23 20:06:32.668 678-1256/com.smart.tvlauncher D/FileDownloader.ConnectTask: <---- -276578779 request header {Range=[bytes=0-21622711], User-Agent=[FileDownloader/1.7.7]}
2022-04-23 20:06:32.671 678-1258/com.smart.tvlauncher D/FileDownloader.ConnectTask: <---- -276578779 request header {Range=[bytes=43245424-64868135], User-Agent=[FileDownloader/1.7.7]}
2022-04-23 20:06:32.672 678-1257/com.smart.tvlauncher D/FileDownloader.ConnectTask: <---- -276578779 request header {Range=[bytes=21622712-43245423], User-Agent=[FileDownloader/1.7.7]}
2022-04-23 20:06:32.672 678-1259/com.smart.tvlauncher D/FileDownloader.ConnectTask: <---- -276578779 request header {Range=[bytes=64868136-86490847], User-Agent=[FileDownloader/1.7.7]}
2022-04-23 20:06:32.674 678-1260/com.smart.tvlauncher D/FileDownloader.ConnectTask: <---- -276578779 request header {Range=[bytes=86490848-], User-Agent=[FileDownloader/1.7.7]}
2022-04-23 20:06:32.680 678-1256/com.smart.tvlauncher D/FileDownloader.ConnectTask: ----> -276578779 response header {null=[HTTP/1.1 206 Partial Content], Accept-Ranges=[bytes], Connection=[keep-alive], Content-Length=[21622712], Content-Range=[bytes 0-21622711/108113562], Content-Type=[video/mp4], Date=[Sat, 23 Apr 2022 12:06:32 GMT], ETag=["7C24F290B46500B0743EF7DB3051A6A5"], Last-Modified=[Fri, 31 Dec 2021 11:15:06 GMT], Server=[AliyunOSS], X-Android-Received-Millis=[1650715592680], X-Android-Response-Source=[NETWORK 206], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1650715592669], x-oss-hash-crc64ecma=[1041501059923608980], x-oss-object-type=[Normal], x-oss-request-id=[6263EBC849317136364DCED4], x-oss-server-time=[2], x-oss-storage-class=[Standard]}
2022-04-23 20:06:32.681 678-1256/com.smart.tvlauncher D/FileDownloader.DownloadRunnable: the connection[0] for -276578779, is connected range[0, 21622711) current offset[0] with code[206]
2022-04-23 20:06:32.682 678-1256/com.smart.tvlauncher D/FileDownloader.FetchDataTask: start fetch(0): range [0, 21622711), seek to[0]
2022-04-23 20:06:32.682 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.682 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress update model's status with progress
2022-04-23 20:06:32.682 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.682 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.709 678-1256/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[0] offset[66717], consume[9]
2022-04-23 20:06:32.743 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.744 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.744 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.775 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.775 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.776 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.792 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.793 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.793 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.808 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.809 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.809 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.826 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.826 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.826 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.841 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.843 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.846 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.859 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.860 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.860 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.878 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:32.878 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:32.879 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:32.893 678-1256/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
......
2022-04-23 20:06:36.778 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.778 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.779 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.779 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.779 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.790 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.790 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.791 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.791 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.791 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.791 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.802 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.802 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.803 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.816 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.816 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.816 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.829 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.829 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.829 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.843 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.843 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.844 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.854 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.855 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.856 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.866 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.867 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.868 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.876 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.876 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.877 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.890 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.890 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.891 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.904 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.904 678-1257/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.905 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.905 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.906 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.906 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.919 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.919 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.919 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.931 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.931 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.931 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.931 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.931 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.931 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.944 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.944 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.945 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.957 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.957 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.958 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.980 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.980 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.980 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.980 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.981 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:36.981 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.994 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:36.994 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:36.995 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.014 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.014 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.014 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.014 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.014 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.014 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.031 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.032 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.032 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.046 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.046 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.047 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.063 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.063 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.064 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.079 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.079 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.079 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.102 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.102 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.102 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.126 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.126 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.126 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.149 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:37.149 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:37.149 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:37.999 678-1259/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[3] offset[76753645], consume[911]
2022-04-23 20:06:38.019 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.020 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.021 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.037 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.048 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.049 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.058 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.058 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.059 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.076 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.078 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.079 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.095 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.096 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.097 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.098 678-1257/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[1] offset[43245424], consume[1180]
2022-04-23 20:06:38.098 678-1257/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: the connection has been completed(1): [21622712, 43245423) 108113562
2022-04-23 20:06:38.113 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.113 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.113 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.127 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.127 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.129 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.132 678-1258/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[2] offset[64868136], consume[1453]
2022-04-23 20:06:38.133 678-1258/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: the connection has been completed(2): [43245424, 64868135) 108113562
2022-04-23 20:06:38.146 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.146 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.147 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.151 678-1256/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[0] offset[21622712], consume[1963]
2022-04-23 20:06:38.151 678-1256/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: the connection has been completed(0): [0, 21622711) 108113562
2022-04-23 20:06:38.166 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.166 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.166 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.181 678-1260/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[4] offset[104547556], consume[1024]
2022-04-23 20:06:38.188 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.191 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.192 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.207 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.207 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.208 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.208 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.208 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.209 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.228 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.228 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.229 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.229 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.230 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.230 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.248 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.248 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.248 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.264 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.266 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.266 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.286 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.289 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.295 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.303 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.304 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.304 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.317 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.317 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.317 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.332 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.332 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.333 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.333 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.333 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.333 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.347 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.347 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.347 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.362 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.362 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.362 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.371 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.376 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.378 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.383 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.383 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.384 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.399 678-1260/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.399 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.399 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.399 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.399 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.399 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.418 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.418 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.418 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.437 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.437 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.441 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.457 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.459 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.460 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.480 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.481 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.481 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.515 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.515 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.516 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.554 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.554 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.555 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.594 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.594 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.594 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.619 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.620 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.620 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.641 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.641 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.642 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.670 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.670 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.670 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.766 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.766 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.766 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.768 678-1260/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[4] offset[108113562], consume[318]
2022-04-23 20:06:38.768 678-1260/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: the connection has been completed(4): [86490848, -1) 108113562
2022-04-23 20:06:38.786 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.786 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.787 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.813 678-1259/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: inspectNeedCallbackToUser need callback to user
2022-04-23 20:06:38.813 678-1255/com.smart.tvlauncher I/FileDownloader.DownloadStatusCallback: handleProgress notify user progress status
2022-04-23 20:06:38.813 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event 3, but there isn't any running task in the upper layer
2022-04-23 20:06:38.965 678-1259/com.smart.tvlauncher D/FileDownloader.FetchDataTask: require flushAndSync id[-276578779] index[3] offset[86490848], consume[137]
2022-04-23 20:06:38.965 678-1259/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: the connection has been completed(3): [64868136, 86490847) 108113562
2022-04-23 20:06:38.969 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: finish sub-task for [-276578779] TRUE FALSE
2022-04-23 20:06:38.970 678-1254/com.smart.tvlauncher I/chatty: uid=1000(system) FileDownloader- identical 3 lines
2022-04-23 20:06:38.970 678-1254/com.smart.tvlauncher D/FileDownloader.DownloadLaunchRunnable: finish sub-task for [-276578779] TRUE FALSE
2022-04-23 20:06:38.978 678-1253/com.smart.tvlauncher I/FileDownloader.MessageSnapshotGate: Receive the event -3, but there isn't any running task in the upper layer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the BaseApplication startup download and the click-triggered FileDownloader.create(...).start() path, then trace task registration through FileDownloadMessenger, MessageSnapshotGate, and DownloadStatusCallback using the provided logs. Done means callbacks reach the click-triggered listener while the startup download is also active, with the reported event-3 warnings resolved or explained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100