How to know whether service is running using adb shell in android -


i want know whether media player service (registers media.player when device boots up) running or not using adb shell. possible?

i tried running ps command no success.

try command line

adb shell service list

i list of service names , package names well.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -