Files
android_development/tools/winscope
Vishnu Nair c49c2698ec [DO NOT MERGE] Add aosp config for winscope
- config redirects searches to stub folder for unavailable traces

Bug: 148409169
Test: builds and opens traces in AOSP
Change-Id: I5775d732de64c2e66ed35a04bf868f2aee883add
2020-01-27 15:12:29 -08:00
..
2017-12-19 15:15:30 -08:00
2017-12-19 15:15:30 -08:00
2020-01-27 10:17:49 -08:00

Tool for visualizing window manager traces

Developing WinScope

When the trace is enabled, Window Manager and Surface Flinger capture and save current state to a file at each point of interest. frameworks/base/core/proto/android/server/windowmanagertrace.proto and frameworks/native/services/surfaceflinger/layerproto/layerstrace.proto contain the proto definitions for their internal states.

Checking out code and setting up environment

Building & testing changes

  • Navigate to development/tools/winscope
  • Run yarn run dev