The Wayback Machine - https://web.archive.org/web/20210528053305/https://github.com/square/leakcanary
Skip to content
main
Switch branches/tags
Code

Latest commit

* Register intent-filter to import hprof files

Relates to #2096

* Set heapDumpReason to "Imported by user" for imported files

It will be set for both:
- Import Heap Dump action
- Open Heap Dump file

* Test importing hprof file and navigate to HeapDumpScreen

* Show Toast when URI has an unsupported file extension

* Document pathPattern workaround and mention stackoverflow source

* Fix flaky test by waiting for the HeapAnalysis to finish

* Wrap UI test to restore original LeakCanary.config even if it fails
943fd16

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 13, 2021

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.