Lines Matching refs:g_loopSysPid
71 static pid_t g_loopSysPid = 0;
171 if (g_loopSysPid == pid) {
182 g_loopSysPid = pid;
183 curPid = g_loopSysPid;
184 GTEST_LOG_(INFO) << "System ID: " << g_loopSysPid;
186 if ((g_loopSysPid == pid) || (g_loopRootPid == pid)) {
228 system(("kill -9 " + to_string(g_loopSysPid)).c_str());
314 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
395 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopSysPid, msg);
474 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
475 GTEST_LOG_(INFO) << "g_loopSysPid : \n" << g_loopSysPid;
477 log[0] = log[0] + to_string(g_loopSysPid) + ", Name:crasher";
583 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
586 GTEST_LOG_(INFO) << "g_loopSysPid : \n" << g_loopSysPid;
588 log[0] = log[0] + to_string(g_loopSysPid) + ", Name:crasher";
740 string procCMD = "dumpcatcher -p " + to_string(g_loopSysPid) + " -t " + to_string(g_loopSysPid);
824 string procCMD = "dumpcatcher -p " + to_string(g_loopAppPid) + " -t " + to_string(g_loopSysPid);
846 string procCMD = "dumpcatcher -p " + to_string(g_loopSysPid) + " -t " + to_string(g_loopAppPid);
948 string procCMD = "dumpcatcher -p " + to_string(g_loopSysPid);
952 log[0] = log[0] + to_string(g_loopSysPid);
1071 string procCMD = "dumpcatcher -p " + to_string(g_loopSysPid);