提交 8777567e authored 作者: 张国庆's avatar 张国庆

Update AMapLocationClientImpl.java

上级 63e20432
...@@ -38,9 +38,10 @@ public class AMapLocationClientImpl implements AMapLocationListener { ...@@ -38,9 +38,10 @@ public class AMapLocationClientImpl implements AMapLocationListener {
locationClient = new AMapLocationClient(context); locationClient = new AMapLocationClient(context);
} }
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); // e.printStackTrace();
}finally { Log.d("AMapLocationClientImpl", "startLocation: " + e.getMessage());
Map<String, Object> result=new HashMap<>(); } finally {
Map<String, Object> result = new HashMap<>();
result.put("errorCode", -1); result.put("errorCode", -1);
result.put("errorInfo", "locationClient is error"); result.put("errorInfo", "locationClient is error");
mEventSink.success(result); mEventSink.success(result);
...@@ -56,9 +57,10 @@ public class AMapLocationClientImpl implements AMapLocationListener { ...@@ -56,9 +57,10 @@ public class AMapLocationClientImpl implements AMapLocationListener {
locationClient = new AMapLocationClient(mContext); locationClient = new AMapLocationClient(mContext);
} }
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); Log.d("AMapLocationClientImpl", "startLocation: " + e.getMessage());
}finally { // e.printStackTrace();
Map<String, Object> result=new HashMap<>(); } finally {
Map<String, Object> result = new HashMap<>();
result.put("errorCode", -1); result.put("errorCode", -1);
result.put("errorInfo", "locationClient is error"); result.put("errorInfo", "locationClient is error");
mEventSink.success(result); mEventSink.success(result);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论