weixin_39620653 2020-11-22 02:49
浏览 0

Provide a component to redirect stderr

VLC, or any of the libraries it uses, can generate log and error output that can not always be suppressed.

This can pollute either or both of the native stdout and stderr streams.

Provide a component to redirect those native streams to files.

This can not be done simply by redirecting Java's System.out and System.err - the native components do not of course use System.out or System.err.

该提问来源于开源项目:caprica/vlcj

  • 写回答

5条回答 默认 最新

  • weixin_39620653 2020-11-22 02:49
    关注

    This will require more JNA bindings to the standard "C" library.

    This will certainly work on Linux, and most likely MacOSX, but may not work on all platforms.

    评论

报告相同问题?