android - blank screen after re-starting launcher activity (failed binder transaction) -


i have weird problem app shows black screen when try re-launch it. happens , can't find solution after digging code weeks!

this how happens: open app, stuff , return home screen. after several hours, relaunch app , opens blank screen (no anr or whatsoever thrown!). i've put log messages oncreate() , onresume() method, never show up. logcat shows me lot of "failed binder transaction" errors when happens. other various other threads, not passing images or large objects through intent. "transactiontoolargeexception" not being thrown either.

so how data/anr/traces.txt looks (unfortunately, app not being "traced"):

http://www.xup.in/dl,19638443/traces.txt.

and dumpsys.txt:

http://www.xup.in/dl,10520097/dumpsys.txt.

my testdevice happens: samsung galaxy s1 (android 2.3.6)

the blank screen doesn't seem occur on ics phone (lg optimus g)

any ideas?

do use admob sdk in application? solved issue downgrading version 6.4.1 6.2.1...


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -