How to get text where xpath doesn't show

I’d like to obtain the username of the app’s account. However, as the image indicates, I’m unable to locate any text containing the desired information. Is there a way for me to access the text?

are you sure that is the right path ?
in your appium inspector look for

//android.widget.FrameLayout[contains(text(),‘user name’)]

to see if you find the item you want

Well, I copied the entire XPath text and tried searching for the username, but no luck. I’m wondering if there’s some special way the app displays the username.