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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
