[Mono-bugs] [Bug 666461] New: Log.Debug() doesn't seem to be working in P11

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 23 16:19:51 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=666461

https://bugzilla.novell.com/show_bug.cgi?id=666461#c0


           Summary: Log.Debug() doesn't seem to be working in P11
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: gshackles at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Description of Problem:

After installing P11, Log.Debug() doesn't seem to actually output anything to
ADB.  Using the default MD project, I added this to OnCreate():

Android.Util.Log.Debug("Activity1", "Debug");
Android.Util.Log.Error("Activity1", "Error");
Android.Util.Log.Info("Activity1", "Info");
Android.Util.Log.Warn("Activity1", "Warn");
Android.Util.Log.Wtf("Activity1", "Wtf");

All of the calls worked except for Debug().

Steps to reproduce the problem:
1. Call Log.Debug() from an application

Actual Results:
There is no output

Expected Results:
There should be output


How often does this happen? 
Every time

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list