I'm creating an application for reading online novel and it works in Android 2.3.3 - 4.1, but somehow in Android 4.2, one of the Activity (DisplayLightNovelContentActivity) is suddenly died when reading one of the chapter (Sword Art Online:Aria in the Starless Night, original page: http://baka-tsuki.org/project/index.php?title=Sword_Art_Online:Aria_in_the_Starless_Night)
This only happen in Android 4.2 (Galaxy Nexus, Nexus 7, Nexus 10), it is working ok in previous version of Android.
Based on the log file, I'm seeing a lot of process was died by ActivityManager before my application died (lnreader).
These are the log files: http://pastebin.com/fgXKG1Ew and http://pastebin.com/dQgEJmik
This is the source code: https://github.com/calvinaquino/LNReader-Android
Can someone explain to me? Any fundamental changes on how android 4.2 that affected my application?