Languages

Menu
Sites
Language
Native App not responding

Hi,
I'm developing a native app with c++ language, After operate the UI for a while,
The app became frozen(Not responding). A system dialog popup:
"XXX is not responding. Do you want to close it?"

I guess some deadlock occured on the main thread. But I couldn't get more useful infomation from the Log file.

Is there some trace file or some assist tool for investigating this problem?

Thanks.

Edited by: xiao on 17 Nov, 2013

Responses

2 Replies
Chintan Gandhi

Hi dolaameng328,

This means that there is a memory leakage in your app. Are you creating new instances and not deleating them?

I can suggest you to check your crash info once and see whats going wrong.

AFAIK, there are no separate tools available that detects problems in your code.

 

Ramesh Reddy

Hi,

 

Can you please share your code, I need to repo the same scenario.

 

Thanks and Regards,

Ramesh