summaryrefslogtreecommitdiffstats
path: root/media/libnbaio/NBLog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of f285c91e to masterElliott Hughes2014-05-221-1/+1
|\ | | | | | | Change-Id: I4c995e297d09c0854a42142cc57dce8b771acf65
| * Move frameworks/av from fdprintf to POSIX dprintf.Elliott Hughes2014-05-221-1/+1
| | | | | | | | | | Bug: 11156955 Change-Id: Ia98cd16b4c1f7be87cf060b7456de4f40896bacb
* | resolved conflicts for merge of 0d79b935 to masterGlenn Kasten2014-04-301-3/+3
|\ \ | |/ | | | | Change-Id: If6de8c1b1d7707918e2a60ea8583749e0127edb8
| * Fix format warningsGlenn Kasten2014-04-281-3/+3
| | | | | | | | Change-Id: Id7aded4287cc8d5387a20389d3ef6220d67d1d88
| * Add private method NBLog::Reader::dumpLine()Glenn Kasten2014-04-281-37/+43
| | | | | | | | | | | | | | This allows us to abstract out fdprintf vs ALOGI so that callers don't need an 'if' at every location. Change-Id: I4c68185fc19f32caeaed93347e6b7d09b8d4c4d8
* | Fix bug with not reporting lost bytesGlenn Kasten2014-02-181-2/+2
| | | | | | | | Change-Id: I431d989dbd115b43822e9e48fd4c2b8e6322cfe3
* | Add private method NBLog::Reader::dumpLine()Glenn Kasten2014-02-181-37/+43
| | | | | | | | | | | | | | This allows us to abstract out fdprintf vs ALOGI so that callers don't need an 'if' at every location. Change-Id: I4c68185fc19f32caeaed93347e6b7d09b8d4c4d8
* | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-1/+1
|\ \ | |/ | | | | Change-Id: I7b1cc71057b2bd4f771e7bcf508a8c3abd6017ce
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Contains the necessary changes to make frameworks/av build and work on a 64-bit machine. Signed-off-by: Craig Barber <craig.barber@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com> Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Change-Id: I725feaae50ed8eee25ca2c947cf15aee1f395c43
| * Add non-blocking event logger NBLogGlenn Kasten2013-01-251-0/+447
| | | | Change-Id: I6c136cf3d7f46a8af84c69ecfc199dab394c10dc
* Add RecordThread media.log and deferred deallocationGlenn Kasten2013-12-051-1/+1
| | | | | | | | | | | | | | | | This change allows a media.log buffer for RecordThread. Unlike playback threads which stick around forever, the RecordThread comes and goes for every capture session. This means that the media.log buffer for a RecordThread would disappear too, and so was useless. Now when a thread exits, it's associated media.log buffer is just marked for deferred deallocation. It is only actually freed when the memory is needed. Other changes: - Fix bug in unregistering comparison, it was comparing the wrong pointers - Increased size of log area so we can log for RecordThread also Change-Id: If45d4c03a793b86390a0112ec3acc5d41b2e3635
* Add non-blocking event logger NBLogGlenn Kasten2013-01-251-0/+447
Change-Id: I6c136cf3d7f46a8af84c69ecfc199dab394c10dc