Loading debuggerd/client/debuggerd_client.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -72,7 +72,7 @@ bool debuggerd_trigger_dump(pid_t tid, DebuggerdDumpType dump_type, unsigned int std::string error; std::string error; if (!android::procinfo::GetProcessInfo(tid, &procinfo, &error)) { if (!android::procinfo::GetProcessInfo(tid, &procinfo, &error)) { LOG(ERROR) << "libdebugged_client: failed to get process info: " << error; LOG(ERROR) << "libdebugged_client: failed to get process info: " << error; return -1; return false; } } pid = procinfo.pid; pid = procinfo.pid; } } Loading Loading
debuggerd/client/debuggerd_client.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -72,7 +72,7 @@ bool debuggerd_trigger_dump(pid_t tid, DebuggerdDumpType dump_type, unsigned int std::string error; std::string error; if (!android::procinfo::GetProcessInfo(tid, &procinfo, &error)) { if (!android::procinfo::GetProcessInfo(tid, &procinfo, &error)) { LOG(ERROR) << "libdebugged_client: failed to get process info: " << error; LOG(ERROR) << "libdebugged_client: failed to get process info: " << error; return -1; return false; } } pid = procinfo.pid; pid = procinfo.pid; } } Loading