[TIMOB-5054] Fastdev fills up logcat when ti.android.debug set to true in tiapp.xml
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-10-17T21:12:36.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | n/a |
Components | Android |
Labels | fastdev, tbs-1.9.0 |
Reporter | Bill Dawson |
Assignee | Ingo Muschenetz |
Created | 2011-08-19T10:18:19.000+0000 |
Updated | 2017-03-30T18:00:58.000+0000 |
Description
To recreate, make sure you have
<property type="bool" name="ti.android.debug">true</property>
in your tiapp.xml, and then also that fastdev is running (which it will do automatically if you launch from Titanium Studio.) Then when you're app is running, check adb logcat
and you'll see the tons of messages streaming by.
As we discussion, probably a new ti.android.log_level would be useful as part of the solution.
To enable tracing for fastdev, use this adb command:
If you send the "restart-app" command from fastdev, you should see the trace message
Execute command: restart
Afterward, you can set the log level back toINFO
and theExecute command:..
log messages should go away:Reopening because of difficulties getting log level back to INFO.
We are deprecating FastDev in version 3.2.0, so marking this as "Won't Fix"
Closing ticket with reference to the above comment from Ingo.