Loading debuggerd/tombstoned/tombstoned.cpp +2 −4 Original line number Diff line number Diff line Loading @@ -448,10 +448,8 @@ static void crash_completed(borrowed_fd sockfd, std::unique_ptr<Crash> crash) { return; } if (crash->output.text.fd < 0) { if (crash->output.text.fd == -1) { LOG(WARNING) << "skipping tombstone file creation due to intercept"; } return; } Loading Loading
debuggerd/tombstoned/tombstoned.cpp +2 −4 Original line number Diff line number Diff line Loading @@ -448,10 +448,8 @@ static void crash_completed(borrowed_fd sockfd, std::unique_ptr<Crash> crash) { return; } if (crash->output.text.fd < 0) { if (crash->output.text.fd == -1) { LOG(WARNING) << "skipping tombstone file creation due to intercept"; } return; } Loading