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/AAudioServiceEndpointShared.h b/services/oboeservice/AAudioServiceEndpointShared.h index d671710..bfc1744 100644 --- a/services/oboeservice/AAudioServiceEndpointShared.h +++ b/services/oboeservice/AAudioServiceEndpointShared.h
@@ -52,8 +52,7 @@ aaudio_result_t getTimestamp(int64_t *positionFrames, int64_t *timeNanos) override; - virtual void *callbackLoop() = 0; - + virtual void *callbackLoop() = 0; protected: