Logcat
On 29 September 2013 in TechTo use logcat to debug Android app
- Install Android SDK
- Add c:\Android\android-sdk\platform-tools\adb.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"
Related posts:
-
Lazyloading JS modules in Titanium app
-
Method calling thread for Titanium module (Android)
-
Titanium iOS builder script
-
ScrollableView in ListView
-
Webview evalJS return null in Android 4.2.2
-
Titanium Studio unbound classpath container error
-
Android Lollipop Wallpapers
-
Update iOS Titanium module SDK version
-
Setup Titanium Studio environment for developing Titanium module (Android) on Windows
-
Enable x86 libs in production build Titanium app
Filed under Tech with tags Android, Logcat, Titanium Mobile
Leave a Reply