The Linux SDK spams "Unable to connect to an ANT device; no devices available" lines to stdout. This makes it difficult to see my own debug prints. Is there a way to disable this somehow?
Note that these are printed to stdout, not stderr. I.e. the same pipe that `System.println`s are printed to.