Samsung Galaxy s2 DSR is ON. Don't sent DTR ON
android
Solution
You can selectively disable logs from appearing. For example in your case, you can do
adb logcat DataRouter:S
If you want to completely disable logs
adb logcat -s
Problem
When I plug my device to my computer I keep getting the following error in the LogCat: ``` 07-12 15:23:57.695: E/DataRouter(1820): DSR is ON. Don't send DTR ON. 07-12 15:23:59.700: E/DataRouter(1820): usb connection is true ``` My OS is 4.0.3 GT-19100T. I have seen posts about it but no answer. does any1 knows how to stop these annoying messages in my LogCat?