summaryrefslogtreecommitdiff
path: root/simpleperf/cpu_hotplug_test.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2017-02-15 23:53:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-15 23:53:26 +0000
commitcf5940c1b48128860980b44a5967d12c0a296687 (patch)
tree8d30990dd2084badadcd44bd89425ceb41cbd5d2 /simpleperf/cpu_hotplug_test.cpp
parentc6f6a94c14c7442be652e8f9ed6726d466dbe04a (diff)
parent627570048d8afa1134a7a79ada74eff98c9600f9 (diff)
downloadextras-cf5940c1b48128860980b44a5967d12c0a296687.tar.gz
Merge "simpleperf: build cts test running in app context." am: ff972054e9 am: 5710e45719 am: 11125c7333
am: 627570048d Change-Id: I96998f3480d524969ffa394e25da5c92c7abe45e
Diffstat (limited to 'simpleperf/cpu_hotplug_test.cpp')
-rw-r--r--simpleperf/cpu_hotplug_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/cpu_hotplug_test.cpp b/simpleperf/cpu_hotplug_test.cpp
index 23a6becf..66dbd0be 100644
--- a/simpleperf/cpu_hotplug_test.cpp
+++ b/simpleperf/cpu_hotplug_test.cpp
@@ -492,7 +492,7 @@ int main(int argc, char** argv) {
verbose_mode = true;
}
}
- InitLogging(argv, android::base::StderrLogger);
+ android::base::InitLogging(argv, android::base::StderrLogger);
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}