gecko/widget/android/jni
Jim Chen dbe0fdff66 Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp
When we have a Java exception in native code, the Java stack in the
exception will not be very useful because the top frame is the native
entry point. In this case, the native stack is more useful. However,
currently we don't get a good native stack in this situation because we
go through Java when handling the exception, and the native stack we get
will have a lot of unknown frames inside libdvm or libart. This patch
makes us stay in native code when handling an uncaught exception from
native code, so that we get a good native stack.
2015-12-30 18:36:41 -05:00
..
Accessors.h Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
moz.build Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium 2015-09-22 21:39:03 -07:00
Natives.h Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
Refs.h Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
Types.h Bug 1194806 - part 5 - mark function pointer-to-members with JNICALL appropriately; r=snorp,jchen 2015-08-14 23:03:45 -04:00
Utils.cpp Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
Utils.h Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00