I've am writing an app that has a major component in C++.  In order to
aid debugging I tend to write a lot of data to the logs from C++ (and
a minimal amount from Java).  The logs are written out using NDK
logging facilities and also written to files on the device.  It seems
that, at least under high logging load, when I run "adb logcat" from
the command line that it skips log messages randomly.

Has anyone else seen this problem?  Is this to be expected?

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

Reply via email to