Searched refs:pidStat (Results 1 – 1 of 1) sorted by relevance
87 std::string pidStat; in profileProcess() local88 if (android::base::ReadFileToString("/proc/" + pidStr + "/stat", &pidStat)) { in profileProcess()89 std::vector<std::string> fields = android::base::Split(pidStat, " "); in profileProcess()101 LOG(ERROR) << "Invalid proc data\n" << pidStat; in profileProcess()