[android-developers] Re: adb logcat skips log messages

2010-03-19 Thread Hoyle
logs were basically useless. That should be one of the first things mentioned in the documentation on logging. Maybe it is and I just missed it, I naively expected logging to work. Thanks for the info! On Mar 18, 1:35 pm, fadden fad...@android.com wrote: On Mar 17, 11:59 pm, Hoyle hoyle.ho

[android-developers] adb logcat skips log messages

2010-03-18 Thread Hoyle
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