Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6283] Android: show logcat message telling what runtime is being used (near as possible to app startup)

GitHub Issuen/a
TypeStory
PriorityTrivial
StatusClosed
ResolutionFixed
Resolution Date2011-11-28T16:03:41.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-48, Release 1.8.0.1
ComponentsAndroid
Labelsbranch-v8, module_build, qe-testadded
ReporterBill Dawson
AssigneeBill Dawson
Created2011-11-22T15:48:49.000+0000
Updated2014-02-04T00:46:03.000+0000

Description

As soon as possible, when an app loads we should show an info message in logcat concerning which runtime (v8/rhino) is being used.

Comments

  1. Bill Dawson 2011-11-28

    Testing Notes: * Create and launch any app on emulator. * In the emulator (logcat) console messages in Studio, find the message which tells you the version of Titanium that is running. Here's an example of that (will not match yours exactly):
       I/TiApplication(  722): (main) [298,298] Titanium 1.8.0.1 (2011/11/28 22:59 49810b9)
       
    * A few lines below that should appear the new message which tells you which javascript runtime is being used for the app. Here's what it looks like for rhino:
       I/TiApplication(  722): (main) [120,562] Titanium Javascript runtime: rhino
       
    * Run it also for V8 to make sure that works.
  2. Natalie Huynh 2012-02-08

    Tested with 1.9.0.v20120207171634 with Emulator 2.2

JSON Source