[android-porting] Re: Crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK

2013-02-15 Thread Glenn Kasten
You've probably found a bug in that particular ALOG_ASSERT condition ... it's likely that this assert condition has not been tested recently. For reference, what is the Gerrit project name (e.g. frameworks/av or frameworks/base) and the commit SHA that you're using? If you have a fix, can you pl

[android-porting] Re: Crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK

2013-02-15 Thread Uday Gupta
frameworks/av Commit-SHA : 65e8d62a5b243518795cdafa498df4a49baf6940 Sorry don't have a fix. On Friday, February 15, 2013 3:19:39 PM UTC-8, Glenn Kasten wrote: > > You've probably found a bug in that particular ALOG_ASSERT condition ... > it's likely that this assert condition has not been tested

[android-porting] Re: Crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK

2013-04-05 Thread Glenn Kasten
Tracking at internal tracker ID ...6035 On Friday, February 15, 2013 4:05:42 PM UTC-8, Uday Gupta wrote: > > frameworks/av > Commit-SHA : 65e8d62a5b243518795cdafa498df4a49baf6940 > > Sorry don't have a fix. > > On Friday, February 15, 2013 3:19:39 PM UTC-8, Glenn Kasten wrote: >> >> You've probabl