mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29cc16d495
ThrowException throws a new exception with the appropriate message, meant for native JNI methods that return to Java code (i.e. methods in AndroidJNI.cpp). HandleUncaughtException will be called by the generated JNI stubs that C++ code uses. HandleUncaughtException calls the new GeckoAppShell.handleUncaughtException method, which behaves exactly like the normal uncaught exception handler (annotates the crash report and crashes). GeckoAppShell.handleUncaughtException has the noThrow annotation that will be seen by the generated code; as a result, its generated stub will not call HandleUncaughtException and result in a loop. |
||
---|---|---|
.. | ||
app | ||
base | ||
branding | ||
chrome | ||
components | ||
config | ||
extensions | ||
fonts | ||
geckoview_library | ||
installer | ||
locales | ||
modules | ||
services | ||
tests | ||
themes/core | ||
thirdparty | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
debug_sign_tool.py | ||
defs.mk | ||
LICENSE | ||
Makefile.in | ||
moz.build |