classs name in UiDevice.dumpWindowHierarchy() is not as same as it's name in layout xml

128 Views Asked by At

Why ui components's name in the file created by the function UiDevice.dumpWindowHiearchy() are generally not as same as thier original names defined in layout.xml and source code? What have happened before the window's root object was created?Here are tow examples.

class name in the file dumpeded by uiautomator

class name in activity's layout file

0

There are 0 best solutions below