[automerger skipped] Merge 24Q4 into AOSP main am: 9a9b6d8e18 -s ours

am skip reason: Merged-In Ic853e4073dbf03d8658eaab9f8e18c67eaf256f0 with SHA-1 d0c5e0bd89 is already in history

Original change: https://android-review.googlesource.com/c/platform/external/leakcanary2/+/3413624

Change-Id: I15b610e6ad006698c1039fead579f3be1544cefd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: d8ea38ec213761602e5fc961f323a78ac0b7612e
  1. .github/
  2. docs/
  3. gradle/
  4. hooks/
  5. leakcanary-android/
  6. leakcanary-android-core/
  7. leakcanary-android-instrumentation/
  8. leakcanary-android-process/
  9. leakcanary-android-release/
  10. leakcanary-android-sample/
  11. leakcanary-android-startup/
  12. leakcanary-android-utils/
  13. leakcanary-deobfuscation-gradle-plugin/
  14. leakcanary-object-watcher/
  15. leakcanary-object-watcher-android/
  16. leakcanary-object-watcher-android-androidx/
  17. leakcanary-object-watcher-android-core/
  18. leakcanary-object-watcher-android-startup/
  19. leakcanary-object-watcher-android-support-fragments/
  20. plumber-android/
  21. plumber-android-core/
  22. plumber-android-startup/
  23. shark/
  24. shark-android/
  25. shark-cli/
  26. shark-graph/
  27. shark-hprof/
  28. shark-hprof-test/
  29. shark-log/
  30. shark-test/
  31. .editorconfig
  32. .gitattributes
  33. .gitignore
  34. Android.bp
  35. build.gradle
  36. detekt-config.yml
  37. gradle.properties
  38. gradlew
  39. LICENSE.txt
  40. METADATA
  41. mkdocs.yml
  42. MODULE_LICENSE_APACHE2
  43. OWNERS
  44. README.md
  45. settings.gradle
  46. shark-cli.sh
README.md

LeakCanary 🐤

A memory leak detection library for Android.

square.github.io/leakcanary

🙏 If you like LeakCanary you can show support by starring ⭐ this repository.

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.