Skip to content

Commit 07c15f8

Browse files
authored
Merge pull request #4 from PixelCode01/feature/multi-user-permission-handling
Improve multi-user ADB handling and user guidance
2 parents f51ca15 + e431750 commit 07c15f8

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)