How to view logs from FFI for android in DDMS monitor

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

unable to get logs from FFI which are put under TAG in android Native code.

is there change need to be done for it?

Thanks

@Johnvthon Phelps​ : Presuming you are using android.util.Log for logging, did you build the application in debug mode?

"put under TAG" does this mean a TAG used in log.d or a if condition ?

Generally if you are logging by default in FFI code , you should be able to see with out any problem.

It is better you attach a sample if you are not to help you better