"Real object deleted" in logcat

This question was previously asked here , but did not answer, and could not find any article on the Internet that explains this problem.

My application is working fine, but at some point when startActivityForResultI see 3 logs webcoreglue: The real object has been deleted.

Now, allegedly, my application is fine, and I don’t know what and why this message is being logged.

Can someone explain why and when this happens, and what it means before I try to find out what happened to my application?

EDIT: At the request of a larger context, I do not use any special libraries, I think only the Facebok SDK.

My application at the moment is “Creating a game”, which has 3 options, inviting players from facebook, inviting a player by username and adding a random player.

Invite players from the facebook button to open a ListActivity (for the result), which returns all the players you have selected. the user prompt opens a dialog box using EditText and searches the user data server. All selected players are displayed in the ListView inside the main action, so adding a random player simply adds an item to this list.

I believe that the error may be that I am using a static field in the main action in which I am trying to use ListActivity.

ListActivity Parcelable, , 3 ArrayList , . . , , , , , .

2: foudn ,

+5
1

- , . " ". . , , , .

0

All Articles