Background concurrent copying GC freed - Flutter

前端 未结 5 1143
栀梦
栀梦 2021-02-19 18:56

In my Flutter log I\'m constantly getting this messages(just with some different numbers):

Background concurrent copying GC freed 153040(3MB) AllocSpace objects,         


        
5条回答
  •  南旧
    南旧 (楼主)
    2021-02-19 19:14

    Obviously it was a dumb mistake by myself... I made some update function, that added something to the Stream, and then instantly got called again because it was also listening to the Stream. So there was an infinite loop of adding and reacting to the Stream.

    Thanks to anyone helping anyways, there are some useful tips!

提交回复
热议问题