diff options
author | John Reck <jreck@google.com> | 2016-04-07 16:36:57 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2016-04-07 16:36:57 -0700 |
commit | a41f2445156fe0bcfde6bd4d813dfc43796a526d (patch) | |
tree | dda02e21dd453eb9f528bf7ace0010447df16d24 /libs/hwui/tests/macrobench/TestSceneRunner.cpp | |
parent | 3397c88f7900d8db677204cdbe9e7a5dc26e453a (diff) |
Fix a derp
Fixes: 28074465
I knew I added that flag for a reason...
Change-Id: I6e28237dcd50191769a828bf2646c3a00c14387c
Diffstat (limited to 'libs/hwui/tests/macrobench/TestSceneRunner.cpp')
-rw-r--r-- | libs/hwui/tests/macrobench/TestSceneRunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/tests/macrobench/TestSceneRunner.cpp b/libs/hwui/tests/macrobench/TestSceneRunner.cpp index 58c0876cb4cb..3e48cdac0ae6 100644 --- a/libs/hwui/tests/macrobench/TestSceneRunner.cpp +++ b/libs/hwui/tests/macrobench/TestSceneRunner.cpp @@ -122,5 +122,5 @@ void run(const TestScene::Info& info, const TestScene::Options& opts) { } } - proxy->dumpProfileInfo(STDOUT_FILENO, 0); + proxy->dumpProfileInfo(STDOUT_FILENO, DumpFlags::JankStats); } |