Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Oct 25, 2024
1 parent 1acb44f commit 6a49901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/perf/components/android_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import os
import re
import logging

import time

from typing import List, Optional

from components.perf_test_utils import GetProcessOutput
Expand All @@ -31,7 +31,7 @@ def SetupAndroidDevice() -> None:
],
check=True)
if not RunFromRoot(f'sh {tmp_file}'):
raise RuntimeError('Failed to setup root on the device')
raise RuntimeError('Failed to setup the device: setup_android_device.sh')
RunFromRoot('killall adbd') # Restart adbd on the device to apply the changes
time.sleep(2)

Expand Down

0 comments on commit 6a49901

Please sign in to comment.