[TIMOB-14876] Android Device: support run on device console output
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-30T19:49:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.2.0 |
Components | Android |
Labels | qe-3.1.0 |
Reporter | Dustin Hyde |
Assignee | Eric Merriman |
Created | 2013-08-13T23:07:10.000+0000 |
Updated | 2017-03-21T23:50:19.000+0000 |
Description
Android Device: support device console output.
Currently if you launch an app on android device, the runtime output does not appear in the console. This is basic functionality.
However, we do support debug on device output and emulator output, so this is also a parity issue.
Test Steps:
1. Launch app on Android Device (Run > Android Device).
Actual Result:
Build logs appear in console, runtime logs do not. The last line in the console is:
[INFO] : App installer shutdown successfully
See comments at TISTUD-4278
This has been implemented since Titanium SDK 3.2.0 when we shipped the Node.js-based Android build.
Closing ticket as fixed.