Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Waytoon committed Jun 4, 2021
1 parent 134e7c9 commit 47557b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# flutter_memory_leak_check

step 1:Add debugging options
### step 1:Add debugging options

--observatory-port=50443

step 2:Run port forwarding tool
### step 2:Run port forwarding tool
```shell
cd forwarding_tool
go run main.go
```

## Getting Started
```dart
Expand All @@ -20,4 +23,4 @@ globalChecker.forceGC();
/// Will print `memoryLeakList` failed to recycle
globalChecker.checkGC();
```
```

0 comments on commit 47557b6

Please sign in to comment.