Search code examples
androidperformancewear-ostaskmanagersony-smartwatch

Task manager for Android and Profiler for SmartWatches (AndroidWear)


Is there any app or way like task manager where I can close individual apps on a smartwatch (Android wear) ? Also if there is any way to measure cpu, memory, and battery consumption of individual apps on Android wear ?

For task manager, I have already tried Task Manager for Android wear But it doesn't work on my LG Watch R.


Solution

  • This question may be more suited in superuser.com instead of stackoverflow.

    Anyways, if you're looking for an app, you can try this Task Manager For Android Wear that is available in the Play Store. It can list all running processes on your watch and it can help you to stop any of the tasks easily and quickly.

    You can also check this documentation for tips for conserving power and improving performance. You need to ensure that your watch face performs computations only when active; use callbacks in WatchFaceService.Engine. The Android Wear companion app also enables developers and users to see how much battery is consumed by different processes on the wearable device (under Settings > Watch battery).