commit | 6b1c612162ce290c54e0b0a418e1791410f95d47 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Wed Sep 12 19:09:07 2018 -0700 |
committer | Andy Hung <hunga@google.com> | Thu Sep 13 17:54:49 2018 -0700 |
tree | 51f1213fa8c534e8f403c40a1b6f2f34b7b7fa39 | |
parent | fb8ede2a020e741cb892ee024fcfba7e689183f2 [diff] [blame] |
AudioRecord: Add client side track id for logging Test: Audio sanity test, check logcat Bug: 115400221 Change-Id: Ifa9c05c0df66e372e773b5149a0f1ed49a21ef3a
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index f299d83..7db7d9f 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -1808,6 +1808,7 @@ output.cblk = recordTrack->getCblk(); output.buffers = recordTrack->getBuffers(); + output.trackId = recordTrack->id(); // return handle to client recordHandle = new RecordHandle(recordTrack);