Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron009 committed Jun 7, 2021
1 parent 47557b6 commit b0776a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# flutter_memory_leak_check

It is easy to know whether a variable is correctly reclaimed by memory.

### principle:
By using the reference as the key of the weak reference, when the GC is executed, if the reference can be recycled, it will be deleted from the weak reference.

### step 1:Add debugging options

--observatory-port=50443
Expand Down

0 comments on commit b0776a8

Please sign in to comment.