From 51832f45c9e6746ea6ddfb5024553bcf67e707ba Mon Sep 17 00:00:00 2001 From: Yang Song <47582957+ysong10@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:36:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b31d0085..44e6629f1 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ execution data needed by BURT to build its app execution model. * `crashscope`: this folder contains CrashScope's code, which generates app execution data in the form of sequential interactions (e.g., taps or type events) by utilizing a set of systematic exploration strategies on Android apps (e.g. top-down and bottom-up exploration). The code generates an screenshot of each interaction, XML files with GUI hierarchies, and app execution information for each screen of the app (e.g., which component was interacted with). -* `AVT`: this folder contains AVT, a custom screen-recording desktop app that we developed, which allows humans (e.g., end users or developers) to collect screen recordings and *getevent* traces from a mobile device or emulator by simply clicking a record button. The tool internally uses the Android screen recorder that is executed by Android’s ADB tool. +* `AVT`: this folder contains AVT, a custom screen-recording desktop app that we developed, which allows humans (e.g., end users or developers) to collect screen recordings and *getevent* traces from a mobile device or emulator by simply clicking a record button. The tool internally uses the Android screen recorder that is executed by Android’s ADB tool. The link to AVT is [here](https://github.com/sea-lab-wm/burt/tree/master/avt-tool). * `traceReplayer`: this folder contains the code that processes the app interactions made by humans to execute app features (i.e., the traces collected via AVT). The code generates app screenshots, XML GUI hierarchy files, and app execution information used by BURT to complement/augment the execution model (i.e., the graph).