| 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 39ee1ecb09266a4dcd09bd0f0c62490b60a2d90b..f14af29e0363ba9149df56fcc3259beb0c2bb5d7 100644
|
| --- a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py
|
| +++ b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py
|
| @@ -11,14 +11,15 @@ import re
|
| import shutil
|
| import subprocess
|
|
|
| +from telemetry.core import util
|
| +from telemetry.core.platform.profiler import android_prebuilt_profiler_helper
|
| +from telemetry.util import support_binaries
|
| +
|
| try:
|
| import sqlite3
|
| except ImportError:
|
| sqlite3 = None
|
|
|
| -from telemetry.core import util
|
| -from telemetry.core.platform.profiler import android_prebuilt_profiler_helper
|
| -from telemetry.util import support_binaries
|
|
|
|
|
| _TEXT_SECTION = '.text'
|
|
|