App crashes with no error messages when i try to send date to my main activity class.
I have a launchActivity thats run a Async process to load data. I then parse the json into classes and send them to the my MainActivity. However when i try to send the two objects that have data, the app crashes. but if i comment either one of them, it works.
intent.putExtra("class1", class1);
intent.putExtra("class2", class2);
both of my classes implement serializable. I was wondering is there a size limit to the intent ?
There is no system dialogu not any error message when the crash happens.
Logcat message - http://pastebin.com/Lz8W5KXK