Drastic.LeakCanary 1.0.1

dotnet add package Drastic.LeakCanary --version 1.0.1
NuGet\Install-Package Drastic.LeakCanary -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Drastic.LeakCanary" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.LeakCanary --version 1.0.1
#r "nuget: Drastic.LeakCanary, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Drastic.LeakCanary as a Cake Addin
#addin nuget:?package=Drastic.LeakCanary&version=1.0.1

// Install Drastic.LeakCanary as a Cake Tool
#tool nuget:?package=Drastic.LeakCanary&version=1.0.1

NuGet Version License

Drastic.LeakCanary

Drastic.Flipper is a .NET binding of LeakCanary, A memory leak detection library for Android.

Setup

  • Install the Drastic.LeakCanary nuget
  • Add the following to your Application to start the LeakCanary process:
    public override void OnCreate()
    {
        base.OnCreate();
        Leakcanary.AppWatcher.Instance.ManualInstall(this);
    }

You should see

[LeakCanary] LeakCanary is running and ready to detect memory leaks.

In your logs.

Product Compatible and additional computed target framework versions.
.NET net7.0-android33.0 is compatible.  net8.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-android33.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 3,940 4/4/2023