Maybe try a "\n" at the end of the string?

forest wrote:
> for example:
> void fun()
> {
>     static int c = 0;
>     LOGI("call func() %d", ++c);
> }
>
> the log sometimes display
> call func() 1
> call func() 5
> call func() 8
> ......
>
> when debug PVMFStatus AndroidAudioInput::DoRead() int the file
> external/opencore/android/author/android_audio_input.cpp
>     static int AndroidAudioInputDoRead = 0;
>     LOGI("------AndroidAudioInputDoRead=%d", +
> +AndroidAudioInputDoRead);
> find above case
> >
>   


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to