]> granicus.if.org Git - gc/commit
Prevent abort on GC_err/warn_printf write failure
authorIvan Maidanski <ivmai@mail.ru>
Mon, 10 Dec 2012 03:46:03 +0000 (07:46 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 10 Dec 2012 10:46:30 +0000 (14:46 +0400)
commit55ec9248db13dfb9514a725f0c4dc64bcfaedbb2
tree37b8ef4c45464c9659909832da7c97060799dfb7
parent08d30d1f32f354dc97be432570928da31ae6cad9
Prevent abort on GC_err/warn_printf write failure

* misc.c (GC_LOG_PRINTF_IMPL, GC_warn_printf): Do not abort in case of
failure of write which duplicates message to log/stderr (if
GC_ANDROID_LOG).
* misc.c (GC_err_puts): Do not abort in case of stderr write failure.
misc.c