mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +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 {
|
try {
|
||||||
String line;
|
String line;
|
||||||
while ((line = reader.readLine()) != null) {
|
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");
|
processMIOutput(line + "\n");
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue