Android AlarmService 是如何调度的?

发布于 2024-10-30 14:38:52 字数 351 浏览 3 评论 0原文

我指的是 http ://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AlarmService_Service.html

有什么方法可以查找系统中安排的警报吗?

只是为了测试目的,我想看看安排了什么或者是否出了问题。

谢谢, 一个。

I am referring for example to http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AlarmService_Service.html

Is there some way to look up what alarms are scheduled in the system?

Just for testing purpose I want to see what is scheduled or if something went wrong.

Thanks,
A.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

迷荒 2024-11-06 14:38:52

您可以通过在命令行中键入:

adb shell dumpsys alarm

或仅

dumpsys alarm

在 adb shell 中进行检查。

You can check this by typing at the command line:

adb shell dumpsys alarm

or just

dumpsys alarm

from within the adb shell.

成熟的代价 2024-11-06 14:38:52

我认为警报是通过将值放入系统数据库来安排的。
你也许应该去那里检查一下。

I think the alarms are scheduled by putting values in the system database.
You should probably check there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文