3.10.2013 - PIPeer release, PIConsole now can work as server and remote client. Remote console test program in directory "remote_console"
This commit is contained in:
@@ -42,7 +42,7 @@ bool PISystemMonitor::startOnProcess(int pID) {
|
||||
file.open("/proc/" + PIString::fromNumber(pID_) + "/stat", PIIODevice::ReadOnly);
|
||||
filem.open("/proc/" + PIString::fromNumber(pID_) + "/statm", PIIODevice::ReadOnly);
|
||||
if (!file.isOpened()) {
|
||||
piCout << "[PISystemMonitor] Can`t find process with ID = " << pID_ << "!";
|
||||
piCoutObj << "[PISystemMonitor] Can`t find process with ID = " << pID_ << "!";
|
||||
return false;
|
||||
}
|
||||
cycle = -1;
|
||||
|
||||
Reference in New Issue
Block a user