audio: alsa_utils: change log tag
* Match log tags used elsewhere in the audio HAL to make debugging easier (i.e. 'logcat | grep AHAL').
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "alsa_device_profile"
|
||||
#define LOG_TAG "AHAL_alsa_device_profile"
|
||||
/*#define LOG_NDEBUG 0*/
|
||||
/*#define LOG_PCM_PARAMS 0*/
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "alsa_device_proxy"
|
||||
#define LOG_TAG "AHAL_alsa_device_proxy"
|
||||
/*#define LOG_NDEBUG 0*/
|
||||
/*#define LOG_PCM_PARAMS 0*/
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "alsa_format"
|
||||
#define LOG_TAG "AHAL_alsa_format"
|
||||
/*#define LOG_NDEBUG 0*/
|
||||
|
||||
#include "include/alsa_format.h"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "alsa_logging"
|
||||
#define LOG_TAG "AHAL_alsa_logging"
|
||||
/*#define LOG_NDEBUG 0*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user