dbg.h file is removed. 33/38433/1
authorKim Youngjin <yj21c.kim@samsung.com>
Mon, 20 Apr 2015 23:40:37 +0000 (08:40 +0900)
committerKim Youngjin <yj21c.kim@samsung.com>
Mon, 20 Apr 2015 23:41:33 +0000 (08:41 +0900)
Change-Id: If3920536c78590ba19c7440fdb3070d5b1053020
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
include/dbg.h [deleted file]
src/control.cpp
src/main.cpp
src/mediadata.cpp
src/playermgr.cpp
src/slider.cpp
src/timeout_handler.cpp
src/videodata.cpp
src/view_player.cpp
src/volume.cpp

diff --git a/include/dbg.h b/include/dbg.h
deleted file mode 100644 (file)
index 6cbeffa..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __DBG_H__
-#define __DBG_H__
-
-#include <dlog.h>
-
-#ifdef LOG_TAG
-#undef LOG_TAG
-#endif
-#define LOG_TAG "org.tizen.video-player"
-
-#ifndef _ERR
-#define _ERR(fmt, args...) LOGE(fmt"\n", ##args)
-#endif
-
-#ifndef _DBG
-#define _DBG(fmt, args...) LOGD(fmt"\n", ##args)
-#endif
-
-#ifndef _INFO
-#define _INFO(fmt, args...) LOGI(fmt"\n", ##args)
-#endif
-
-#endif /* __DBG_H__ */
index 59e4a74..3d95c98 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "i18n.h"
index 771206f..214129e 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "view_player.h"
@@ -24,6 +23,8 @@
 #define PARAM_URI "uri"
 #define PARAM_PLAYLIST_ID "playlist_id"
 
+SET_TAG("org.tizen.video-playher");
+
 struct SAppData {
        const char *name;
        Evas_Object *win;
index 5d3a5a0..c7ae1bf 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
 */
 
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "mediadata.h"
index 523e654..a5db947 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
 */
 
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "playermgr.h"
index 26316b6..bb609fa 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "playermgr.h"
index bdac234..f63cb9d 100644 (file)
@@ -18,7 +18,7 @@
 #include <Eina.h>
 #include <Ecore.h>
 #include "timeout_handler.h"
-#include "dbg.h"
+#include <MacroDefine.h>
 
 #define NUM_EVENT_HANDLERS 7
 
index a4ce494..a6e9eaf 100644 (file)
@@ -14,7 +14,6 @@
  * limitations under the License.
 */
 
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "videodata.h"
index 5682e3a..6013ea7 100644 (file)
@@ -15,7 +15,6 @@
 */
 
 #include <efl_extension.h>
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "i18n.h"
index c880203..cad9b2f 100644 (file)
@@ -15,7 +15,6 @@
 */
 
 #include <media/sound_manager.h>
-#include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
 #include "volume.h"