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