"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Suppress logs

Once i open camera view i see 2 logs filling my logcate. These are

 

02-27 16:30:51.999: I/Camera(17934): handleMessage: 16 02-27 16:30:51.954: D/NativeCrypto(17934):  some ssl related messages  These logs are continuous because of which i am not able to see my other logs. Is there a way i can suppress thesei am using version 1.5.9 I am getting this with all sample apps.     

AlessandroB

Wed, 02/27/2013 - 09:29

Hi, if you are displaying the logcat in Eclipse, you can define a filter and specify a tag in the "By Log Tag" field; 

if you are just displaying the logs in the console (using adb logcat), you can filter with something like:

I am using eclipse and unfortunately i have different Tags used in my app . so i was filtering by app name and that doesnt help .

preetha.ng

Wed, 02/27/2013 - 09:49

i tried on adb shell  and its working. Than you .

Is there a way to permannetly  remove/ supress these

You're welcome.

You cannot permanently suppress, you need to find and apply the most approproate filters (either in Eclipse or in adb as you did).