How to listen Accessbility events while running Appium tests?

i want to fetch some accessbilityservice events (such like WINDOWS_CONTENT_CHANGED) to judge my app’s response performance based on CLICK action.

when running appium tests, i can’t read events infomation from “uiautomator events” command, for service conflicts or some other reasons.

is there any solution, to listen onAccessibilityEvent while running appium scripts?

Thanks a lot!