-
-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jni: capture the Throwable #5
Comments
Merged
jrose-signal
added a commit
that referenced
this issue
Oct 16, 2020
…y-copies Avoid unnecessary copies for bytearray outputs
jrose-signal
added a commit
that referenced
this issue
Oct 16, 2020
Update for 'unsigned char' -> 'bool' change in libsignal-ffi
jack-signal
added a commit
that referenced
this issue
Oct 19, 2020
Add offset argument for PublicKey deserialization
This was referenced Dec 10, 2020
johanvos
pushed a commit
to johanvos/libsignal-client
that referenced
this issue
May 16, 2023
Add option to skip signing for maven publishing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently only capture the name and message if a storage callback throws an exception. Instead capture the entire
Throwable
and provide it as a thecause
field on the relevant exception we throw on the other side.The text was updated successfully, but these errors were encountered: