Fix wrong log tag
The log tag for ATL open success was mistakenly set as ATL closed Change-Id: I755fb2545226e09135935956796c951a7e33dab9 CRs-fixed: 645283
This commit is contained in:
parent
3d86280b90
commit
a6e2f769a8
1 changed files with 1 additions and 1 deletions
|
@ -1374,7 +1374,7 @@ struct LocEngAtlOpenSuccess : public LocMsg {
|
|||
mStateMachine->onRsrcEvent(RSRC_GRANTED);
|
||||
}
|
||||
inline void locallog() const {
|
||||
LOC_LOGV("LocEngAtlClosed agps type: %s\n apn: %s\n"
|
||||
LOC_LOGV("LocEngAtlOpenSuccess agps type: %s\n apn: %s\n"
|
||||
" bearer type: %s",
|
||||
loc_get_agps_type_name(mStateMachine->getType()),
|
||||
mAPN,
|
||||
|
|
Loading…
Reference in a new issue