audio:Avoid AudioTrackThread if Track creation fails
-mAudioTrackThread is starting before the track creation. This thread is used to process the audio buffer, which is no longer valid if the track creation itself is failing. -Fix is to check for the result of track creation and based on the result need to start the mAudioTrackThread. Change-Id: Ic69e45f4269408ff60fe83390e9f8d0c895582e3 CRs-Fixed: 611668
Loading