1# DFX Subsystem Changelog 2 3## Change in the Graphic Memory Statistics Method of HiDumper Component 4 5**Access Level** 6 7Other 8 9**Reason for Change** 10 11The Graph value in the **hidumper --mem pid** command was obtained by calling the API provided by RenderService, which could not access the corresponding ION/DMA memory. 12 13**Change Impact** 14 15After **hidumper --mem pid** is executed to view the Pss memory of a specified process, there will be an additional Graph value. 16 17**Change Since** 18 19OpenHarmony SDK 4.1.6.7 20 21**Key API/Component Changes** 22 23Affected Component: HiDumper 24 25Before the change: After **hidumper --mem pid** is executed, the memory information's graph statistics were obtained by calling the API provided by RenderService. 26 27After the change: After **hidumper --mem pid** is executed, the graph statistics in the memory information is obtained by reading from the **/proc/process_dmabuf_info** node. 28 29**Adaptation Guide** 30 31No adaptation is needed. 32