Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ the copyright belongs to Spotify AB.
* In the Top Running Methods list, list thread names per top method
and link them all to the stack traces list.

* Support uploading thread dumps from the local file system:
<http://www.html5rocks.com/en/tutorials/file/dndfiles/>

* Support parsing gzipped thread dumps.

* If one thread is holding multiple locks, this should be noted in the
Expand Down Expand Up @@ -189,3 +186,6 @@ name and address, in that order.

* If a thread is listed as holding the same lock more than once,
remove duplicates from that list.

* Support uploading thread dumps from the local file system:
<http://www.html5rocks.com/en/tutorials/file/dndfiles/>