mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
push method frame for native invocations (so we'll see them in stack traces)
This commit is contained in:
@ -7,7 +7,7 @@ public class Throwable {
|
||||
|
||||
public Throwable(String message, Throwable cause) {
|
||||
this.message = message;
|
||||
this.trace = trace(0);
|
||||
this.trace = trace(1);
|
||||
this.cause = cause;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user