9***@qq.com
9***@qq.com
  • 发布:2020-05-05 11:52
  • 更新:2020-05-05 11:52
  • 阅读:6241

【报Bug】uniapp离线打包低版本上运行白屏

分类:uni-app

详细问题描述

编译打包运行项目目前发现,只在部分低版本机型上有白屏现象(即打开APP 只显示开屏页,关闭开屏页白屏)
在hbuilder中运行到手机时同样白屏,但控制台有打印输出内容,离线打包debug模式日志见文尾
我判断是和手机cpu架构有关, 即weex的ABI不适配(weex版本过低) 我离线工程已做ABI过滤(去掉'arm64-v8a'也试过,结果相同)
ndk {
abiFilters 'armeabi-v7a','x86','arm64-v8a'
}
网上查了一下说'armeabi-v7a'兼容'armeabi',但是好像并没有兼容

IDE运行环境说明

[HBuilderX]2.6.16 20200424
AS工程同步更新

[编译模式说明]:v3模式

App运行环境说明

[Android版本号]5.1.1

[手机型号]努比亚z11 mini

05/05 11:08:10: Launching app
$ adb push D:...........build\outputs\apk\debug\app-debug.apk /data/local/tmp/com.xingcheng.aobao
$ adb shell pm install -t -r "/data/local/tmp/com.xingcheng.aobao"
pkg: /data/local/tmp/com.xingcheng.aobao
Success

