app/src/main/java/com/dayu/pipirrapp/service/MyLocationService.java
@@ -87,7 +87,7 @@ super.onCreate(); createNativeLocation(); createBDLocation(); // createBDLocation(); } @@ -252,10 +252,10 @@ if (locationManager != null) { locationManager.removeUpdates(listener); } if (mBDLocationClient != null) { mBDLocationClient.stop(); mBDLocationClient.unRegisterLocationListener(mBDLocationListener); } // if (mBDLocationClient != null) { // mBDLocationClient.stop(); // mBDLocationClient.unRegisterLocationListener(mBDLocationListener); // } } catch (Exception e) { CrashReport.postCatchedException(e);