Updated references, test, cleaned up PR
6 files changed
tree: 16ed391037a91ab77f3e6612f5ea4574948c3aed
  1. .buildscript/
  2. .github/
  3. docs/
  4. gradle/
  5. hooks/
  6. leakcanary-android/
  7. leakcanary-android-benchmark/
  8. leakcanary-android-core/
  9. leakcanary-android-instrumentation/
  10. leakcanary-android-process/
  11. leakcanary-android-sample/
  12. leakcanary-deobfuscation-gradle-plugin/
  13. leakcanary-object-watcher/
  14. leakcanary-object-watcher-android/
  15. leakcanary-object-watcher-android-androidx/
  16. leakcanary-object-watcher-android-support-fragments/
  17. plumber-android/
  18. shark/
  19. shark-android/
  20. shark-cli/
  21. shark-graph/
  22. shark-hprof/
  23. shark-hprof-test/
  24. shark-log/
  25. shark-test/
  26. .gitignore
  27. .travis.yml
  28. build.gradle
  29. detekt-config.yml
  30. gradle.properties
  31. gradlew
  32. LICENSE.txt
  33. mkdocs.yml
  34. README.md
  35. settings.gradle
  36. shark-cli.sh
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.