You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/19 04:33:51 UTC

[48/50] [abbrv] incubator-weex git commit: * [ios] add jserror upload method, add trigger positions

* [ios] add jserror upload method, add trigger positions


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/febb7207
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/febb7207
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/febb7207

Branch: refs/heads/release
Commit: febb72075e26284d2032e79ca626a7e252616b27
Parents: 65c0910 e3b9c10
Author: gurisxie <27...@qq.com>
Authored: Thu Oct 19 11:59:24 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Thu Oct 19 12:00:54 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj       | 12 +++++
 .../WeexSDK/Sources/Bridge/WXBridgeContext.m    | 13 +++--
 ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m | 16 +++---
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m    |  5 +-
 ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h     |  6 +++
 .../WeexSDK/Sources/Monitor/WXExceptionUtils.h  | 29 ++++++++++
 .../WeexSDK/Sources/Monitor/WXExceptionUtils.m  | 57 ++++++++++++++++++++
 ios/sdk/WeexSDK/Sources/WeexSDK.h               |  1 +
 8 files changed, 128 insertions(+), 11 deletions(-)
----------------------------------------------------------------------