forked from facebook/litho
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support full view hierarchy for litho in adb dumpsys activity
Summary: - Dump full Litho view hierarchy from `LithoView` - This enable to get full UI view hierarchy when using `adb shell dumpsys activity top` - Mimics the regular Android view toString for Litho components so the same parsing logic can be used for native android and litho - Preserver the output of `GetViewHierarchyHandler` with minor changes - Not all flags are correct but I have what I need to run E2E test and we can improve it later - will be used by FB Lite to run full E2E tests without selendroid Reviewed By: marcelogomez Differential Revision: D7084371 fbshipit-source-id: 76715558fc90918ef558218aceafc1b4e6978639
- Loading branch information
1 parent
915816d
commit ff961bf
Showing
4 changed files
with
81 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters