"the Real Object Has Been Deleted" In Logcat
This question was previously asked Here, but not answered, And failed to find any article on the web that explains this issue. My app is working fine, but at some point when i star
Solution 1:
Something went out of scope and it's destructor was called. Search for "The real object has been deleted." showed only a specific solution for a screen rotation artifact and a hack for overriding some of the object destructors. It would be educational to put print statements in your object destructors to see what is getting called and when.
Post a Comment for ""the Real Object Has Been Deleted" In Logcat"