ibinti / bugvm

This is BugVM
352 stars 51 forks source link

Device console output #122

Closed ibinti closed 7 years ago

jidma commented 7 years ago

here's a workaround that I use using libimobiledevice :

idevice_id --list // list available device UDIDs
idevicesyslog -u <device udid> | grep <MyApplication>
ibinti commented 7 years ago

thanks, very cool and useful. I will try to incorporate it.

ibinti commented 7 years ago

launchIOSDevice should handle actually launch on the device after install the app. Ideally then it also should spawn idevicesyslog. For the console output, slf4j logger is quite working well.

ibinti commented 7 years ago

use idevicedebug to launch the app on the device

idevicedebug run app_identifier
ibinti commented 7 years ago

Should investigate how all the logging outputs are messed around.

ibinti commented 7 years ago

use websocket logger #154