-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bugfix] Modify dlog output code #191
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,12 @@ SET(NNS_EDGE_SRCS | |
${NNS_EDGE_SRC_DIR}/nnstreamer-edge-data.c | ||
${NNS_EDGE_SRC_DIR}/nnstreamer-edge-event.c | ||
${NNS_EDGE_SRC_DIR}/nnstreamer-edge-internal.c | ||
${NNS_EDGE_SRC_DIR}/nnstreamer-edge-log.c | ||
${NNS_EDGE_SRC_DIR}/nnstreamer-edge-util.c | ||
${NNS_EDGE_SRC_DIR}/nnstreamer-edge-queue.c | ||
) | ||
IF (NOT ENABLE_TIZEN) | ||
SET(NNS_EDGE_SRCS ${NNS_EDGE_SRCS} ${NNS_EDGE_SRC_DIR}/nnstreamer-edge-log.c) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If not using Tizen or Android, nns_edge_print_log() in nnstreamer-edge-log.c is used. |
||
ENDIF() | ||
|
||
IF(MQTT_SUPPORT) | ||
IF(MOSQUITTO_LIB) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove this function? How can we set log level after this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Operation is possible without nns_edge_set_log_level().