Titanium CLI hook for stats monitor.
$ npm install -g ti-stats-hook
$ ti build -p ios --retina --tall --debug-host localhost:8888 --tistats
In development...
$ ti build -p android -C 'Nexus S - 4.1.1 - API 16 - 480x800' --debug-host 192.168.56.1:8888 --tistats
Please try this adb command.
$ adb forward --list
192.168.56.101:5555 tcp:8888 tcp:8888
$ adb forward --remove tcp:8888
- DRASTIC Change build option
--tistat localhost:8888
to--debug-host localhost:8888 --tistats
- Change the Titanium CLI hook event
- Android support in development
- Minor bug fix
- No require TiStats module on your app
- initial commit
The MIT License (MIT) Copyright (c) 2015 Kosuke Isobe