Home | History | Annotate | Download | only in app

Lines Matching refs:minidump

570 bool CrashDone(const MinidumpDescriptor& minidump,
576 const char msg[] = "Failed to generate minidump.";
581 DCHECK(!minidump.IsFD());
584 info.filename = minidump.path();
585 info.fd = minidump.fd();
588 const size_t log_path_len = my_strlen(minidump.path());
590 my_memcpy(log_path, minidump.path(), log_path_len);
617 bool CrashDoneNoUpload(const MinidumpDescriptor& minidump,
620 return CrashDone(minidump, false, succeeded);
625 bool CrashDoneUpload(const MinidumpDescriptor& minidump,
628 return CrashDone(minidump, true, succeeded);
639 // Send minidump here.
735 // reporting where the browser process generates the minidump by inspecting
740 // process forked from the renderer process that generates the minidump.
742 LOG(ERROR) << "Minidump file descriptor not found, crash reporting will "
1063 "reposition minidump FD\n";
1103 "reposition minidump FD (2)\n";
1505 // processes that the minidump is complete. The advantage of using the pid
1506 // as the suffix is that it is trivial to associate the minidump with the
1513 // Rename the minidump file to signal that it is complete.
1701 // On Android we need to provide a FD to the file where the minidump is
1707 NOTREACHED() << "Could not find minidump FD, crash reporting disabled.";