android - Application restarts automatically -
im making sockets on wifi via threads. app behaves strange on android 2.3.4 version, here randomly restarts; whereas running fine in versions: 2.3.6 , 4.0. have idea problem?
do have finish() instruction in exception try/catch?
does application consume large amount of memory? (can please check this)
also, add profiling tool / bugtracking tool application. i'll suggest some:
- bugsense.com
- http://code.google.com/p/acra/ acra (to integrate bugsense if want)
- memory profiling (http://developer.android.com/resources/articles/avoiding-memory-leaks.html + talks past google io)
Comments
Post a Comment