Languages

Menu
Sites
Language
How to measure battery status/drainage for a background unity app

Hello,

I am developing a unity game, after several cycles rejections and updations from tizen store, my app is rejected due to the following reason.

 

 
Need to check power consumption of application [Defect]
Need to check power consumption of application

[Expected Result]
The average power consumption on the sleep mode less than 100mA

 

I don't know how to analyze power consumption, though I analysed the usage using top command and CPU consumption goes down. But not sure if this is sufficient.

If any of you have any info regarding similar issue please help me out.

Thanks in Advance. 

View Selected Answer

Responses

4 Replies
Mark as answer
Alex Dem

Hi,
I did not work with unity apps.
But to check power consumtion for Tizen mobile apps (I tried for native apps) you could use Tizen Dynamic Analyzer -> Energy template and launch appropriate mobile app from Dynamic Analyzer .
Alexey.

nikhil kumar

Thanks It helped.

Sukwon Suh

Hi

 

I checked power consumptions of Unity apps on background, it doens't have any problems.

And I heard there were some errors to check power consumption in the Store. It was fixed already.

Does your application sale on store now?

 

Regards.

 

nikhil kumar

yes, It's on sale now. I used TDA to measure performance as pointed out by Alex.