Today, when I run my Flutter project on my phone, while waiting for it to run, I opened another app on my phone that I downloaded it from Google Play. The strange thing is that the debug console started giving me debug information about the other app!, which I assume is a release version. Is this normal? How can I protect my app's information from this issue?
Note: The other app is not mine; I just downloaded it from the store to use it.