From 35bb6be739761482fa7e72214d2aedf2623cbb9a Mon Sep 17 00:00:00 2001 From: Dehao Chen Date: Thu, 30 Apr 2015 10:54:26 -0700 Subject: [PATCH] Update simpleperf path to /system/xbin/simpleperf. Change-Id: Ib326b1669553146e028c8354bb5077176d150616 --- perfprofd/perfprofdcore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfprofd/perfprofdcore.cc b/perfprofd/perfprofdcore.cc index 0371692d..69db2088 100644 --- a/perfprofd/perfprofdcore.cc +++ b/perfprofd/perfprofdcore.cc @@ -178,7 +178,7 @@ void ConfigReader::addDefaultEntries() "/data/data/com.google.android.gms/files"); // Full path to 'perf' executable. - addStringEntry("perf_path", "/system/bin/simpleperf"); + addStringEntry("perf_path", "/system/xbin/simpleperf"); // Desired sampling period (passed to perf -c option). Small // sampling periods can perturb the collected profiles, so enforce -- 2.11.0