Skip to content
LeakCanary is a memory leak detection library for Android.
Kotlin Other
  1. Kotlin 99.8%
  2. Other 0.2%
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.buildscript Automatically deploy snapshots to Sonatype. Jan 4, 2016
.github ISSUE_TEMPLATE: Correct link to FAQ page (#1637) Nov 25, 2019
docs Change Shark parameter name to not contain word "Proguard" (#1695) Dec 20, 2019
gradle Publish sources to Maven Central (#1644) Nov 26, 2019
hooks Fixed typo in git hook (#1560) Sep 6, 2019
leakcanary-android-core Introducing proper API for finding leaking objects (#1694) Dec 20, 2019
leakcanary-android-instrumentation Introducing proper API for finding leaking objects (#1694) Dec 20, 2019
leakcanary-android-process
leakcanary-android-sample oops forgot to revert Dec 18, 2019
leakcanary-android Automatic setup when using separate LeakCanary process (#1585) Sep 14, 2019
leakcanary-deobfuscation-gradle-plugin Gradle plugin that puts proguard mapping file in the apk as an asset (#… Dec 10, 2019
leakcanary-object-watcher-android-androidx Add component name to leak description (#1691) Dec 19, 2019
leakcanary-object-watcher-android-support-fragments Add component name to leak description (#1691) Dec 19, 2019
leakcanary-object-watcher-android Add component name to leak description (#1691) Dec 19, 2019
leakcanary-object-watcher Object watcher description (#1658) Dec 9, 2019
shark-android Fix analysis crash by excluding AndroidResourceIdNames from obfuscati… Dec 20, 2019
shark-cli Introducing proper API for finding leaking objects (#1694) Dec 20, 2019
shark-graph Save resource ids into heap dump (#1663) Dec 10, 2019
shark-hprof Backward compatibility with Okio 1.x (#1677) Dec 18, 2019
shark-log Renamed `SharkLog.e()` to `SharkLog.d()` Aug 25, 2019
shark-test Introduces a shark-test module Sep 11, 2019
shark Introducing proper API for finding leaking objects (#1694) Dec 20, 2019
.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 Backward compatibility with Okio 1.x (#1677) Dec 18, 2019
detekt-config.yml Detekt upgrade and changes to configuration: (#1650) Dec 3, 2019
gradle.properties Prepare for next development iteration Nov 27, 2019
gradlew update gradle to 5.4 (#1377) Jun 3, 2019
mkdocs.yml Prepare 2.0 release Nov 27, 2019
settings.gradle Gradle plugin that puts proguard mapping file in the apk as an asset (#… Dec 10, 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.