When running app on device in Android Monitor
there is planty of log lines like below. How can I stop do print these out?
07-20 19:05:10.574 5075-5082/com.j4nos.moviebuffs6 D/jdwp: handlePacket : cmd=0x1, cmdSet=0xC7, len=0x14, id=0x40006015, flags=0x0, dataLen=0x9
07-20 19:05:10.574 5075-5082/com.j4nos.moviebuffs6 D/jdwp: sendBufferedRequest : len=0x34
07-20 19:05:11.074 5075-5082/com.j4nos.moviebuffs6 D/jdwp: processIncoming
07-20 19:05:11.074 5075-5082/com.j4nos.moviebuffs6 D/jdwp: handlePacket : cmd=0x1, cmdSet=0xC7, len=0x14, id=0x40006016, flags=0x0, dataLen=0x9
07-20 19:05:11.074 5075-5082/com.j4nos.moviebuffs6 D/jdwp: sendBufferedRequest : len=0x34
Found here interesting things: Disable ADB Integration by unchecking in Tools -> Android -> Enable ADB Integration
.
Done like here. But then I can not start debugging on device. Any other idea?