Logcat
Ahad, 29 September 2013, 11:52 am0
To use logcat to debug Android app
- Install Android SDK
- Add c:Androidandroid-sdkplatform-toolsadb.exe to PATH
Command:
- get list of connected devices, will return device serial number
adb devices
- filter logcat by tag (e.g by “TiAPI” tag)
adb -s <DEVICE_SERIAL_NUM> "TiAPI"
Webview evalJS return null in Android 4.2.2
3 Oktober 2013
Load nib file in Titanium module iOS
29 September 2013