Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry Analytics Service

Reply
New Developer
vannadiz
Posts: 31
Registered: 03-17-2009

Disable logs from Webtrends

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$WebtrendsRIMDataStoreQueueSaver
[0.0] <private>
[0.0] 0x1BB4
[0.0] VM:TRJFp=<appname>
[0.0] <appname>-3(4EEF3432)
[0.0] WebtrendsRIMDataStore$WebtrendsRIMDataStoreQueueSaver
[0.0] <private>
[0.0] 0x1BB4

 

What is the reason of this messages and how I can stop it?

 

Thank you.

 


Please use plain text.
BlackBerry Development Advisor
twindsor
Posts: 269
Registered: 07-15-2008
My Carrier: Bell

Re: Disable logs from Webtrends

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.

Tim Windsor
Application Development Consultant
Please use plain text.
New Developer
vannadiz
Posts: 31
Registered: 03-17-2009

Re: Disable logs from Webtrends

Ok, we can't filter logs.

But what is the reason of this infinite log? 

 

Thank you.

Please use plain text.