| Index: tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py
|
| diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py b/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py
|
| index 573df36819c9ab6bcc43411b8eb2850aa0842c4c..5974f1db26c2e5ed777d916c47e4ebcad27ba93e 100644
|
| --- a/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py
|
| +++ b/tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py
|
| @@ -19,7 +19,7 @@
|
|
|
| @decorators.Cache
|
| def InstallOnDevice(device, profiler_binary):
|
| - arch_name = device.product_cpu_abi
|
| + arch_name = device.GetABI()
|
| host_path = support_binaries.FindPath(profiler_binary, arch_name, 'android')
|
| if not host_path:
|
| logging.error('Profiler binary "%s" not found. Could not be installed',
|
|
|