How to find generated XML file by appium?

I am, trying to find elements using id or name …but i am getting below response with null body…
Where to find XML generated by Appium…

[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 0 ms for condition
[WD Proxy] Matched '/elements' to command name 'findElements'
[WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/d040bfca-18a2-47e7-afbc-3dacd4cd559e/elements] with body: {"strategy":"xpath","selector":"/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.widget.FrameLayout/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup[1]/android.widget.TextView","context":"","multiple":true}
[WD Proxy] Got response with status 200: {"sessionId":"d040bfca-18a2-47e7-afbc-3dacd4cd559e","value":[{"ELEMENT":"2b79ac77-0dff-4682-8092-774bfe1b772d","element-6066-11e4-a52e-4f735466cecf":"2b79ac77-0dff-4682-8092-774bfe1b772d"}]}
[MJSONWP (4a93ac91)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"2b79ac77-0dff-4682-8092-774bfe1b772d","ELEMENT":"2b79ac77-0dff-4682-8092-774bfe1b772d"}]
[HTTP] <-- POST /wd/hub/session/4a93ac91-13b9-44d3-8666-a08680f538ae/elements 200 128 ms - 201
[HTTP] 
[HTTP] --> POST /wd/hub/session/4a93ac91-13b9-44d3-8666-a08680f538ae/elements
[HTTP] {"using":"id","value":"CREATE"}
[MJSONWP (4a93ac91)] Calling AppiumDriver.findElements() with args: ["id","CREATE","4a93ac91-13b9-44d3-8666-a08680f538ae"]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 0 ms for condition
[WD Proxy] Matched '/elements' to command name 'findElements'
[WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/d040bfca-18a2-47e7-afbc-3dacd4cd559e/elements] with body: {"strategy":"id","selector":"CREATE","context":"","multiple":true}
[WD Proxy] Got response with status 200: {"sessionId":"d040bfca-18a2-47e7-afbc-3dacd4cd559e","value":[]}
[MJSONWP (4a93ac91)] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/4a93ac91-13b9-44d3-8666-a08680f538ae/elements 200 276 ms - 74
[HTTP] ```