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.