Skip to content
LeakCanary is a memory leak detection library for Android.
Kotlin Other
  1. Kotlin 99.8%
  2. Other 0.2%
Branch: main
Clone or download

Latest commit

pyricau Merge pull request #1865 from square/py/plumb_once
Ensure fixes are only applied once
Latest commit a3c3426 Jun 19, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.buildscript Replace master with main and whitelist with allowlist Jun 8, 2020
.github Merge pull request #1821 from square/py/gradle_wrapper_validation May 4, 2020
docs fix changelog Jun 11, 2020
gradle Updating tool versions to latest and greatest Jun 15, 2020
hooks Fixed typo in git hook (#1560) Sep 6, 2019
leakcanary-android-core Add more boolean resources to public Jun 18, 2020
leakcanary-android-instrumentation Support for Android Test Orchestrator Jun 8, 2020
leakcanary-android-process Automatic setup when using separate LeakCanary process (#1585) Sep 14, 2019
leakcanary-android-sample Support for Android Test Orchestrator Jun 8, 2020
leakcanary-android Automatic setup when using separate LeakCanary process (#1585) Sep 14, 2019
leakcanary-deobfuscation-gradle-plugin Improve the way LeakCanary Deobfuscation Plugin is applied May 2, 2020
leakcanary-object-watcher-android-androidx Detect Android X View Model leaks (#1732) Jan 30, 2020
leakcanary-object-watcher-android-support-fragments Add component name to leak description (#1691) Dec 19, 2019
leakcanary-object-watcher-android Fixing detekt Jun 8, 2020
leakcanary-object-watcher Interactive CLI (#1705) Dec 27, 2019
plumber-android Merge pull request #1865 from square/py/plumb_once Jun 19, 2020
shark-android Merge pull request #1871 from square/py/autofill Jun 19, 2020
shark-cli Fixing detekt Jun 8, 2020
shark-graph Fixing detekt Jun 8, 2020
shark-hprof-test Fixing detekt Jun 8, 2020
shark-hprof Fixing detekt Jun 8, 2020
shark-log Renamed `SharkLog.e()` to `SharkLog.d()` Aug 25, 2019
shark-test Introduces a shark-test module Sep 11, 2019
shark Fixing detekt Jun 8, 2020
.gitignore Move docs to mkdocs Jun 25, 2019
.travis.yml Support migrating from 2.0 (#1684) Dec 18, 2019
LICENSE.txt Initial import May 8, 2015
README.md Https in README link (#1604) Oct 15, 2019
build.gradle Updating tool versions to latest and greatest Jun 15, 2020
detekt-config.yml Fixing detekt Jun 8, 2020
gradle.properties Prepare for next development iteration Jun 11, 2020
gradlew Add keeper to sample app for repro (#1783) Apr 30, 2020
mkdocs.yml Fix edit page default to master Jun 11, 2020
settings.gradle Rename DuckTape to Plumber May 19, 2020
shark-cli.sh Refactor CLI to use Clikt (#1704) Dec 24, 2019

README.md

LeakCanary 🐤

A memory leak detection library for Android.

square.github.io/leakcanary

License

Copyright 2015 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You can’t perform that action at this time.