Lines Matching defs:log

257     GTEST_LOG_(INFO) << "dump log : \n" << msg;
316 GTEST_LOG_(INFO) << "dump log : \n" << msg;
338 GTEST_LOG_(INFO) << "dump log : \n" << msg;
358 GTEST_LOG_(INFO) << "dump log : \n" << msg;
377 GTEST_LOG_(INFO) << "dump log : \n" << msg;
397 GTEST_LOG_(INFO) << "dump log : \n" << msg;
418 GTEST_LOG_(INFO) << "dump log : \n" << msg;
437 GTEST_LOG_(INFO) << "dump log : \n" << msg;
456 GTEST_LOG_(INFO) << "dump log : \n" << msg;
476 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"};
477 log[0] = log[0] + to_string(g_loopSysPid) + ", Name:crasher";
479 GTEST_LOG_(INFO) << "dump log : \n" << msg;
480 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
501 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"};
502 log[0] = log[0] + to_string(g_loopRootPid) + ", Name:crasher";
504 GTEST_LOG_(INFO) << "dump log : \n" << msg;
505 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
527 GTEST_LOG_(INFO) << "dump log : \n" << msg;
529 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"};
530 log[0] = log[0] + to_string(g_loopAppPid) + ", Name:crasher";
532 GTEST_LOG_(INFO) << "dump log : \n" << msg;
533 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
556 GTEST_LOG_(INFO) << "dump log : \n" << msg;
558 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"};
559 log[0] = log[0] + to_string(g_loopRootPid) + ", Name:crasher";
561 GTEST_LOG_(INFO) << "dump log : \n" << msg;
562 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
585 GTEST_LOG_(INFO) << "dump log : \n" << msg;
587 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"};
588 log[0] = log[0] + to_string(g_loopSysPid) + ", Name:crasher";
590 GTEST_LOG_(INFO) << "dump log : \n" << msg;
591 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
614 GTEST_LOG_(INFO) << "dump log : \n" << msg;
616 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"};
617 log[0] = log[0] + to_string(g_loopAppPid) + ", Name:crasher";
619 GTEST_LOG_(INFO) << "dump log : \n" << msg;
620 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
641 GTEST_LOG_(INFO) << "dump log : \n" << msg;
660 GTEST_LOG_(INFO) << "dump log : \n" << msg;
678 string log[] = {"Failed"};
679 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
698 string log[] = {"Failed"};
699 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
722 string log[] = {"Failed"};
723 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
743 string log[] = {"Failed"};
744 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
765 string log[] = {"Failed"};
766 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
786 string log[] = {"Failed"};
787 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
806 string log[] = {"Failed"};
807 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
827 string log[] = {"Failed"};
828 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
849 string log[] = {"Failed"};
850 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
870 string log[] = {"Failed"};
871 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
890 string log[] = {"Usage:", "dump the stacktrace"};
891 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
910 string log[] = {"Failed"};
911 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
930 string log[] = {"Failed"};
931 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
951 string log[] = {"", "Name:crasher", "Name:SubTestThread", "#00", "/data/crasher"};
952 log[0] = log[0] + to_string(g_loopSysPid);
953 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
974 string log[] = {"", "Name:crasher", "Name:SubTestThread", "#00", "/data/crasher"};
975 log[0] = log[0] + to_string(g_loopRootPid);
976 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
998 string log[] = {"", "Name:crasher", "Name:SubTestThread", "#00", "/data/crasher"};
999 log[0] = log[0] + to_string(g_loopAppPid);
1000 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1023 string log[] = {"", "Name:crasher", "Name:SubTestThread", "#00", "/data/crasher"};
1024 log[0] = log[0] + to_string(g_loopRootPid);
1025 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1048 string log[] = {"", "Name:crasher", "Name:SubTestThread", "#00", "/data/crasher", ""};
1049 log[0] = log[0] + to_string(g_appTid[0]);
1050 log[5] = log[5] + to_string(g_appTid[1]);
1051 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1074 string log[] = {"", "Name:crasher", "Name:SubTestThread", "#00", "/data/crasher", ""};
1075 log[0] = log[0] + to_string(g_sysTid[0]);
1076 log[5] = log[5] + to_string(g_sysTid[1]);
1077 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1099 string log[] = {"Failed"};
1100 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1121 string log[] = {"Failed"};
1122 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1141 string log[] = {"Failed"};
1142 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1161 string log[] = {"Failed"};
1162 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1181 string log[] = {"Failed"};
1182 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1201 string log[] = {"Failed"};
1202 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1221 GTEST_LOG_(INFO) << "dump log : \n" << msg;
1239 string log[] = {"Failed"};
1240 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1260 string log[] = {"Tid:", "Name:crasher", "#00", "/data/crasher"};
1261 log[0] = log[0] + to_string(g_unsignedLoopSysPid);
1262 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
1283 string log[] = {"Tid:", "Name:crasher", "#00", "/data/crasher"};
1284 log[0] = log[0] + to_string(g_unsignedLoopSysPid);
1285 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
1352 string log[] = {"#00", "test_faultloggerd", "Tid:", "Name", "Tid:"};
1353 log[2].append(std::to_string(pid));
1354 log[4].append(std::to_string(otherTid));
1355 int logSize = sizeof(log) / sizeof(log[0]);
1356 int count = GetKeywordsNum(msg, log, logSize);
1382 string log[] = { "Failed", "status:", "Name:", "nonvoluntary_ctxt_switches:", "wchan:", "Tid:" };
1383 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0]));
1385 EXPECT_EQ(count, sizeof(log) / sizeof(log[0])) << "DumpCatcherSystemTest101 Failed";
1410 string log[] = { "timeout", "status:", "Name:", "nonvoluntary_ctxt_switches:", "wchan:", "Tid:" };
1411 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
1413 EXPECT_EQ(count, sizeof(log) / sizeof(log[0])) << "DumpCatcherSystemTest102 Failed";
1423 string log[] = {"Pid:" + to_string(targetPid), "Tid:" + to_string(targetPid), "Name:" + processName,
1425 int expectNum = sizeof(log) / sizeof(log[0]);
1426 int cnt = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));