maybe need change the log level in init.rc??

On Feb 17, 11:30 am, forest <[email protected]> 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: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to