This is an automated email from the ASF dual-hosted git repository.

moshen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git.


    from a994ce9  [Android] record ipc exception history and weexCoreThread 
stackTrace when white screen or js process died/reload (#2826)
     new 86bc455  [iOS] output render timeline on iOS
     new 36f47c9  Merge branch 'master' into master
     new 5df2e4e  Merge pull request #2822 from jianhan-he/master

The 11710 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj          | 12 +--
 ios/sdk/WeexSDK/Sources/Bridge/WXBridgeContext.m   | 11 +--
 ios/sdk/WeexSDK/Sources/Bridge/WXCoreBridge.h      |  2 +
 ios/sdk/WeexSDK/Sources/Bridge/WXCoreBridge.mm     |  8 ++
 .../WeexSDK/Sources/Manager/WXComponentManager.mm  |  4 +-
 ios/sdk/WeexSDK/Sources/Model/WXComponent.mm       |  5 +-
 .../Sources/Model/WXSDKInstance_performance.m      |  4 +-
 ...{WXConsoleLogModule.m => WXConsoleLogModule.mm} |  6 ++
 .../WeexSDK/Sources/Performance/WXApmForInstance.h |  5 ++
 .../WeexSDK/Sources/Performance/WXApmForInstance.m | 97 ++++++++++++++++++++++
 .../core/bridge/platform/core_side_in_platform.cpp |  8 ++
 .../core/bridge/platform/core_side_in_platform.h   |  1 +
 weex_core/Source/core/bridge/platform_bridge.h     |  2 +
 .../core/network/ios/default_request_handler.mm    |  8 ++
 14 files changed, 156 insertions(+), 17 deletions(-)
 rename ios/sdk/WeexSDK/Sources/Module/{WXConsoleLogModule.m => 
WXConsoleLogModule.mm} (88%)

Reply via email to