File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Perhaps some array accumulates logs or caches something. This command helps you
83
83
But be careful this command does not summarize multi-dimensional arrays.
84
84
For resolve ID filed see the next paragraph - "Finding references to the leaked object".
85
85
86
- ## 4. Finding a sample of a leaked object
86
+ ## 4. Finding an instance of a leaked object
87
87
So now, we know of what class are the object leaking. It can be multiple classes in the case of
88
88
objects composed with multiple other objects.
89
89
@@ -216,8 +216,11 @@ all the information needed to debug the code.
216
216
217
217
It's your turn to play ;)
218
218
219
- Video presentation (in French)
220
- ------------------------------
219
+ Video presentation in English
220
+ -----------------------------
221
+ https://www.youtube.com/watch?v=NjIlKlFImlo
222
+
223
+ A French version:
221
224
https://www.youtube.com/watch?v=wZjnj1PAJ78
222
225
223
226
You can’t perform that action at this time.
0 commit comments