Merge wiki into docs (#1546)

27 files changed
tree: e7a1497334bd6cf11ad7cdb68565dfa4335e5cd2
  1. .buildscript/
  2. .github/
  3. docs/
  4. gradle/
  5. leakcanary-android/
  6. leakcanary-android-core/
  7. leakcanary-android-instrumentation/
  8. leakcanary-android-process/
  9. leakcanary-android-sample/
  10. leakcanary-object-watcher/
  11. leakcanary-object-watcher-android/
  12. leakcanary-object-watcher-android-androidx/
  13. shark/
  14. shark-android/
  15. shark-cli/
  16. shark-graph/
  17. shark-hprof/
  18. shark-log/
  19. .gitignore
  20. .travis.yml
  21. build.gradle
  22. checkstyle.xml
  23. gradle.properties
  24. gradlew
  25. LICENSE.txt
  26. mkdocs.yml
  27. README-1.6.md
  28. README.md
  29. settings.gradle
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.