android – 限制`adb shell dumpsys alarm`的输出

前端之家收集整理的这篇文章主要介绍了android – 限制`adb shell dumpsys alarm`的输出前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想使用adb shell dumpsys警报来调试我正在设置的一些警报但是它产生了大量的数据是否有任何方法可以将输出限制为某个应用程序?

我试过这个无济于事:adb shell dumpsys com.mypackage

解决方法

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?

不,但是像grep和fgrep这样的命令行实用程序可以向您显示引用某些字符串的输出片段,例如您的包名称.

原文链接:https://www.f2er.com/android/308955.html

猜你在找的Android相关文章