java - Android Out of Memory Events -
is there way statistics out of memory events occurred, if how many ?
primarily concerned count of events , when occurred. needed in app building.
is there api support or need parse file ?
if can reproduce oom error in development environment can use logcat see gc messages , maybe log events in app. there many tools available ddms eclipse view track allocations , see objects taking memory.
there ton of information available on android dev site.
Comments
Post a Comment