Remove explicit syslog printing for uncaught exceptions on Android
authorShadowNinja <shadowninja@minetest.net>
Thu, 15 Oct 2015 04:23:29 +0000 (00:23 -0400)
committerkwolekr <kwolekr@minetest.net>
Thu, 15 Oct 2015 04:47:43 +0000 (00:47 -0400)
commit659922fd30d5ee3d7876b22e4d26b116d1ae2513
treef20271499596ebee32ee7adbf2af769f14ad5b3d
parent6f2d785d0ff761961912d7e79a7d16c4adf86861
Remove explicit syslog printing for uncaught exceptions on Android

All log operations are now added to the syslog implicitly.
Also, pass along mutable string to argument vector for main().
src/porting_android.cpp