On a good day, I have problems with the Android Studio magazine report when developing on Asus Memopad 7. The journal continues to fill up with the following two repeating lines:
D/jdwp: handlePacket : cmd=0x1, cmdSet=0xC7, len=0x14, id=0x40002E59, flags=0x0, dataLen=0x9
D/jdwp: sendBufferedRequest : len=0x34
I do not know the meaning of this, and this does not happen when developing the same application on different devices. This is not a bug (the application seems to work), but it is really very difficult to debug. Does anyone know what it is and why it repeats in a loop? Thanks in advance.
source
share