Languages

Menu
Sites
Language
Application is using excessive battery power. Close app?

Hello,

 

I constantly got the error popup from the watch saying "my application is using excessive battery powerClose app?". Could you help me on how I can debug this issue and understand which function caused the problem?

 

Thanks.

 

Jinghai

Responses

3 Replies
Armaan-Ul- Islam

There are several debugging tools available with Tizen-studio. Check them out, as example you can trace the CPU usage and Battery Usage (Power Estimation feature) of your app with respect to user behavior using Dynamic Analyzer. You may debug your application and find out the reason what's resulting in such power consumption. You have to keep in mind It's just a "Non-removable Li-Ion 380 mAh battery", so power is a big issue here.

 

Debugging Tools: https://developer.tizen.org/development/tizen-studio/native-tools/debugging-your-app

Dynamic Analyzer: https://developer.tizen.org/development/tizen-studio/native-tools/debugging-your-app/dynamic-analyzer

Dynamic Analyzer: Common Tasks https://developer.tizen.org/development/tizen-studio/native-tools/debugging-your-app/dynamic-analyzer/common-tasks

Dynamic Analyzer: Advanced Tasks https://developer.tizen.org/development/tizen-studio/native-tools/debugging-your-app/dynamic-analyzer/advanced-tasks

 

Jinghai Rao

Thank you so much for your help. We will try it. 

Armaan-Ul- Islam

You're Welcome. How's it going, Any progress detecting the step in your code causing excessive power consumption?