[DAEMON-142] system-info doesn't show android info
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-11-15T10:18:39.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Appc Daemon 1.0.0 |
| Components | androidlib |
| Labels | n/a |
| Reporter | Kondal Kolipaka |
| Assignee | Chris Barber |
| Created | 2017-11-15T02:52:43.000+0000 |
| Updated | 2017-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
| File | Date | Size |
|---|---|---|
| appcd_status.rtf | 2017-11-15T02:55:33.000+0000 | 155058 |
| appcd_status.rtf | 2017-11-15T02:54:51.000+0000 | 155058 |
| system_info.rtf | 2017-11-15T02:53:49.000+0000 | 288052 |
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)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.