Web context element operations not reflecting in adb logs

I am switching to a particular webview custom context in one the pages for my application. I am able to see the operation being performed correctly in my appium logs and the same is also being performed in the device.

However, when I am getting the adb logs , I am unable to get that particular operation for the web element in the adb logs. I am getting all the operations for when my application is in NATIVE_APP context.

Could you please help me in this issue

I am using appium version 1.12.1 and also the same has been obseved in 1.14.2
Android : 8.0.0

Thanks