commit | 5755eab933b05d33719514d279654fea20bab2ed | [log] [tgz] |
---|---|---|
author | Adithya Srinivasan <adsrini@google.com> | Mon Apr 19 19:23:32 2021 +0000 |
committer | Adithya Srinivasan <adsrini@google.com> | Mon Apr 19 19:23:32 2021 +0000 |
tree | 269571f9e172670e7d34e4f9896a6e27d0871e8b | |
parent | 760a0d07e6d0f7f65bf6b69d8c96c809cff60013 [diff] |
Remove the redundant #include <consoleapi.h> consoleapi.h will be included via WinCon.h through Windows.h, as per the documentation in https://docs.microsoft.com/en-us/windows/console/setconsolectrlhandler. Since Windows.h is already included, consoleapi.h becomes redundant here. In addition, consoleapi.h is not yet supported by MinGW. This is preventing us (AGI) from upgrading to newer versions of perfetto. Bug: 185808628 Test: Build in windows Change-Id: Ib5ed47c6c774f4a87da20692e5c9c49e96df3b4c
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.