Android Build Changes

This commit is contained in:
Joel Wetzell
2020-06-19 17:17:46 -05:00
parent 15cd121e24
commit d4fef163df
4 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace qController.Droid
base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
Log.Logger = new LoggerConfiguration().WriteTo.AndroidLog().CreateLogger();
Log.Logger = new LoggerConfiguration().WriteTo.AndroidLog().MinimumLevel.Debug().CreateLogger();
LoadApplication(new App());