android - Making my application crash more gracefully -


i have app running pretty stably (no more crashes actually), knows program crashes gets in hands of else :d

what find a(all) place(s) can put try{}catch(){} able catch , control happens when app crashes unexpectedly (display better message, send log, possible recovery...)

i know surely not simple still if there way catch of them.

(for example there small bug in glsurfaceview when being closed causes crash because of egl swap buffer)

any ideas?

you should take @ article: http://stuffthathappens.com/blog/2007/10/07/programmers-notebook-uncaught-exception-handlers/

but careful when using this, might mask errors in application , if resort pretend app working, you're doing wrong :)


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -