语言

Menu
Sites
Language
App auto exits after a call comes

 

 

Hi,

My game app was rejected in the saller office, because it is closed after a call event happened on Gear S.

 

App auto exits after a call comes
1. Execute the app
2. (Make a coming call) > Receive or reject the coming call > Check app's reaction after end call
<Expected Result>
The app (game) should be kept (pause) after coming call or any interruption
App auto exits after a call comes
1. Execute the app
2. (Make a coming call) > Receive or reject the coming call > Check app's reaction after end call
<Expected Result>
The app (game) should be kept (pause) after coming call or any interruption


Previously, with other apps was everything fine.
 I did not add anything associated with the call event.


 Unfortunately, emulators wearble 2.2 -2.3.1 is not possible to test with call event when app is running
 Just nothing happens in these emulators.


 The mobil telefon emulator 2.4, if you build app for it and test app, call goes  and after  receive or reject the coming call the game continues.


   Cals is impossible in RTL.


How can I fix this issue and  test it?

 

 

 

 

响应

3 回复
Kilim A

Can not edit post and  I want add this:

I  have noticed two weeks ago ( and now) that when  I test in RTL on GEAR S even old accepted  by seller office apps  even then apps closes unexpectedly at once.

s arefin

Hi, 

One of the main reason for automatic App termination is Critical Memory problem. If current app required high memory then it automatically (forcely) free the memory by removing some background apps. Please check this while your game is running. 

Also check following, is there any sort of Exit method is called in application pause state(In app_pause or app_pause_cb method) and foreground and background transition methods (OnForeground() and OnBackground()).

To find out problem state precisely , use Log in all application life cycle methods. 

Hope it will help you. 

Thanks.

Kilim A

Thank you.

 Can somebode say where i  can see help about Dinamic Analyzer?

 SDK- Help  not work now (Problem accessing /help/index.jsp. Reason:

    Server Error).