[android-developers] Re: Problem with Playing sound in my cuckoo clock widget

2010-11-07 Thread tina lincon
Thanks a lot Alex, I'll check with it.. On Nov 5, 8:58 am, RockNCode wrote: > Hello. > > I suggest you go to frameworks/base/libs/audioflinger/AudioFlinger.cpp > and add LOGE prints to functions createTrack and createTrack_l. Could > you check in createTrack_l if you are entering to this condtion

[android-developers] Re: Problem with Playing sound in my cuckoo clock widget

2010-11-04 Thread RockNCode
Hello. I suggest you go to frameworks/base/libs/audioflinger/AudioFlinger.cpp and add LOGE prints to functions createTrack and createTrack_l. Could you check in createTrack_l if you are entering to this condtion ?: Mutex::Autolock _l(mLock); track = new Track(this, client, streamT