0.0.4 • Published 11 years ago
ti-stats-hook v0.0.4
ti-stats-hook
Titanium CLI hook for stats monitor.

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