Index: tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py |
index 016a7711f73b50d05c38ae4e519ff5c5e1559620..2a8fd9fce10ff71ce973f03882b378d8afb1db27 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py |
@@ -172,7 +172,7 @@ def CreateSymFs(device, symfs_dir, libraries, use_symlinks=True): |
os.makedirs(output_dir) |
output_lib = os.path.join(output_dir, os.path.basename(lib)) |
- if lib.startswith('/data/app-lib/'): |
+ if lib.startswith('/data/app/'): |
# If this is our own library instead of a system one, look for a matching |
# unstripped library under the out directory. |
unstripped_host_lib = _FindMatchingUnstrippedLibraryOnHost(device, lib) |