[TIMOB-2777] iOS/Android - different [info] output on a basic project launching emulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-07-31T23:26:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, info, ios, output, reported-1.6.0 |
Reporter | Thomas Huelbert |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:29:18.000+0000 |
Updated | 2017-03-22T17:24:25.000+0000 |
Description
1.create simple basic project, then launch in the iOS simulator
and then the android simulator, with info filter
2.compare output
iOS:
[INFO] Compiling JavaScript...one moment
[INFO] No JavaScript errors detected.
[INFO] One moment, building ... [INFO] Titanium SDK version: 1.6.0 [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 4.2 [INFO] Performing full rebuild. This will
take a little bit. Hold tight... [INFO] Skipping JS compile, running from
simulator [INFO] Launching application in Simulator
[INFO] Launched application in Simulator
(22.23 seconds) [INFO] Application started [INFO] www/1.0 (1.6.0.95363ab)
Android:
[INFO] Launching Android emulator...one
moment [INFO] Building www for Android ... one
moment [INFO] Titanium SDK version: 1.6.0 (01/07/11
08:55 95363ab) [INFO] Waiting for the Android Emulator to
become available [INFO] Copying project resources.. [INFO] Detected tiapp.xml change, forcing
full re-build... [INFO] Compiling Javascript Resources ...
[INFO] Compiling Android Resources... This
could take some time [INFO] Installing application on
device [INFO] Launching application ... www
[INFO] Deployed www ... Application should
be running.
expected: should this be the same output? note the build hash and wording about "device" versus" simulator. Nothing new about this. Maybe a usability issue more than a functional bug
Each platform's build output will always be unique. Platform specific internal logging is also going to be unique. General Ti.API.info() and console.* log output should be similar.
Closing ticket as the issue will not fix and with reference to the above comments.