Hi!

Long time reader, first time poster (meaning all my questions are
usually answered already :-).  I have one issue that is not already
answered as far as I can find.

The ActivityManager is logging every time it starts one of my
activities. This isn't the worst thing in the world for most
applications, but we'd rather be a bit more secretive in our app :-).
We could obfuscate the activity names, but I'd rather not do that as
well.  So my question: is there any way to stop the ActivityManager
from logging every time one of my activities starts?  For example I
see this in the logs:

I/ActivityManager(  169): Starting: Intent
{ cmp=com.ourco.ui/.MyActivity } from pid 1881

I/ActivityManager(  169): Displayed com.ourco.ui/.MyActivity: +402ms

Information we don't want a normal user to see about our app :-)  If
anyone has a solution let me know!

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to