Ejemplo n.º 1
0
        public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
        {
            Bugfender.ActivateLogger("szdGvhnVUsBYAAb8bdtnqOiWJxR4a23H");
            Bugfender.EnableUIEventLogging();
            Bugfender.EnableXamarinCrashReporting();
            Bugfender.WriteLine("Bugfender ID: {0}", Bugfender.DeviceIdentifier());
            Bugfender.SetDeviceString(key: "User", value: "*****@*****.**"); // note we use named arguments, original method follows Cocoa conventions

            return(true);
        }
Ejemplo n.º 2
0
    public override void OnCreate()
    {
        base.OnCreate();
        Bugfender.Init(this.ApplicationContext, "szdGvhnVUsBYAAb8bdtnqOiWJxR4a23H", true);
        Bugfender.EnableUIEventLogging(this);
        Bugfender.EnableLogcatLogging();
        Bugfender.EnableXamarinCrashReporting();

        Bugfender.D("TAG", "Hello, testing!");
        Bugfender.W("TAG", "Hello, warning!");
        Bugfender.E("TAG", Bugfender.DeviceIdentifier);
    }
    public override void OnCreate()
    {
        base.OnCreate();
        Bugfender.Init(this.ApplicationContext, "jv7uuCzhmOWoma4x5NxoSb6EfJt7vX4Z", true);
        Bugfender.EnableUIEventLogging(this);
        Bugfender.EnableLogcatLogging();
        Bugfender.EnableXamarinCrashReporting();

        Bugfender.D("TAG", "Hello, testing!");
        Bugfender.W("TAG", "Hello, warning!");
        Bugfender.E("TAG", Bugfender.DeviceIdentifier);
    }