In my project, there are many logs like image above. I must remove manually. Everyone can suggest for me a best way that I can remove line logs easily.
Asked
Active
Viewed 143 times
-5
-
just refactor and safe delete your logUtils method – Vivek Mishra Oct 11 '19 at 04:39
-
why remove ? you can print them in only debug mode . by adding check in LogUtils. if(BuildConfig.DEBUG) – akshay_shahane Oct 11 '19 at 06:13
1 Answers
2
Use find and replace to empty string by regex with rule
^*LogUtils\.d\(.*

Firdavs Khodzhiev
- 336
- 2
- 4
- 18