mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Comments.
This commit is contained in:
parent
96ac0e81e6
commit
e0077adce6
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ public class RxThread extends Thread {
|
|||
try {
|
||||
String line;
|
||||
while ((line = reader.readLine()) != null) {
|
||||
//MIPlugin.getDefault().debugLog(line);
|
||||
//String text = (line.length() > 500) ? line.substring(0, 500) : line;
|
||||
//MIPlugin.getDefault().debugLog(text);
|
||||
processMIOutput(line + "\n");
|
||||
}
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue