[inc]: change LOG_TAG to MODULE_TAG for more general usage

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@38 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-05 10:04:45 +00:00
parent 7a8f2b7249
commit 764d72e7c5
9 changed files with 28 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "rk_list"
#define MODULE_TAG "rk_list"
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>