-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Scripts: how to get output? #1
Comments
Hey sorry for the late reply. The message was lost in my email. Do you still need this feature? If so I can look into this. Also have you looked into https://github.com/facebook/flipper? It looks like a good replacement for this. |
muandrew
added a commit
that referenced
this issue
Feb 28, 2019
make it so that the terminal output window `Tools > Terminal Output` will receive streams of messages from scripts that are running resolves #1
Will need to make a more comprehensive change to Shell. Various parts the code are expecting the whole output from shell scripts. |
see 30f0eaa for revert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
first of all thanks for keeping this program alive! I find it really useful.
This is more of a question, I'm trying to make a user script that would download and install latest APK of an app for me.
Is there a way to see the output of the script when running from within AndroidTool? I can make the script work in shell, but when running from the app it always ends prematurely and I have no idea where the problem is in that case.
Thanks!
The text was updated successfully, but these errors were encountered: