Hello,
On 09/04/2013 05:21 AM,
dlo...@googlemail.com wrote:
> Now i'm wondering:
> Is there a way to display this last list without having to look at the report files?
> I've got no clue if it's possible to catch such a fatal error. But maybe
> it is. Or maybe there is a way to do some c/c++ wonders?
Hum, apart from "grepping" your way into the report files, there's no
other option that I know of. It's possible to compile OpenCV in debug
mode, and get more details with something like GDB, but I don't think
there's anything better offered for Java w.r.t. native development.
Anybody knows?
Ideally we would create an additional wrapper on top of all the OpenCV
functions that would check everything to not allow such errors to happen
on the native side, but this would require a lot of development...
Samuel