Use g_print to dump threads when SIGQUIT is sent to Mono (#8385)
commite609d3c25ea9b83bd69b9933ae552ac40f9c1800
authorMarek Habersack <grendel@twistedcode.net>
Mon, 23 Apr 2018 22:03:04 +0000 (24 00:03 +0200)
committerLudovic Henry <luhenry@microsoft.com>
Mon, 23 Apr 2018 22:03:04 +0000 (23 18:03 -0400)
treeda9aa79c3626561d5a08f85321de7448e6d22c2d
parent0ccaa5acddc99e291b60dcc895ee0e328d71f0de
Use g_print to dump threads when SIGQUIT is sent to Mono (#8385)

printf, fprintf don't work on Android, using g_print will redirect the output to
mono-stdout so that it can appear in Android logcat output.
mono/metadata/threads.c