12-19-2011 08:07 AM
Hello,
I'm using Webtrend library 1.0 to collect data about usage of my app.
Config file was loaded properly.
I have set
wt_dc_debug() to false
cause I don't need any logs from Webtrends.
wt_dc_persist_events to false
wt_dc_request_permission to false
but I keep getting an endless stream of messages to my console. Smth like that
[0.0] VM:TRJFp=<appname>
[0.0] <appname>-3(4EEF3432)
[0.0] WebtrendsRIMDataStore$WebtrendsRIMDataStoreQueueSa
[0.0] <private>
[0.0] 0x1BB4
[0.0] VM:TRJFp=<appname>
[0.0] <appname>-3(4EEF3432)
[0.0] WebtrendsRIMDataStore$WebtrendsRIMDataStoreQueueSa
[0.0] <private>
[0.0] 0x1BB4
What is the reason of this messages and how I can stop it?
Thank you.
12-19-2011 10:33 PM
These log messages aren't directly from the Analytics SDK. They are VM messages noting that the Analytics Thread is ready to run. The Analytics SDK uses 3 background threads to process events and send them to the Analytics Service. The VM logs to the console when any Threads are ready to run.
We don't have any filter controls for the console output, so there's no real way to control what is output.
12-20-2011 04:30 AM
Ok, we can't filter logs.
But what is the reason of this infinite log?
Thank you.