语言

Menu
Sites
Language
Any way to get printf output?

Is there a way to get printf() log output?

Thanks!

响应

3 回复
Alex Dem

Hi,
I did not find console in IDE to view printf() formatted data in Tizen.
To print debug data you could use AppLog() method and view Log console after (see Window->Show View->Log).
Alexey.

Joshua Granick

Thanks,

Does anyone know if its possible to import the "AppLog" (or similar) macros without importing a full OSP header (like FApp.h)? We are a special case with generated C++ code, that needs to build without the full OSP headers, because of conflicts between "String", "null" and other similarly named types

Thanks again :)

muditha murthy

 try to include FBaseLog.h