FMStats: Update SINR value to fm data file for cherokee
Added the condition to update the value of SINR value to fm data files
for cherokee chips.
Change-Id: Ie63e0baaceb9008e12804279b80107e70f962058
diff --git a/fmapp2/src/com/caf/fmradio/FMStats.java b/fmapp2/src/com/caf/fmradio/FMStats.java
index 091b1b3..1e7a25d 100644
--- a/fmapp2/src/com/caf/fmradio/FMStats.java
+++ b/fmapp2/src/com/caf/fmradio/FMStats.java
@@ -2982,7 +2982,7 @@
tempStr.append(String.format("%10s", aRes.getIntDet()));
}
- if(isTransportLayerSMD() || isRomeChip())
+ if(isTransportLayerSMD() || isRomeChip() || isCherokeeChip())
{
tempStr.append(String.format("%10s", aRes.getSINR()));
} else