Skip to content

Commit 58185a4

Browse files
authored
Merge pull request #139 from paulmeyer90/addhang
Add the "unresponsive" reason for crash reports.
2 parents 0889dc1 + 627a817 commit 58185a4

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

index.src.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,9 +1296,25 @@ <h3 id="crash-report">Crash</h3>
12961296
{{CrashReportBody}}, contains the following field:
12971297

12981298
- <dfn for="CrashReportBody">reason</dfn>: A more specific classification of
1299-
the type of crash that occured. Currently, the only valid
1300-
[=CrashReportBody/reason=] is "oom" (omitted otherwise), indicating an
1301-
out-of-memory crash.
1299+
the type of crash that occured, if known, or omitted otherwise. The
1300+
valid <a>reason</a> strings are shown below.
1301+
1302+
<table border=1 cellpadding=5px style="border-collapse: collapse;">
1303+
<tbody>
1304+
<tr>
1305+
<th><a>Reason</a></th>
1306+
<th>Description</th>
1307+
</tr>
1308+
<tr>
1309+
<td>oom</td>
1310+
<td>The page ran out of memory.</td>
1311+
</tr>
1312+
<tr>
1313+
<td>unresponsive</td>
1314+
<td>The page was killed due to being unresponsive.</td>
1315+
</tr>
1316+
</tbody>
1317+
</table>
13021318

13031319
<div class="example">
13041320
<pre>

0 commit comments

Comments
 (0)