Greetings!

I've been looking at the built in logging classes for Android and am
not sure that it's going to do what I'm after.
We're developing an application where we want the end user to be able
to examine the application log file, and also to be able to send it to
us if there are issues.

The android.util.log class appears to be geared solely towards
debugging on an emulator.  Am I wrong?  Is it possible to specify that
this log is written to a file and then access it externally, copy it,
or even e-mail it?

Alternatively, if I am to write my own log file, or have an
application configuration file, what would be the best place to put
it?  I haven't quite grasped the file system structure yet.  Where
exactly will android.os.Environment.getDataDirectory() point to?  Is
this specific to my application, or all applications? Is it the most
appropriate place to put publicly accessible log files?  Or should I
simply try to create my own directory at the root?

Looking forwards to your suggestions!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to