requireUser();
$report = CrashReport::getReport((int)$_GET["id"]);
if (!$report)
{
Layout::header();
print "
Report Details
No such report
";
Layout::footer();
return;
}
$full = ReportParser::parse($report->id);
//print_r (array_keys($full));
Layout::header();
?>
| ID |
id ?> |
| Reported |
reported) ?> |
| Channel |
client_channel) ?> |
| Version |
client_version) ?> |
| OS Type |
os_type) ?> |
| OS String |
os) ?> |
| OS Version |
os_version) ?> |
| Graphics Card |
gpu) ?> |
| OpenGL Version |
opengl_version) ?> |
| Grid |
grid) ?> |
| Region |
region) ?> |
| Crash Reason |
crash_reason . " at " . $report->crash_address . " thread " . $report->crash_thread) ?> |
| Minidump |
Download |
threads); $threadID++): ?>
Thread crash_thread ? " (crashed)" : "")) ?>
threads[$threadID]->frames); $frameID++): $f = $report->threads[$threadID]->frames[$frameID]; ?>
|
module) ?> |
|
| Name |
Version |
modules); $i++): ?>
| modules[$i]->name) ?> |
modules[$i]->version) ?> |