$ adb shell am start -n "com.xingcheng.aobao/io.dcloud.PandoraEntry" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D
Waiting for application to come online: com.xingcheng.aobao.test | com.xingcheng.aobao
Connecting to com.xingcheng.aobao
Connected to the target VM, address: 'localhost:8602', transport: 'socket'
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
I/PMFunc: prepare 0 com.xingcheng.aobao
I/art: Late-enabling -Xcheck:jni
I/System.out: Sending WAIT chunk
W/ActivityThread: Application com.xingcheng.aobao is waiting for the debugger on port 8100...
I/art: Debugger is active
I/System.out: Debugger has connected
waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: debugger has settled (1473)
E/doForFeature: AdFeatureImpl onAppAttachBaseContext
E/platform: ClassNotFoundException io.dcloud.feature.x5.X5InitImpl init
ClassNotFoundException io.dcloud.feature.weex.WeexDevtoolImpl registerReloadReceiver
E/DCloud_LOG: PlatformUtil.getResInputStream RuntimeException pFilePath=data/dcloud_control.xml
E/platform: ClassNotFoundException io.dcloud.feature.weex.WeexDevtoolImpl initDebugEnvironment
D/SoLoader: init start
adding system library source: /vendor/lib
adding system library source: /system/lib
adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.xingcheng.aobao-2/lib/arm64 flags = 0]
adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.xingcheng.aobao/lib-main flags = 1]
Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/vendor/lib flags = 2]
Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.xingcheng.aobao-2/lib/arm64 flags = 0]
Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.xingcheng.aobao/lib-main flags = 1]
V/fb-UnpackingSoSource: locked dso store /data/data/com.xingcheng.aobao/lib-main
deps mismatch on deps store: regenerating
so store dirty: regenerating
D/ApkSoSource: not allowing consideration of lib/arm64-v8a/libA3AEECD8.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libJavaScriptCore.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libWTF.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libc++_shared.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libgetuiext3.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libgifimage.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libijkffmpeg.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libijkplayer.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libijksdl.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libimagepipeline.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libnative-filters.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libnative-imagetranscoder.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libpl_droidsonroids_gif.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libso.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libweexcore.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libweexjsb.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libweexjss.so: deferring to libdir
not allowing consideration of lib/arm64-v8a/libweexjst.so: deferring to libdir
V/fb-UnpackingSoSource: regenerating DSO store com.facebook.soloader.ApkSoSource
V/fb-UnpackingSoSource: Finished regenerating DSO store com.facebook.soloader.ApkSoSource
V/fb-UnpackingSoSource: starting syncer worker
V/fb-UnpackingSoSource: releasing dso store lock for /data/data/com.xingcheng.aobao/lib-main (from syncer thread)
not releasing dso store lock for /data/data/com.xingcheng.aobao/lib-main (syncer thread started)
D/SoLoader: init finish: 4 SO sources prepared
init exiting
W/linker: /data/app/com.xingcheng.aobao-2/lib/arm64/libc++_shared.so: unused DT entry: type 0x6ffffffe arg 0x2eb68
/data/app/com.xingcheng.aobao-2/lib/arm64/libc++_shared.so: unused DT entry: type 0x6fffffff arg 0x2
I/art: Background sticky concurrent mark sweep GC freed 4584(354KB) AllocSpace objects, 3(80KB) LOS objects, 10% free, 3MB/3MB, paused 9.339ms total 46.358ms
W/linker: /data/app/com.xingcheng.aobao-2/lib/arm64/libweexcore.so: unused DT entry: type 0x6ffffffe arg 0x2f308
/data/app/com.xingcheng.aobao-2/lib/arm64/libweexcore.so: unused DT entry: type 0x6fffffff arg 0x2
E/weex: tryUseRunTimeApi ? false
W/weex: app AvailMemory ---->>>1279
I/DCFileUtils: getAssetPath---------uni-jsframework.js
E/WXParams: setCrashFilePath: /data/data/com.xingcheng.aobao/app_crash
E/weex: weexjss's Path is/data/app/com.xingcheng.aobao-2/lib/arm64/libweexjss.so
E/weex: JavaScriptCore's Path is/data/app/com.xingcheng.aobao-2/lib/arm64/libJavaScriptCore.so
findLibJscRealPath /data/app/com.xingcheng.aobao-2/lib/arm64/libJavaScriptCore.so
getUseSingleProcess is running false
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\utils\params_utils.cpp:198,g_use_single_process is false
E/weex: getLibJscPath is running /data/app/com.xingcheng.aobao-2/lib/arm64
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\utils\params_utils.cpp:242,g_jscSoPath is /data/app/com.xingcheng.aobao-2/lib/arm64
E/weex: getLibJssPath is running /data/app/com.xingcheng.aobao-2/lib/arm64/libweexjss.so
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\utils\params_utils.cpp:255,g_jssSoPath is /data/app/com.xingcheng.aobao-2/lib/arm64/libweexjss.so
E/WXParams: getCrashFilePath:/data/data/com.xingcheng.aobao/app_crash
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\utils\params_utils.cpp:267,g_crashFilePath is /data/data/com.xingcheng.aobao/app_crash
E/weex: getLibIcuPath is running /system/usr/icu/icudt53l.dat
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\utils\params_utils.cpp:280,g_jssIcuPath is /system/usr/icu/icudt53l.dat
E/weex: getLibJsbPath is running /data/data/com.xingcheng.aobao/cache/weex/libs/weexjsb/arm64-v8a/libweexjsb.so
getLibLdPath is running /data/app/com.xingcheng.aobao-2/lib/arm64:/vendor/lib64:/system/lib64
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\bridge\multi_process_and_so_initializer.cpp:38,MultiProcessAndSoInitializer IS IN init
F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\multiprocess\weex_js_connection.cpp:140,WeexJSConnection g_crashFileName: /data/data/com.xingcheng.aobao/app_crash/crash_dump.log
F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\multiprocess\weex_js_connection.cpp:260,startupPie :1
I/art: Background partial concurrent mark sweep GC freed 11230(729KB) AllocSpace objects, 9(500KB) LOS objects, 40% free, 5MB/9MB, paused 6.476ms total 40.539ms
E/platform: ClassNotFoundException io.dcloud.feature.weex_amap.AMapPluginImpl initPlugin
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
ClassNotFoundException io.dcloud.feature.weex_livepusher.LivePusherPlugin initPlugin
E/platform: java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
E/platform: java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
ClassNotFoundException io.dcloud.feature.gcanvas.GCanvasRegister initPlugin
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
ClassNotFoundException io.dcloud.feature.weex_ad.DCWXAdPlugin initPlugin
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
E/platform: java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.elements.android.WXComponentDescriptor
E/doForFeature: AdFeatureImpl onAppCreate
E/DCLoudApplicationImpl: mApplication--=io.dcloud.application.DCloudApplication@351601d1
I/WebViewFactory: Loading com.google.android.webview version 50.0.2661.86 (code 266108650)
I/cr_LibraryLoader: Time to load native libraries: 3 ms (timestamps 8706-8709)
Expected native library version number "50.0.2661.86", actual native library version number "50.0.2661.86"
I/nubialog: Instrumentation callApplicationOnCreate() delay:669ms app:io.dcloud.application.DCloudApplication@351601d1
DispatchMessage in MainLooper, delay:2562ms msg:{ when=-2s578ms what=110 obj=AppBindData{appInfo=ApplicationInfo{43d3421 com.xingcheng.aobao}} target=android.app.ActivityThread$H }
I/Timeline: Timeline: Activity_launch_request id:com.xingcheng.aobao time:200878729
I/ViewRootImpl: CPU Rendering VSync enable = true
D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
D/Atlas: Validating map...
I/Adreno: QUALCOMM build : 4e65137, I041b18199e
Build Date : 01/21/16
OpenGL ES Shader Compiler Version: XE031.05.11.05
Local Branch :
Remote Branch :
Remote Branch :
Reconstruct Branch :
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Enabling debug mode 0
I/libGameXtend: LUCID_1 (1588648128218) PowerXtend identified application start. Package name: com.xingcheng.aobao. Application is handled by GameXtend
I/libGameXtend: LUCID_1 (1588648128231) GameXtend is currently running in Automatic mode
LUCID_1 (1588648128231) GameXtend is currently running in no_save Save power state.
LUCID_1 (1588648128231) com.xingcheng.aobao is currently running with GameXtend, with PS parameter = 1. , ICE is not supported. PS parameter source is PowerXtend configuration
LUCID_1 (1588648128231) PowerXtend touch feature is not active
I/libPowerStretch: LUCID_1 (1588648128231) PowerXtend Common Architecture Integration Call - libinput.so
I/WeexMgr: restartWeex--firstRun--true
E/Html5Plus-onCreate: 1588648128250
D/WebAppActivity: onCreate
I/DCloud_LOG: initPath isStreamSDK=false
I/DeviceInfo: sPackageName=com.xingcheng.aobao;
sDeviceRootDir=/storage/emulated/0;
sBaseFsRootPath=/storage/emulated/0/Android/data/com.xingcheng.aobao/;
sBaseFsRootFullPath=file:///storage/emulated/0/Android/data/com.xingcheng.aobao/;
sBaseResRootFullPath=file:///android_asset/;
I/DCloud_LOG: createNewFile 0:/storage/emulated/0/Android/data/com.xingcheng.aobao/apps/
createNewFile 0:/storage/emulated/0/Android/data/com.xingcheng.aobao/sitemap/
I/DeviceInfo: old_app_modify_date=
I/DeviceInfo: new_app_modify_date=1588648107000
App Modify Date=20200505 11:08:27.000;_ret=true
E/DCloud_LOG: channel:;ver:1.9.9.80137;ssdk:false;max:3;trim:0;dg:false
W/ImageLoader: memoryCache() and memoryCacheSize() calls overlap each other
W/ImageLoader: memoryCache() and memoryCacheSize() calls overlap each other
discCache(), discCacheSize() and discCacheFileCount calls overlap each other
E/doForFeature: AdFeatureImpl pull
I/hoho: getIMEI ========= sOriginalImeiAndBakInfo null ======= sImei
E/platform: NoSuchMethodException android.telephony.TelephonyManager getImei2
I/DCloud_LOG: createNewFile 0:/data/data/com.xingcheng.aobao/files/.imei.txt
V/WebViewChromiumFactoryProvider: Binding Chromium to main looper Looper (main, tid 1) {29a29cfe}
I/cr_LibraryLoader: Expected native library version number "50.0.2661.86", actual native library version number "50.0.2661.86"
I/chromium: [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0
I/cr_BrowserStartup: Initializing chromium process, singleProcess=true
I/art: Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.WebViewContentsClientAdapter$WebResourceErrorImpl>
Rejecting re-init on previously-failed class java.lang.Class<com.android.webview.chromium.WebViewContentsClientAdapter$WebResourceErrorImpl>
D/BluetoothAdapter: 937319165: getState() : mService = null. Returning STATE_OFF
E/ActivityThread: Failed to find provider info for com.google.settings
D/ConnectivityManager.CallbackHandler: CM callback handler got msg 524290
I/art: Rejecting re-init on previously-failed class java.lang.Class<org.chromium.content.browser.FloatingWebActionModeCallback>
Rejecting re-init on previously-failed class java.lang.Class<org.chromium.content.browser.FloatingWebActionModeCallback>
D/cr_Ime: [InputMethodManagerWrapper.java:30] Constructor
W/cr_AwContents: onDetachedFromWindow called when already detached. Ignoring
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
I/hoho: getIMEI ========= sOriginalImeiAndBakInfo |869464020638035,869464020438030|18686a1d4966|7892c6ac9ac59d3e|49998a79ab8e4490befeac013725e27c| ======= sImei 869464020638035,869464020438030
D/download_manager: BaseActivity onCreate
D/: onRuntimePreCreate appid=Main_App
I/splash: WebAppActivity.onCreateSplash().appid=null this.appid=Main_App this=io.dcloud.PandoraEntryActivity@93b738a
WebAppActivity.onCreateSplash().mSplashView is Null =true
I/WebAppActivity: onCreateSplash;intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.xingcheng.aobao/io.dcloud.PandoraEntryActivity (has extras) }
onCreateSplash hasSplash=true
onCreateSplash splash_mode__=auto
E/platform: ClassNotFoundException io.dcloud.appstream.actionbar.StreamAppActionBarUtil checkNeedTitleView
D/WebAppActivity: checkAutoHide false
I/nubialog: Instrumentation callActivityOnCreate() delay:605ms activity:io.dcloud.PandoraEntryActivity@93b738a icicle:null
I/: onResume appid=Main_App
E/Html5Plus-onResume: 1588648128854
I/ViewRootImpl: CPU Rendering VSync enable = true
I/nubialog: DispatchMessage in MainLooper, delay:627ms msg:{ when=-818ms what=100 obj=ActivityRecord{20f37eea token=android.os.BinderProxy@52386d5 {com.xingcheng.aobao/io.dcloud.PandoraEntryActivity}} target=android.app.ActivityThread$H }
I/Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread.
D/ConnectivityManager.CallbackHandler: CM callback handler got msg 524290
I/Main_Path_Main_App: onCreate appid=Main_App
onRuntimeCreate appid=Main_App
D/cr_Ime: [InputMethodManagerWrapper.java:30] Constructor
W/cr_AwContents: onDetachedFromWindow called when already detached. Ignoring
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
E/DCloud_LOG: fmgr no dp
E/Main_Path: FeatureMgr.loadBootOptions io.dcloud.feature.statistics.StatisticsBootImpl
E/DCloud_LOG: channel:;ver:1.9.9.80137;ssdk:false;max:3;trim:0;dg:false
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
W/cr_ScreenOrientation: Removing an inexistent observer!
I/ylyl: AppMGr START_APP
UNIA6EA884
startOneApp
UNIA6EA884
W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070045}
W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070144}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070146}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700cf}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700ce}
W/linker: /data/app/com.xingcheng.aobao-2/lib/arm64/libpl_droidsonroids_gif.so: unused DT entry: type 0x6ffffffe arg 0x1c98
/data/app/com.xingcheng.aobao-2/lib/arm64/libpl_droidsonroids_gif.so: unused DT entry: type 0x6fffffff arg 0x1
W/Glide: Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070045}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070144}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070146}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700cf}
W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700ce}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070045}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070144}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070146}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700cf}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700ce}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070045}
W/Resources: Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070144}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f070146}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700cf}
Converting to string: TypedValue{t=0x12/d=0x0 a=3 r=0x7f0700ce}
D/cr_Ime: [InputMethodManagerWrapper.java:30] Constructor
W/cr_AwContents: onDetachedFromWindow called when already detached. Ignoring
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
I/cr_Ime: ImeThread is not enabled.
I/nubialog: DispatchMessage in MainLooper, delay:577ms msg:{ when=-581ms what=0 obj=[Ljava.lang.Object;@5c633fe target=io.dcloud.common.adapter.util.MessageHandler$1 }
I/Choreographer: Skipped 34 frames! The application may be doing too much work on its main thread.
E/libEGL: validate_display:255 error 3008 (EGL_BAD_DISPLAY)
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@52386d5 time:200880821
W/cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 1823
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\multiprocess\weex_js_connection.cpp:296,WeexJSConnection catch: spinWaitPeer timeout
F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\bridge\multi_process_and_so_initializer.cpp:47,JSFramwork init start sender is null
F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\third_party\IPC\IPCFutexPageQueue.cpp:66,do munmap
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\multiprocess\weex_js_connection.cpp:183,IPCException server died spinWaitPeer timeout
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\multiprocess\weex_js_connection.cpp:140,WeexJSConnection g_crashFileName: /data/data/com.xingcheng.aobao/app_crash/crash_dump.log
F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\multiprocess\weex_js_connection.cpp:260,startupPie :1
E/weex: idle from create instance cache size is 0
E/weex: end getBundleType type:Vue time:0
E/timeline: createInstance :1588648131422
E/jsEngine: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\jsengine\bridge\script\script_bridge_in_multi_process.cpp:473,ScriptBridgeInMultiProcess::CreateInstance and Id is : 1
F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\jsengine\weex_runtime.cpp:609,id --> 1 CreateInstance start
E/WeexCore: F:\weex\incubator-weex-19-9-23\incubator-weex-ec1ec238cf03e538e8d07a383befcb5fa2785518\weex_core\Source\android\bridge\script_bridge_in_multi_process.cpp:964,HeartBeat 1
E/HeartBeat instanceId: 1
E/Html5Plus-SplashClosed: 1588648132722
E/Main_Path: closeSplashScreen0 appid=UNIA6EA884;false;closeSplashDid=false
E/shutao: new -- JSNWindow=_www/
uniappview.html
D/cr_Ime: [InputMethodManagerWrapper.java:30] Constructor
W/cr_AwContents: onDetachedFromWindow called when already detached. Ignoring
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
I/cr_Ime: ImeThread is not enabled.
W/cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 1823
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: true
[InputMethodManagerWrapper.java:68] hideSoftInputFromWindow
E/shutao: new -- JSNWindow=_www/__uniappview.html
D/cr_Ime: [InputMethodManagerWrapper.java:30] Constructor
W/cr_AwContents: onDetachedFromWindow called when already detached. Ignoring
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
I/cr_Ime: ImeThread is not enabled.
I/art: Explicit concurrent mark sweep GC freed 15525(1092KB) AllocSpace objects, 28(22MB) LOS objects, 37% free, 26MB/42MB, paused 1.800ms total 94.171ms
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
W/cr_ScreenOrientation: Removing an inexistent observer!
W/cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 1823
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
I/ViewRootImpl: CPU Rendering VSync enable = true
I/libGameXtend: LUCID_1 (1588648371016) GameXtend is currently running in Automatic mode
LUCID_1 (1588648371016) GameXtend is currently running in no_save Save power state.
LUCID_1 (1588648371016) com.xingcheng.aobao is currently running with GameXtend, with PS parameter = 1. , ICE is not supported. PS parameter source is PowerXtend configuration
LUCID_1 (1588648371016) PowerXtend touch feature is not active
V/RenderScript: Application requested CPU execution
V/RenderScript: 0x555f246dd0 Launching thread(s), CPUs 8
D/WebAppActivity: onDestroy
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
D/EntryProxy: clearData
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
W/cr_ScreenOrientation: Removing an inexistent observer!
D/cr_Ime: [InputMethodManagerWrapper.java:59] isActive: false
W/cr_ScreenOrientation: Removing an inexistent observer!
D/ConnectivityManager.CallbackHandler: CM callback handler got msg 524296

2020-05-05 11:52 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复