'Logcat prints System.out that does not exist in project Android studio
In my Android Studio project i used to have a class FileHandlerImpl with a function onFilePartReceived and inside there i had a command that prints in the Logcat ## File part received ${some data}. Two months now i have changed the whole API of that part of the app, so i have deleted that methods and of course the println command. However, there are some times that i see that in my Logcat appearing like it does exist. However, if i search inside the Project by Right click -> Find in files..., I never find that line. Of course i am sure that i have deleted that and it does not exist. How does this still appear in the Logcat..? Has anybody faced that issue before??
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
