OSDN Git Service

AudioTrack::dump null mCblk check test
authorZbigniew Mazur <zbigniew.mazur@sonyericsson.com>
Thu, 11 Oct 2012 11:56:41 +0000 (13:56 +0200)
committerJohan Redestig <johan.redestig@sonymobile.com>
Fri, 23 Nov 2012 08:49:30 +0000 (09:49 +0100)
commit2b691b90507ec45a98636a855c46de5dbe27c84a
treea74fbe1863be31bb94a90e89c2bfe6c32134e41c
parent33cf49b168a88a88167c46b01787a57b49cd875f
AudioTrack::dump null mCblk check test

This fix is protecting AudioTrack::dump from SIGSEGEV
when calling dumpsys shell command.

Change-Id: I30d136e195a12d6fdad41e14f557b0ad9e59b8a2
media/libmedia/AudioTrack.cpp