Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Alarm Manager output. #120

Closed
nguyencongbinh opened this issue May 9, 2020 · 4 comments
Closed

Support Alarm Manager output. #120

nguyencongbinh opened this issue May 9, 2020 · 4 comments
Assignees

Comments

@nguyencongbinh
Copy link

I can check all alarms of my app with this script
adb shell dumpsys alarm | grep -A 2 com.myapp.name

The output is useful but show a lot of information and is hard to read. It will be great if you can take time to work on this. Thank you.

@ashishb
Copy link
Owner

ashishb commented May 17, 2020

Thanks for filing the issue. I have not played much with alarms before, can you post the output of
adb shell dumpsys alarm | grep -A 2 com.myapp.name?

@A-YATTA
Copy link
Collaborator

A-YATTA commented Dec 24, 2020

That can be a good feature, I'll send a pull request for this issue.

@ashishb
Copy link
Owner

ashishb commented Dec 24, 2020

Assigned to you, @secthetech. Thanks.

@A-YATTA
Copy link
Collaborator

A-YATTA commented Jan 7, 2021

Added on the pull request #131.

@ashishb ashishb closed this as completed Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants