[TIMOB-9003] Android: Review and fix external error and warning messages
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-08-06T12:40:38.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Sprint 2012-16 Core, Release 3.0.0 |
Components | Android |
Labels | core, qe-port |
Reporter | Neeraj Gupta |
Assignee | Allen Yeung |
Created | 2012-05-05T12:59:34.000+0000 |
Updated | 2014-02-04T00:45:59.000+0000 |
Description
Android platform displays a number of error and warning messages that are not very helpful and are confusing to a number of developers. For example, "[WARN] [object TiUILabel] has an auto width value of 0, meaning this view may not be visible."
We need to evaluate all the external errors and warning messages -
1. Remove unnecessary messages. Every message should serve a specific purpose and provide meaningful information.
2. Make sure that these messages have consistent language style. Documentation team should review these messages.
For testing, you can run any app and look at logcat for the output. I just ran something like:
Please run the app twice, once with
PR: https://github.com/appcelerator/titanium_mobile/pull/2673
Tested with: SDK: 3.0.0GA Studio: 3.0.1.201212181159 Device: Samgung galaxy note(android 2.3.6) Works as expected