gpt4 book ai didi

Android GCM IntentService 循环 "doing some work"?

转载 作者:行者123 更新时间:2023-11-29 00:16:53 25 4
gpt4 key购买 nike

我在 Android 应用程序中使用 Google 云消息传递,我想知道 IntentService 中这部分代码的目的是什么,一旦收到 GCM 消息并在处理之前:

// This loop represents the service doing some work.
for (int i = 0; i < 5; i++) {
if (D) Log.i(TAG, "Working... " + (i + 1) + "/5 @ " + SystemClock.elapsedRealtime());
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
}
}

有什么想法吗?谢谢!

最佳答案

我不知道您从哪里获得代码,但看起来它除了说明 IntentService 可能执行一些需要大量时间的处理之外没有任何目的。因此循环和 Thread.sleep。

关于Android GCM IntentService 循环 "doing some work"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25947614/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com