Merge "Fixes a bug in the reporting for MSA sessions"

This commit is contained in:
Linux Build Service Account 2013-09-09 23:13:11 -07:00 committed by Gerrit - the friendly Code Review server
commit 8946fedf67

View file

@ -700,7 +700,8 @@ void LocEngReportPosition::proc() const {
// 2.2.3 the inaccuracy exceeds our tolerance
else if ((LOC_SESS_SUCCESS == mStatus &&
((LOC_POS_TECH_MASK_SATELLITE |
LOC_POS_TECH_MASK_SENSORS) &
LOC_POS_TECH_MASK_SENSORS |
LOC_POS_TECH_MASK_HYBRID) &
mTechMask)) ||
(LOC_SESS_INTERMEDIATE == locEng->intermediateFix &&
!((mLocation.gpsLocation.flags &