You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used at AppDelegate's deconstructor a log, and it was not printed.
I was looking and I found that AppDelegate object is created on the heap and probably it is not released.
Please look on the Android's main.cpp: