PelionIoT / pelion-ready-example

Pelion Device Ready example - deprecated
https://github.com/ARMmbed/pelion-ready-example
Apache License 2.0
2 stars 18 forks source link

Add initialization of mbed-trace #23

Closed bridadan closed 6 years ago

bridadan commented 6 years ago

This fixes https://github.com/ARMmbed/simple-mbed-cloud-client/issues/15.

I've placed it in the application for now since our examples do something similar. If you'd prefer to put this in the library just let me know!

MarceloSalazar commented 6 years ago

Thanks for the fix! I'd prefer moving the trace code to the SMCC library, so main.cpp of the application remains very simple.

FYI @janjongboom

janjongboom commented 6 years ago

+1 for moving it into SMCC. You can still toggle on/off from mbed_app.json.

bridadan commented 6 years ago

Closing this in favor of https://github.com/ARMmbed/simple-mbed-cloud-client/pull/17