I use dlog_print() to debug my tizen native application with custom tag. But I can't see them in "Log" view.
I can find them if I use command 'sdb dlog' directly in console, Though there are no any logs in "Log" view.
I've maneged to find them by message, and they were written in different info levels and tag. For example message with my tag was found with Debug level, tag AUL. The very same message was also found with Info level and teg PULSEAUDIO.