commit | b3675a5db81d02b07b92f8f13d37187a9cb4890c | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon May 15 13:39:36 2017 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon May 15 13:43:27 2017 -0700 |
tree | 6230bc2d27a9b35218501fb184d16cf69789a05b | |
parent | 70c39c84be8f6e0ab2d5240c794a70a563432735 [diff] |
simpleperf: fix report_sample_test. When running cmd_report_sample.* tests, it may call ReportSampleCmd()->Run() more than once. If we shutdown protobuf library in one call, using protobuf in the following calls will encounter failures. Bug: http://b/37996565 Test: run CtsSimpleperfTestCases. Change-Id: I5ca217406e786645d45fda518055c4a63ab3db3c