Issue
I want to use the adb shell dumpsys alarm
to debug some alarms I'm setting but it is producing a huge amount of data is there any way to limit the output to just a certain app?
I tried this to no avail: adb shell dumpsys com.mypackage
Solution
I want to use the adb shell dumpsys alarm to debug some alarms I'm setting but it is producing a huge amount of data is there any way to limit the output to just a certain app?
No, but command line utilities like grep
and fgrep
can show you snippets of the output that refer to some string, such as your package name.
Answered By - CommonsWare
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.