]> git.sesse.net Git - vlc/commit
Messages: add AndroidPrintMsg cb for Android
authorThomas Guillem <thomas@gllm.fr>
Tue, 2 Dec 2014 09:33:49 +0000 (09:33 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 3 Dec 2014 11:05:36 +0000 (12:05 +0100)
commit1df6e651c0a46a99bcc99a66f98c7277d84aff16
tree4d170c95ab6760db8580aa58339484e099415bcf
parent0108485edd6dc523bf771e52a1c1e3ae80173aa8
Messages: add AndroidPrintMsg cb for Android

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).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/misc/messages.c