How to find out IDs or names of preloaded system drawables (bitmaps) from memory dump

后端 未结 3 1857
滥情空心
滥情空心 2021-02-10 04:45

I\'m analyzing memory usage of our app, and has found strange Drawables, which constantly \"eats\" few megabytes of heap. Here are few screenshots from MAT:

3条回答
  •  耶瑟儿~
    2021-02-10 05:00

    I would guess they stay in memory because they are the default backgrounds for activities. Try specifying a different background in your theme and see if they are still there.

提交回复
热议问题