commit | b3cf7e656db20c65c0d7c779640db7f5f2a52baf | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Jun 02 10:24:24 2017 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Fri Jun 02 10:24:24 2017 -0700 |
tree | 82a21b169c3fd2d3afb9cfbf95e7949779db8a55 | |
parent | ad4dbf550debd0fa2794eba7c772b85445115181 [diff] |
audioflinger: Extend debug logs in RecordThread This seems to be helpful to figure out why requesting low latency recording fails. E.g. it can fail because RecordThread just doesn't enable fast capture, or because pipe memory allocation has failed, or due to parameters incompatibility. Change-Id: Ia5122b0591836c4999e73f3460c761484f5c2859 Test: manual