如何检查系统上AlarmManager中定义的所有警报?

发布于 2024-10-17 14:29:36 字数 107 浏览 5 评论 0原文

我怀疑我的 Android 系统上有一些应用程序过于激进地使用 AlarmManager 方式(例如,精确重复,而不是不精确重复等)。有没有办法检查系统上 AlarmManager 中设置的所有警报?

I suspect there are applications on my Android system that use the AlarmManager way too agressively (eg. exact repeating, instead of inexact repeating, etc.). Is there a way to inspect all alarms set in the AlarmManager on the system?

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

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

发布评论

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

评论(1

森末i 2024-10-24 14:29:37

我认为您会在 adb shell dumpsys 的输出中收到警报,尽管该信息可能有点难以破译。

I think you get alarms in the output of adb shell dumpsys, though the information may be a bit difficult to decipher.

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