The Wayback Machine - https://web.archive.org/web/20190812225432/https://github.com/square/leakcanary
Skip to content
LeakCanary is a memory leak detection library for Android.
Kotlin Shell
Branch: master
Clone or download
pyricau Fix crash creating "no config" config (#1531)
Fixes #1529

I wish I could write a test for this unfortunately that seems tricky without creating an entirely new and separate test module.
Latest commit 80da4cd Aug 12, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.buildscript Automatically deploy snapshots to Sonatype. Jan 4, 2016
.github finish cleanups for doc Jun 25, 2019
docs fix typo Aug 2, 2019
gradle Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
leakcanary-android-core Fix crash creating "no config" config (#1531) Aug 12, 2019
leakcanary-android-instrumentation Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
leakcanary-android-process Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
leakcanary-android-sample Add keep proguard rules for LeakCanary 2 (#1500) Jul 26, 2019
leakcanary-android Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
leakcanary-object-watcher-android-androidx Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
leakcanary-object-watcher-android Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
leakcanary-object-watcher Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
shark-android Adding more Samsung leaks (#1533) Aug 12, 2019
shark-cli Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
shark-graph Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
shark-hprof Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
shark-log Revert "Switch to gradle-maven-publish plugin for artifacts (#1522)" Aug 2, 2019
shark Py/thread object (#1525) Aug 3, 2019
.gitignore Move docs to mkdocs Jun 25, 2019
.travis.yml LeakSentry (#1253) Apr 4, 2019
LICENSE.txt Initial import May 8, 2015
README-1.6.md swap out 2.0 Apr 23, 2019
README.md Move docs to mkdocs Jun 25, 2019
build.gradle Opportunistic exclude internal APIs Aug 2, 2019
checkstyle.xml Fix crash and slight API change Jun 28, 2018
gradle.properties Prepare for next development iteration Aug 2, 2019
gradlew update gradle to 5.4 (#1377) Jun 3, 2019
mkdocs.yml updating docs for release (#1511) Jul 30, 2019
settings.gradle Renaming haha to shark (#1481) Jul 22, 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.