| Index: tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py
|
| diff --git a/tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py
|
| index 3bfbf06005bd61796291a91243ea93375d85c0d6..bbcb2090c1c03d898b6de675baf4231ee146038a 100644
|
| --- a/tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py
|
| +++ b/tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py
|
| @@ -99,7 +99,7 @@ class TCPDumpProfiler(profiler.Profiler):
|
| browser_backend, platform_backend, output_path, state)
|
| if platform_backend.GetOSName() == 'android':
|
| android_prebuilt_profiler_helper.InstallOnDevice(
|
| - browser_backend.adb, 'tcpdump')
|
| + browser_backend.adb.Adb(), 'tcpdump')
|
| self._platform_profiler = _TCPDumpProfilerAndroid(
|
| browser_backend.adb, output_path)
|
| else:
|
|
|