Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-142] system-info doesn't show android info

GitHub Issuen/a
TypeBug
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2017-11-15T10:18:39.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 1.0.0
Componentsandroidlib
Labelsn/a
ReporterKondal Kolipaka
AssigneeChris Barber
Created2017-11-15T02:52:43.000+0000
Updated2017-11-15T10:18:39.000+0000

Description

I'm using appcd 1.0.0-2 and can't see the android info when I execute appc exec /system-info/1.x/info Please find the attached appcd status and system_info files

Attachments

FileDateSize
appcd_status.rtf2017-11-15T02:55:33.000+0000155058
appcd_status.rtf2017-11-15T02:54:51.000+0000155058
system_info.rtf2017-11-15T02:53:49.000+0000288052

Comments

  1. Chris Barber 2017-11-15

    The problem is due to androidlib.devices.trackDevices is not a function. I'm not sure exactly how that's possible.
       TypeError: androidlib.devices.trackDevices is not a function
           at AndroidInfoService.initDevices (/Users/kkolipaka/source/appc-daemon/plugins/appcd-plugin-android/src/android-info-service.js:58:5)
           at AndroidInfoService.activate (/Users/kkolipaka/source/appc-daemon/plugins/appcd-plugin-android/src/android-info-service.js:43:14)
           at Object.activate (/Users/kkolipaka/source/appc-daemon/plugins/appcd-plugin-android/src/index.js:18:17)
           at ExternalPlugin.activate (/Users/kkolipaka/source/appc-daemon/packages/appcd-plugin/src/plugin-base.js:146:22)
           at globals.appcd.call.then.then (/Users/kkolipaka/source/appc-daemon/packages/appcd-plugin/src/external-plugin.js:311:21)
           at <anonymous>
           at process._tickCallback (internal/process/next_tick.js:188:7)
       
  2. Chris Barber 2017-11-15

    I've published a new version of androidlib and I triple checked that androidlib.devices.trackDevices is not only a function, but that it worked. Please re-open if it happens again.

JSON Source