Hello
Hello
In my Flutter log I'm constantly getting this messages(just with some different numbers):
Background concurrent copying GC freed 153040(3MB) AllocSpace objects, 12(4MB) LOS objects, 49% free, 4MB/8MB, paused 819us total 173.633ms
I recently implemented the bloc pattern and I'm not that familiar with streams, maybe I've done something wrong there...
I got about 5000 lines of code so I can't post it all here, just wanna know if you know this problem, maybe it's a common error.
EDIT: Oh yeah, btw I'm testing on Android Emulator, Android Pie. My platform is Windows.
73
+50
This is not an error, it's just an Android log message notifying you about when garbage collection takes place. Everything's normal. The log messages don't harm your app, see this question regarding the same topic on native Android. It's only a problem if you go out of memory, or you see performance hiccups due to garbage collection. Phew.
That being said, let's see how you might get less of these messages.
Typically, an emulator's reso
In my Flutter log I'm constantly getting this messages(just with some different numbers):
Background concurrent copying GC freed 153040(3MB) AllocSpace objects, 12(4MB) LOS objects, 49% free, 4MB/8MB, paused 819us total 173.633ms
I recently implemented the bloc pattern and I'm not that familiar with streams, maybe I've done something wrong there...
I got about 5000 lines of code so I can't post it all here, just wanna know if you know this problem, maybe it's a common error.
EDIT: Oh yeah, btw I'm testing on Android Emulator, Android Pie. My platform is Windows.
73
+50
This is not an error, it's just an Android log message notifying you about when garbage collection takes place. Everything's normal. The log messages don't harm your app, see this question regarding the same topic on native Android. It's only a problem if you go out of memory, or you see performance hiccups due to garbage collection. Phew.
That being said, let's see how you might get less of these messages.
Typically, an emulator's reso
In my Flutter log I'm constantly getting this messages(just with some different numbers):
Background concurrent copying GC freed 153040(3MB) AllocSpace objects, 12(4MB) LOS objects, 49% free, 4MB/8MB, paused 819us total 173.633ms
I recently implemented the bloc pattern and I'm not that familiar with streams, maybe I've done something wrong there...
I got about 5000 lines of code so I can't post it all here, just wanna know if you know this problem, maybe it's a common error.
EDIT: Oh yeah, btw I'm testing on Android Emulator, Android Pie. My platform is Windows.
73
+50
This is not an error, it's just an Android log message notifying you about when garbage collection takes place. Everything's normal. The log messages don't harm your app, see this question regarding the same topic on native Android. It's only a problem if you go out of memory, or you see performance hiccups due to garbage collection. Phew.
That being said, let's see how you might get less of these messages.
Typically, an emulator's reso
In my Flutter log I'm constantly getting this messages(just with some different numbers):
Background concurrent copying GC freed 153040(3MB) AllocSpace objects, 12(4MB) LOS objects, 49% free, 4MB/8MB, paused 819us total 173.633ms
I recently implemented the bloc pattern and I'm not that familiar with streams, maybe I've done something wrong there...
I got about 5000 lines of code so I can't post it all here, just wanna know if you know this problem, maybe it's a common error.
EDIT: Oh yeah, btw I'm testing on Android Emulator, Android Pie. My platform is Windows.
73
+50
This is not an error, it's just an Android log message notifying you about when garbage collection takes place. Everything's normal. The log messages don't harm your app, see this question regarding the same topic on native Android. It's only a problem if you go out of memory, or you see performance hiccups due to garbage collection. Phew.
That being said, let's see how you might get less of these messages.
Typically, an emulator's reso
2 Subjects
14 Exercises • 40 Learning Materials
1 Exercises • 5 Learning Materials
616 Courses • 44535 Students
Admin account for Instructor's Profile
By clicking on Continue, I accept the Terms & Conditions,
Privacy Policy & Refund Policy