我有一个简单的问题:我在应用程序中使用了commonsware的whakefulintentservice,并使它正常运行,但是如何知道WakefulintentService是否仍在运行?例如,我可以在WakefulintentService类中放置onDestroy并让它记录一些事情吗,还是可以通过其他方式查看WakefulintentService是否正在运行?
提前致谢!
解决方法:
I’m using commonsware’s wakefulintentservice in my application and I got it working, but how do I kNow if the WakefulintentService is still running or not?
如果您的意思是“它曾经运行过”,那么您会看到它应该完成的工作是否已经完成.
如果您的意思是“此刻是否正在运行”,我想检查一下DDMS中的线程.我从来没有真正担心过这个问题.
Can I for example put a onDestroy in the WakefulintentService class and let that log something
当然.
更新
同样,adb shell dumpsys活动服务将列出活动服务.我没有使用WakefulintentService尝试过此 *** 作,但AFAIK应该会显示在此处.
总结以上是内存溢出为你收集整理的Java-Android:如何知道Commonsware的WakefulIntentService是否正在运行?全部内容,希望文章能够帮你解决Java-Android:如何知道Commonsware的WakefulIntentService是否正在运行?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)