Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Samsung Galaxy s2 DSR is ON. Don't sent DTR ON

Tags:

android

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?

like image 411
ZiviMagic Avatar asked Jul 12 '12 12:07

ZiviMagic


1 Answers

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

like image 73
Durairaj Packirisamy Avatar answered Oct 10 '22 16:10

Durairaj Packirisamy