mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
f997dd578f
As seen in bug 1915788, on Android in content processes we are frequently failing to find the omnijar file. This is the top crash on Android release, by a large margin. This patch does two things: 1. On release Android builds, do a QuickExit() in this situation to avoid the noise on crash stats. In DIAGNOSTIC builds, we will continue to crash, so we can keep an eye on things on Nightly and early beta. 2. This splits the two failure conditions (missing sGREOmni.Get and XRE_GetFileFromPath) on Android so we can get a little more information about what is going wrong. Differential Revision: https://phabricator.services.mozilla.com/D224562 |
||
---|---|---|
.. | ||
base | ||
build | ||
components | ||
docs | ||
ds | ||
geckoprocesstypes_generator | ||
glue | ||
idl-parser | ||
io | ||
reflect | ||
rust | ||
string | ||
system | ||
tests | ||
threads | ||
windbgdlg | ||
xpidl | ||
metrics.yaml | ||
moz.build |