Messages: add AndroidPrintMsg cb for Android

Multimedia / VLC - Thomas Guillem [gllm.fr] - 3 December 2014 05:05 UTC

On android 5.0, PrintMsg blocks on fprintf when stderr is locked by flockfile.

This commit adds a default log callback for android in order to fix this issue, and in order to have early logs (before libvlc_log_set is called).

1df6e65 Messages: add AndroidPrintMsg cb for Android
src/misc/messages.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)

Upstream: git.videolan.org


  • Share