[eglib] Fix logging on iOS (asl_vlog != asl_log)
authorSebastien Pouliot <sebastien@xamarin.com>
Wed, 27 Aug 2014 01:54:30 +0000 (21:54 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Wed, 27 Aug 2014 01:54:30 +0000 (21:54 -0400)
commit2332ba9a10ffc95721e998a16303b165f094bc1b
tree92d3ae7cf762d10e09c72e263cf900f04f1d1897
parent813d6610ecafd24e5cf428938b342810d70d5c25
[eglib] Fix logging on iOS (asl_vlog != asl_log)

asl_vlog last parameter is a va_list and giving it a char* leads to crash
which calls our native unhandled exception handler, which also tries to
log what happens making the watchdog unhappy about the food quality

0x000000008badf00d
eglib/src/goutput.c