Merge pull request #3981 from kumpera/fix_symbolification_issues
[mono.git] / mono / mini / mini-exceptions.c
index 2f25bbda818cb4c52e0fd143d8100003ca5489c6..cc3aed0892131a509a111f14feba6d4dc3dfbe99 100644 (file)
@@ -2571,8 +2571,9 @@ mono_handle_native_crash (const char *signal, void *ctx, MONO_SIG_HANDLER_INFO_T
         * this has changed on later versions of Android.  Also, we don't want to
         * set this on start-up as DUMPABLE has security implications. */
        prctl (PR_SET_DUMPABLE, 1);
+
+       mono_runtime_printf_err ("\nNo native Android stacktrace (see debuggerd output).\n");
 #endif
-       mono_exception_native_unwind (ctx, info);
 #endif
 
        /*