You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Spoon interprets the apostrophe as the end of the shell command it executes, thus triggering undefined behaviour.
For example
adb shell 'am instrument "it's blablablatime"'will be executed asadb shell 'am instrument "it'Leaving this issue here for posterity reasons in hopes anyone in the future encounters this error.