如何检查系统上AlarmManager中定义的所有警报?
我怀疑我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您会在
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.