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

Update AMapLocationClientImpl.java

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