* libfm_jni/ConfFileParser.cpp:480:21:
error: using the result of an assignment
as a condition without parentheses
Change-Id: Ib9526734ec96e029f89801ec9b008296a7e2c0fc
* Log cur_fm_state as Debug instead of Error
* Log successful and state logs as Debug and Info instead of Error
* Log step by step firmware download as Info and Debug
* Fix logging of the is_rds_support
* Add __func__ name for the cur_fm_state logs
* Add a cur_fm_state log for Stop_Scan_Seek
* Add missing LOG_TAG for all sources using ALOG*
* Avoid double log on error in IsRdsSupport
* Fix typos, relevant warnings and cleanup related sources
Change-Id: I2abe77c6f00c02ef106b569bef5db6b366e76df1
Test code had some of the allocs not freed up, added code
to free up the leaks.
Change-Id: I20a61e76f006334731378c01800cf6ad14a69e49
CRs-Fixed: 2159776