我在我的应用程序中使用BackgroundTransferService
从服务器下载zip文件。
它对我来说成功。但是,即使在下载文件后,它似乎也会连续获得一些线程退出消息。
消息如下
The thread 0x3d68 has exited with code 0 (0x0).
The thread 0x4080 has exited with code 0 (0x0).
The thread 0x4300 has exited with code 0 (0x0).
The thread 0x4084 has exited with code 0 (0x0).
The thread 0x431c has exited with code 0 (0x0).
The thread 0x44fc has exited with code 0 (0x0).
The thread 0x41c0 has exited with code 0 (0x0).
The thread 0x4144 has exited with code 0 (0x0).
The thread 0x17cc has exited with code 0 (0x0).
The thread 0x3b14 has exited with code 0 (0x0).
.....
..
为什么即使下载完成后此消息也显示很长时间? 是因为某些bg服务没有妥善处理?