how to disable "bytes_recv = ##; bytes_send = ##" message spam in Visual Studio Output window from C# and NetworkComms.Net app over USB to iPad -
only spams in usb, not wifi.
how can stop continuous display (spam) of these messages in out visual studio output window? have c#
app built visual studio 2010
communicates ipad app built xamarin
studio monotouch c#
. both use networkcomms.net
communicate. when connected usb, these debug messages spam output window. when connected wifi, comm ok; there none of these messages.
sample of spam messages:
bytes_recv = 256; bytes_send = 256 bytes_recv = 256; bytes_send = 256 bytes_recv = 256; bytes_send = 256 bytes_recv = 256; bytes_send = 256 bytes_recv = 72; bytes_send = 72 bytes_recv = 256; bytes_send = 256 bytes_recv = 256; bytes_send = 256 bytes_recv = 256; bytes_send = 256
cannot find messages in our code. cannot find on google. have posted request on networkcomms.net web.
i've looked through source networkcomms.net , output reporting not generated within networkcomms.net. recommend investigating other tools using such usb->tcp connection.
Comments
Post a Comment