commit | a3901e95412eacedb5682eb4cda9d63d3ef9f734 | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Mon Oct 08 13:54:38 2018 -0700 |
committer | Phil Burk <philburk@google.com> | Mon Dec 03 15:46:11 2018 -0800 |
tree | cbd706244c858d132efa8dd103be42b855ce4452 | |
parent | 1268b28c5c65691532d3ffb503a199c677c801b9 [diff] [blame] |
aaudio: reduce log spam Remove logging that is redundant or no longer needed. Test: write_sine_callback -pl Test: write_sine_callback -pl -r44100 Change-Id: I9004d32509757847764b9533c5cda743c6bd81a0
diff --git a/services/oboeservice/AAudioServiceEndpoint.h b/services/oboeservice/AAudioServiceEndpoint.h index a134a13..43b0a37 100644 --- a/services/oboeservice/AAudioServiceEndpoint.h +++ b/services/oboeservice/AAudioServiceEndpoint.h
@@ -41,7 +41,7 @@ , public AAudioStreamParameters { public: - virtual ~AAudioServiceEndpoint(); + virtual ~AAudioServiceEndpoint() = default; virtual std::string dump() const;