samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()
authorSuman Anna <s-anna@ti.com>
Fri, 9 Aug 2019 16:27:09 +0000 (11:27 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 27 Aug 2019 05:10:28 +0000 (22:10 -0700)
commit2519fbb39711e5e6696685f29fe049af93c5987c
treede368e896ce3a14d65ecf41f51c80bbd1c6bca3a
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()

Replace the raw print_hex_dump() call in the rpmsg_sample_cb() function
with the equivalent print_hex_dump_debug() better suited for dynamic
debug. This switch allows flexibility of controlling this trace through
dynamic debug when enabled.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
samples/rpmsg/rpmsg_client_sample.c