diff options
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 55ba72e..6685add 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -160,7 +160,7 @@ LocApiBase::LocApiBase(LOC_API_ADAPTER_EVENT_MASK_T excludedMask, android_atomic_inc(&mMsgTaskRefCount); if (nullptr == mMsgTask) { - mMsgTask = new MsgTask("LocApiMsgTask", false); + mMsgTask = new MsgTask("LocApiMsgTask"); } } |