[Mono-dev] [PATCH] Android Support [1/4]

Jonathan Pryor jonpryor at vt.edu
Mon Apr 19 14:26:13 EDT 2010


On Mon, 2010-04-19 at 15:15 -0300, Rodrigo Kumpera wrote:
> +static void 
> +out_vfprintf (FILE *ignore, const gchar *format, va_list args)
> +{
> + __android_log_vprint (ANDROID_LOG_ERROR, "mono", format, args);
> +}
> 
> Shouldn't we identify the entry by the application name instead of
> mono?

In an ideal world, yes, but I'm not sure how to do that.  I suppose
using g_get_application_name() would be THE way, except that Mono
doesn't currently call g_set_application_name() (and eglib doesn't
implement either), so that would appear to be a more invasive change for
the mono-2-6 branch.

Is there some other way to obtain this information?

Thanks,
 - Jon




More information about the Mono-devel-list mailing list