/winscope-android-trace

Winscope is an open-source software created by Google team to read android trace files. This repository is a modified version submitted for Software Engineering Lecture on Saarland University WiSe 2019/2020

Primary LanguageVueOtherNOASSERTION

Tool for visualizing window manager traces

Requirements

Install nodejs (version 8 or higher is OK)

Setup

npm install or npm i

Run

npm start (if opened from VS Code editor, go to Debug > Option "Run Development")

Build

npm run build (if opened from VS Code editor, go to Debug > Option "Run Production")