Skip to content

Commit e431750

Browse files
committed
Improve multi-user ADB handling and user guidance
1 parent f51ca15 commit e431750

File tree

4 files changed

+377
-146
lines changed

4 files changed

+377
-146
lines changed

core/adb_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ def run_command(
230230
cmd,
231231
capture_output=True,
232232
text=True,
233+
encoding="utf-8",
234+
errors="replace",
233235
timeout=timeout,
234236
check=False,
235237
)

0 commit comments

Comments
 (0)