Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[Android] Fix Android Crash in PostTaskToMsgLoop #2830

Merged
merged 3 commits into from
Aug 15, 2019

Commits on Aug 15, 2019

  1. [Android] Fix Android Crash in `EagleBridge::WeexCoreHandler::PostTas…

    …kToMsgLoop`
    
    As `WeexCoreManager::Instance()->script_thread()` is initialized in `WeexCore::InitFramework`, `EagleBridge::WeexCoreHandler::PostTaskToMsgLoop` will crash if `WeexCore::InitFramework` is not invoked.
    
    Fix this problem by not supporting `EagleBridge::WeexCoreHandler::PostTaskToMsgLoop` anymore.
    
    ```
    libweexcore.so (_ZN8WeexCore11EagleBridge15WeexCoreHandler17PostTaskToMsgLoopERKNSt6__ndk18functionIFvvEEE+13)
    ```
    YorkShen committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    6b010a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c23bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47cdadb View commit details
    Browse the repository at this point in the history