[TIMOB-7270] Report classes used during building for device or production
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-22T23:54:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.2.0 |
Components | Tooling |
Labels | analytics |
Reporter | Blain Hamon |
Assignee | Ingo Muschenetz |
Created | 2012-01-17T17:59:26.000+0000 |
Updated | 2017-03-23T18:11:15.000+0000 |
Description
A useful data point is to find out what classes and modules fall under heavy use and which don't. During the build process for iOS, this information is indirectly gleaned in generating USE_TI_ compiler flags. If Titanium Studio could relay this information back to the cloud, we could have a better idea on what classes we could safely remove or which classes has the best ROI in terms of code fixes.
Also, this probably will require changes on cloud and tools, as well.
We added support for this for iOS and Android in TiSDK 3.2.0.
Closing ticket as fixed.