Ben Bader

Results 55 comments of Ben Bader
trafficstars

My vote remains firmly -1 on exposing internal relinker interfaces. We can address the issue either by adding an API to override ABI detection, or by adding additional smarts so...

This isn't a relinker error, something is wrong with the JNI initialization in the native library itself. If this is your own code, then you'll need to fix it yourself,...

Can you be more specific? What would you like to see changed here and why?

Android Q is going to specifically disallow downloading and executing native code, JFYI.

I don't mean that `System.load` is going away, but it turns out I'm wrong in a different way. What's changed in Q is that you may not `exec()` a downloaded...

Thanks for the bug report. I'm puzzled at this stack trace - haven't ever seen `or` lines before. Line 155 the file in version 1.3.1 doesn't exactly correspond to anything...

It's a nice idea! Upsides are, obviously, this use case becomes simple, as do a number of structurally-similar problems I've run in to myself. The downside is that it couples...

This is pretty cool - nice work! To mirror Jake's response to your PR, I also don't feel that we'd be good maintainers of this particular project - we don't...

That's great! I'll have a link up soon.

Very true! I never considered stateful processors. What do you have in mind?