| Index: tools/telemetry/telemetry/core/platform/android_platform_backend.py
|
| diff --git a/tools/telemetry/telemetry/core/platform/android_platform_backend.py b/tools/telemetry/telemetry/core/platform/android_platform_backend.py
|
| index 1acbe1675c301a12cda33ddd59d95f6f2c03ae44..9307655e60a7a34bf75c82ed55b925a25b704bd3 100644
|
| --- a/tools/telemetry/telemetry/core/platform/android_platform_backend.py
|
| +++ b/tools/telemetry/telemetry/core/platform/android_platform_backend.py
|
| @@ -452,7 +452,7 @@ class AndroidPlatformBackend(
|
| """
|
| profile_dir = self._GetProfileDir(package)
|
| logging.info("Pulling profile directory from device: '%s'->'%s'.",
|
| - self._ProfileDir(package), output_profile_path)
|
| + self._GetProfileDir(package), output_profile_path)
|
| # To minimize bandwidth it might be good to look at whether all the data
|
| # pulled down is really needed e.g. .pak files.
|
| if not os.path.exists(output_profile_path):
|
|
|