dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 276 forks source link

Cannot select App #5

Closed schniggie closed 8 years ago

schniggie commented 8 years ago

Hey I'm, using latest version from github.

After I start appmon the instrumentation looks ok:

python appmon.py -p ios -a Auto
[INFO] Attached to Auto
[INFO] Building injection...
[INFO] Instrumentation started...
 * Running on http://127.0.0.1:5000/
 * Restarting with reloader
[INFO] Attached to Auto
[INFO] Building injection...
[INFO] Instrumentation started...
127.0.0.1 - - [20/Jul/2016 11:28:04] "GET / HTTP/1.1" 200 -

But inside the web interface I cannot select the app, the selection is empty.

Any hints? I also tried another app but same result.

sanjogpandasp commented 8 years ago

You need to start appmon with the scripts as one of the parameter ie,

$ python appmon.py -p "ios" -s "scripts/" -a 'appname'

Then, start interacting / using the application. You should notice strings on console with " dumping to ......"

Now navigate to http://127.0.0.1:5000/ and you should be able to select the app.

Thanks.

schniggie commented 8 years ago

thanks ;) can be closed.

dpnishant commented 8 years ago

Thanks @sanjogpandasp 👍