add the new lines at the debug 06/54506/1 accepted/tizen/mobile/20151216.105500 accepted/tizen/tv/20151216.105405 accepted/tizen/wearable/20151216.105446 submit/tizen/20151215.224410
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 15 Dec 2015 10:42:06 +0000 (19:42 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 15 Dec 2015 22:38:53 +0000 (07:38 +0900)
Change-Id: I0aad6c03df8dde650f364a80d013b5684f4ebb3f

src/tbm_bufmgr.c

index 1b7ce7b..977e01e 100644 (file)
@@ -1602,6 +1602,10 @@ void tbm_bufmgr_debug_show(tbm_bufmgr bufmgr)
 
        pthread_mutex_lock(&gLock);
 
+       TBM_DEBUG("\n");
+       TBM_DEBUG("\n");
+       TBM_DEBUG("\n");
+       TBM_DEBUG("\n");
        _tbm_util_get_appname_from_pid(getpid(), app_name);
        _tbm_util_get_appname_brief(app_name);
        TBM_DEBUG("============TBM DEBUG: %s(%d)===========================\n", app_name, getpid());