[AC-4522] Android devices are showing too many console logs and very frequently that I cannot see the output from my code generated using info, warn, debug or error method.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2016-10-02T15:02:09.000+0000 |
Affected Version/s | Appcelerator Studio 4.3.0, Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android |
Reporter | Prashant Saini |
Assignee | Shak Hossain |
Created | 2016-10-02T09:03:56.000+0000 |
Updated | 2016-10-02T15:03:52.000+0000 |
Description
I am getting below types of console output messages while selecting any Ti SDK >= 5.4.0.GA on Android only. If I select sdk <= 5.3.1.GA, messages dont show up.
I have also tried by changing the console type to Debug, Info, Warn, Error or even Trace. These messages shown up on every console level.
[INFO] : D/StatusBar.MSimNetworkController( 1166): getNumberOfActiveSim:0
[INFO] : D/StatusBar.MSimNetworkController( 1166): getPhoneSignalIconList: mMaxLevelOfSignalStrengthIndicator = 4 inetCondition = 0
[INFO] : D/StatusBar.MSimNetworkController( 1166): getDataSignalIconId: mMaxLevelOfSignalStrengthIndicator = 4 inetCondition = 0 iconLevel = 4
[INFO] : D/StatusBar.MSimNetworkController( 1166): updateTelephonySignalStrength: iconLevel=4
Duplicate of AC-4501