WP8 BackgroundTransferService线程退出消息即使在完成下载后也会显示很长时间

时间:2014-07-29 13:20:08

标签: c# xaml windows-phone-8 background-transfer

我在我的应用程序中使用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服务没有妥善处理?

0 个答案:

没有答案