- dlog is used for the logging system of the Tizen.
Thus printf is changed to dlog
Change-Id: I9587dbe98d6651c2650794984c5825069e54243a
Signed-off-by: taeyoung <ty317.kim@samsung.com>
* ...
* result = device_display_change_state(DISPLAY_STATE_SCREEN_OFF);
* if( result < 0 )
- * printf("[ERROR] return value result =%d, \n",result);
+ * dlog_print(DLOG_ERROR, LOG_TAG, "[ERROR] return value result =%d, \n",result);
* else
- * printf("[SUCCESS] return value result =%d \n",result);
+ * dlog_print(DLOG_DEBUG, LOG_TAG, "[SUCCESS] return value result =%d \n",result);
* ...
* @endcode
*/