Skip to content

Fixes deadlock at kill_cmd and execute_cmd#11

Open
esauvisky wants to merge 1 commit intoTamerPlatform:masterfrom
esauvisky:patch-1
Open

Fixes deadlock at kill_cmd and execute_cmd#11
esauvisky wants to merge 1 commit intoTamerPlatform:masterfrom
esauvisky:patch-1

Conversation

@esauvisky
Copy link

I don't know the particular reason in which the old command wasn't working, but it was deadlocking on the Popen(kill_cmd) line. Even spawning the command on a adb shell did not work. If I'd to guess, maybe something related to newer devices, SDK versions, etc.?

Notwithstanding, it seems to me that the proposed implementation is more robust, at least based on the little knowledge I have :)

I don't know the particular reason in which the old command wasn't working, but it was deadlocking on the `Popen(kill_cmd)` line. Even spawning the command on a `adb shell` did not work. If I'd to guess, maybe something related to newer devices, SDK versions, etc.?

Notwithstanding, it seems to me that the proposed implementation is more robust, at least based on the little knowledge I have :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant