Languages

Menu
Sites
Language
기어 온도 낮추기에 의한 App 종료 이벤트 및 Auto Launch 가능 여부

안녕하세요?

현재 기어 S3에서 사용할 App을 개발중에 다음과 같은 이슈가 있어 문의 드립니다.

App실행중(드물게 발생) 또는 App이 실행중(자주발생)인 상태에서 기어를 충전하게 되면 기어 온도가 올라가게되어

"기어 온도 낮추기"에 의해 구동중인 App이 종료되고 있습니다.(UI app, Service app 모두 app_terminate() 호출됨)

위 현상과 관련하여 해결책을 찾고있는데요, 다음과 같은 방법으로 해결이 가능할지, 가능하다면 어떤방식으로 구현되어야 할지 문의드립니다.

1. "기어 온도 낮추기"가 실행되더라도 특정 App이 종료되는 현상을 막을 수 있을까요?

2. "기어 온도 낮추기"가 실행에 대한 Event를 받을 수 있나요" (Battery, Memeory 관련 이벤트 같은....)

3. "기어온도 낮추기" 가종료되고 기어가 다시 사용가능한 상태가 되면, "기어 온도 낮추기"에 의해 종료된 앱을 자동으로 재 실행할 수 있는 방법이 있나요?

 

그외 "기어 온도 낮추기"와 관련된 이슈가 있다면 공유되었으면 좋겠습니다.

 

Responses

1 Replies
Armaan-Ul- Islam

Hello,

As little as I have checked till now, have not seen any deocumentation on how a developer can deal  with the gear heated up, lowering temperature issue yet.

But any application resulting in such phenomena is not a good sign. What I would suggest is: There are several debugging tools available with Tizen-studio.

Check them out, As example you can trace the CPU usage of your app with respect to user behaviour using Dynamic Analyzer. These tools are pretty useful and I've used them, Have a try, Good Luck.

 

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