You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2020/02/25 07:27:20 UTC

[GitHub] [incubator-weex] roman0807 opened a new issue #3156: [Android] Js exception when weex version is upgraded from 0.20.3-beta to 0.26.0

roman0807 opened a new issue #3156: [Android] Js exception when weex version is upgraded from 0.20.3-beta to 0.26.0
URL: https://github.com/apache/incubator-weex/issues/3156
 
 
   <!--
   Thanks for using Weex. Github Issue is only used for bur report and please follow the template to report the bug. 
   A good bug report should include the following information:
   -->
   
   <!-- Requirements: please go through this checklist before opening a new issue
     - * Review the documentation: https://weex.apache.org/index.html
     - * Search for existing issues: https://github.com/apache/incubator-weex/issues
     - * Use the latest Weex release: https://github.com/apache/incubator-weex/releases -->
   
   
   ## Describe the bug
   Js exception when weex version is upgraded from 0.20.3-beta to 0.26.0
   
   ## To Reproduce
   Js exception when weex version is upgraded from 0.20.3-beta to 0.26.0 , code -1001
   
   ## Environment
   * Device: SM-G9550
   * OS: 24
   * Version 7.0
   * Build from source yes 
   
   ## Expected behavior
   Expect no js exception to occur and render the page normally
   ## Screenshots
   02/25 15:20:08: Launching 'app' on samsung SM-G9550.
   $ adb shell am start -n "net.six66yx.steps/net.six66yx.steps.WXPageActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D
   Waiting for application to come online: net.six66yx.steps | net.six66yx.steps.test
   Waiting for application to come online: net.six66yx.steps | net.six66yx.steps.test
   Connecting to net.six66yx.steps
   Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
   I/ResourcesManager: updateResourcesForOpenThemeChange for Desktop mode 
   W/ActivityThread: Application net.six66yx.steps is waiting for the debugger on port 8100...
   I/System.out: Sending WAIT chunk
   I/art: Debugger is active
   Connected to the target VM, address: 'localhost:8613', transport: 'socket'
   I/System.out: Debugger has connected
   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 (1407)
   I/MultiDex: VM with version 2.1.0 has multidex support
       Installing application
       VM has multidex support, MultiDex support library is disabled.
   I/art: Starting a blocking GC Instrumentation
   E/test->: enter copyJssRuntimeSo: 
   E/test->: enter checkGreyConfig
       checkGreyConfig: configAdapter return false
       tryUseRunTimeApi ? false
   I/WeexPluginContainer: currentThread name [main],start new thread [loader_weex_plugin_thread] execute
   D/InitHelper: init start: false
   E/MyApplication: application get success
   D/WeexPluginContainer: Parse plugin meta info >>> net.six66yx.steps.sdk.components.offerwall.159330ca.json
   D/TrackerDr: aq#init: 
   D/TrackerDr: at#init: 
   D/WeexPluginContainer: Component plugin [[offer-wall]][clazz:class net.six66yx.steps.sdk.components.offerwall.OfferwallComponent][appendTree:false][usingHolder:false][canOverride:true][null]
   D/WeexPluginContainer: Component plugin [[splash-view]][clazz:class net.six66yx.steps.sdk.components.SplashView][appendTree:false][usingHolder:false][canOverride:true][null]
   E/at#IdentifierManager: reflect exception!
       java.lang.ClassNotFoundException: com.android.id.impl.IdProviderImpl
           at java.lang.Class.classForName(Native Method)
           at java.lang.Class.forName(Class.java:400)
           at java.lang.Class.forName(Class.java:326)
           at com.bytedance.bdtracker.at$a.<clinit>(SourceFile:201)
           at com.bytedance.bdtracker.at$a.a(SourceFile:226)
           at com.bytedance.bdtracker.at.<init>(SourceFile:50)
           at com.bytedance.bdtracker.at.b(SourceFile:42)
           at com.bytedance.bdtracker.at.a(SourceFile:35)
           at com.bytedance.bdtracker.ar.a(SourceFile:40)
           at com.bytedance.bdtracker.ab.a(SourceFile:33)
           at com.bytedance.bdtracker.d.<init>(SourceFile:66)
           at com.bytedance.embedapplog.AppLog.init(SourceFile:104)
           at com.bytedance.sdk.openadsdk.core.j.e(SourceFile:146)
           at com.bytedance.sdk.openadsdk.core.j.d(SourceFile:117)
           at com.bytedance.sdk.openadsdk.core.j.c(SourceFile:83)
           at com.bytedance.sdk.openadsdk.core.j.a(SourceFile:56)
           at com.bytedance.sdk.openadsdk.TTAdManagerFactory.getInstance(SourceFile:38)
           at com.bytedance.sdk.openadsdk.TTAdSdk.a(SourceFile:59)
           at com.bytedance.sdk.openadsdk.TTAdSdk.init(SourceFile:30)
           at net.six66yx.steps.sdk.utils.ttad.TTAdManagerHolder.doInit(TTAdManagerHolder.java:39)
           at net.six66yx.steps.sdk.utils.ttad.TTAdManagerHolder.init(TTAdManagerHolder.java:29)
           at net.six66yx.steps.WXApplication.onCreate(WXApplication.java:59)
           at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1032)
           at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5970)
           at android.app.ActivityThread.-wrap3(ActivityThread.java)
           at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1710)
           at android.os.Handler.dispatchMessage(Handler.java:102)
           at android.os.Looper.loop(Looper.java:154)
           at android.app.ActivityThread.main(ActivityThread.java:6776)
           at java.lang.reflect.Method.invoke(Native Method)
           at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)
        Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.id.impl.IdProviderImpl" on path: DexPathList[[zip file "/data/app/net.six66yx.steps-1/base.apk"],nativeLibraryDirectories=[/data/app/net.six66yx.steps-1/lib/arm, /data/app/net.six66yx.steps-1/base.apk!/lib/armeabi, /system/lib, /vendor/lib]]
           at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
           at java.lang.Class.classForName(Native Method) 
           at java.lang.Class.forName(Class.java:400) 
           at java.lang.Class.forName(Class.java:326) 
           at com.bytedance.bdtracker.at$a.<clinit>(SourceFile:201) 
           at com.bytedance.bdtracker.at$a.a(SourceFile:226) 
           at com.bytedance.bdtracker.at.<init>(SourceFile:50) 
           at com.bytedance.bdtracker.at.b(SourceFile:42) 
           at com.bytedance.bdtracker.at.a(SourceFile:35) 
           at com.bytedance.bdtracker.ar.a(SourceFile:40) 
           at com.bytedance.bdtracker.ab.a(SourceFile:33) 
           at com.bytedance.bdtracker.d.<init>(SourceFile:66) 
           at com.bytedance.embedapplog.AppLog.init(SourceFile:104) 
           at com.bytedance.sdk.openadsdk.core.j.e(SourceFile:146) 
           at com.bytedance.sdk.openadsdk.core.j.d(SourceFile:117) 
           at com.bytedance.sdk.openadsdk.core.j.c(SourceFile:83) 
           at com.bytedance.sdk.openadsdk.core.j.a(SourceFile:56) 
           at com.bytedance.sdk.openadsdk.TTAdManagerFactory.getInstance(SourceFile:38) 
           at com.bytedance.sdk.openadsdk.TTAdSdk.a(SourceFile:59) 
           at com.bytedance.sdk.openadsdk.TTAdSdk.init(SourceFile:30) 
           at net.six66yx.steps.sdk.utils.ttad.TTAdManagerHolder.doInit(TTAdManagerHolder.java:39) 
           at net.six66yx.steps.sdk.utils.ttad.TTAdManagerHolder.init(TTAdManagerHolder.java:29) 
           at net.six66yx.steps.WXApplication.onCreate(WXApplication.java:59) 
           at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1032) 
           at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5970) 
           at android.app.ActivityThread.-wrap3(ActivityThread.java) 
           at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1710) 
           at android.os.Handler.dispatchMessage(Handler.java:102) 
           at android.os.Looper.loop(Looper.java:154) 
           at android.app.ActivityThread.main(ActivityThread.java:6776) 
           at java.lang.reflect.Method.invoke(Native Method) 
           at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520) 
           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410) 
   D/WeexPluginContainer: Component plugin [[x-wan]][clazz:class net.six66yx.steps.sdk.components.xwan.XWanComponent][appendTree:false][usingHolder:false][canOverride:true][null]
   D/WeexPluginContainer: Component plugin [[insert-view]][clazz:class net.six66yx.steps.sdk.components.InsertstitialView][appendTree:false][usingHolder:false][canOverride:true][null]
   D/WeexPluginContainer: Component plugin [[banner-view]][clazz:class net.six66yx.steps.sdk.components.BannerView][appendTree:false][usingHolder:false][canOverride:true][null]
       Component plugin [[video-view]][clazz:class net.six66yx.steps.sdk.components.VideoView][appendTree:false][usingHolder:false][canOverride:true][null]
   D/WeexPluginContainer: Component plugin [[qr-code-image]][clazz:class net.six66yx.steps.sdk.components.QrCodeImageView][appendTree:false][usingHolder:false][canOverride:true][null]
   D/WeexPluginContainer: Parse plugin meta info >>> net.six66yx.steps.sdk.module.bb859ff4.json
   D/WeexPluginContainer: Module plugin [codrim-weex-sdk][clazz:class net.six66yx.steps.sdk.module.CodrimWeexSdkModule][globalRegistration:false][lazyLoad:false][canOverride:true]
       Module plugin [ttad-weex-sdk][clazz:class net.six66yx.steps.sdk.module.TTAdSdkModule][globalRegistration:false][lazyLoad:false][canOverride:true]
   D/WeexPluginContainer: Module plugin [codrim-offerwall-sdk][clazz:class net.six66yx.steps.sdk.module.CodrimOfferwallSdkModule][globalRegistration:false][lazyLoad:false][canOverride:true]
       Module plugin [codrim-channel-sdk][clazz:class net.six66yx.steps.sdk.module.CodrimAppChannelModule][globalRegistration:false][lazyLoad:false][canOverride:true]
   D/WeexPluginContainer: Module plugin [xwan-sdk-module][clazz:class net.six66yx.steps.sdk.module.XWanSdkModule][globalRegistration:false][lazyLoad:false][canOverride:true]
   I/TeaLog: Inited
   I/art: Do partial code cache collection, code=31KB, data=30KB
       After code cache collection, code=29KB, data=30KB
       Increasing code cache capacity to 128KB
   D/TeaLog: SensitiveUtils gDI c
   D/TrackerDr: ar#getXmOaid: 
       ar#getHuaweiOaid: 
   D/TrackerDr: Oaid#getOaid result=null
       ab#getOaid takes 1 ms
   D/TrackerDr: ab#getCdid takes 0 ms
   D/TeaLog: loadHeader, true, 0, {"os":"Android","os_version":"7.0","os_api":24,"device_model":"SM-G9550","device_brand":"samsung","device_manufacturer":"samsung","cpu_abi":"armeabi-v7a","build_serial":"988994355842583439","clientudid":"a4cda73b-ad4a-43b1-befb-d5c9582eb2ba","sdk_version":336,"sdk_version_name":"3.3.8-rc.4-embed","channel":"openadsdk","aid":"1181","density_dpi":420,"display_density":"xxhdpi","resolution":"2094x1080","language":"zh","timezone":8,"region":"CN","tz_name":"Asia\/Shanghai","tz_offset":28800000,"mc":"A0:CC:2B:7A:5B:94","access":"wifi","openudid":"3b94f0512d9d028a","package":"net.six66yx.steps","app_version":"2.8.0","app_version_minor":"","version_code":2008000,"update_version_code":2008000,"manifest_version_code":2008000,"rom":"G9550ZCU1AQH6","device_id":"54405682818","register_time":0,"sig_hash":"4ba3c37a46a91d9438f9cb95451d9d41","sim_region":"cn","carrier":"China Telecom","mcc_mnc":"46011","udid":"355979081608693","cdid":"03ac1882-f25a-4fa4-bbc0-f920cbef8f8b"}
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/template_diff
   D/TeaLog: getProcessName, net.six66yx.steps
   I/TeaLog: net|worker start
   D/TeaLog: http: https://toblog.ctobsnssdk.com/service/2/device_register_only/?&os_api=24&device_type=SM-G9550&ssmix=a&manifest_version_code=2008000&dpi=420&carrier=China+Telecom&uuid=355979081608693&app_name=net.six66yx.steps&version_name=2.8.0&ac=wifi&update_version_code=2008000&channel=openadsdk&build_serial=988994355842583439&_rticket=1582615219594&device_platform=android&clientudid=a4cda73b-ad4a-43b1-befb-d5c9582eb2ba&version_code=2008000&sim_region=cn&cdid=03ac1882-f25a-4fa4-bbc0-f920cbef8f8b&openudid=3b94f0512d9d028a&device_id=54405682818&resolution=2094x1080&os_version=7.0&language=zh&device_brand=samsung&aid=1181&mcc_mnc=46011
       http data length:1032
   D/NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: true
   D/LibHolder: count=3, time=180000
   I/System.out: (HTTPLog)-Static: HongbaoModeServiceAPI: getService class android.os.ServiceManager
   I/art: Do partial code cache collection, code=55KB, data=52KB
       After code cache collection, code=54KB, data=52KB
       Increasing code cache capacity to 256KB
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/TcpOptimizer: TcpOptimizer-ON
   I/art: Background partial concurrent mark sweep GC freed 34097(2MB) AllocSpace objects, 18(356KB) LOS objects, 42% free, 5MB/9MB, paused 5.295ms total 40.980ms
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/logstats
   D/DBMultiProviderImpl: delete: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/adevent
   D/DBMultiProviderImpl: delete: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/logstats
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/adevent
   I/AdEventThread: onHandleInitEvent cacheData count = 0
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :49
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :47
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/trackurl
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/LibHolder: path: /storage/emulated/0/Android/data/net.six66yx.steps/files/Download
       count=3, time=180000
   E/DownloadComponentManager: component has init
   D/InitHelper: do async task: 735
       init over: 736
   E/TTAdSdk-InitChecker: ==当前进程名:net.six66yx.steps
       ==穿山甲sdk接入,环境为debug,初始化配置检测开始==
   E/TTAdSdk-InitChecker: AndroidManifest.xml中TTMultiProvider配置正常
   E/TTAdSdk-InitChecker:     TTFileProvider缺少必要路径:<external-path name="tt_external_download" path="Download" />
           TTFileProvider缺少必要路径:<external-files-path name="tt_external_files_download" path="Download" />
           TTFileProvider缺少必要路径:<files-path name="tt_internal_file_download" path="Download" />
           TTFileProvider缺少必要路径:<cache-path name="tt_internal_cache_download" path="Download" />
   E/TTAdSdk-InitChecker: AndroidManifest.xml中权限配置正常
   E/TTAdSdk-InitChecker: 动态权限正常:android.permission.READ_PHONE_STATE
       动态权限正常:android.permission.ACCESS_COARSE_LOCATION
       动态权限正常:android.permission.ACCESS_FINE_LOCATION
       动态权限正常:android.permission.WRITE_EXTERNAL_STORAGE
       ==穿山甲sdk初始化配置检测结束==
   D/Version: old version read success: 1.0.109
   D/TemplateManager: check template usable1
   I/isApplicationForeground: app_version:2.8.0,vendor:samsung
   D/TemplateManager: check template usable4: true
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/ApplistHelper: app list update: false, false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   V/ActivityThread: performLaunchActivity: mActivityCurrentConfig={0 1.0 themeSeq = 0 showBtnBg = 0 460mcc3mnc [zh_CN_#Hans,en_US] ldltr sw411dp w411dp h773dp 420dpi nrml long port ?dc finger -keyb/v/h -nav/h mkbd/h desktop/d s.252}
   D/SensorManager: registerListener :: 4, LSM6DSL Gyroscope, 50000, 0,  
   W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
   E/weex: idle from create instance cache size is 0
   D/CLog: idle from create instance cache size is 0
   D/TelephonyManager: getCellLocation : Caller (PID / UID / TID): 12254 / 10360 / 12671
   W/weex: Warning :Component tree has not build completely,onActivityCreate can not be call!
   D/CLog: Warning :Component tree has not build completely,onActivityCreate can not be call!
   D/TextView: setTypeface with style : 0
   D/TextView: setTypeface with style : 0
   I/art: Do full code cache collection, code=125KB, data=115KB
   I/art: After code cache collection, code=113KB, data=91KB
   D/TextView: setTypeface with style : 0
   I/codrim-weex-sdk: Bind service result:true
   W/Weex: can not get hot reload config
   D/CLog: can not get hot reload config
   E/WXTBUtil: isSupportSmartBar:false
   D/WXTBUtil: status:63
       height:2031
   D/Choreographer: init sf_choreo_doframe   debug_Level : 0x4f4cdebug_game_running : false
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/template_diff
   I/art: Do partial code cache collection, code=120KB, data=102KB
   I/art: After code cache collection, code=119KB, data=103KB
       Increasing code cache capacity to 512KB
   D/DBMultiProviderImpl: delete: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/adevent
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/logstats
   W/weex: Warning :Component tree has not build completely,onActivityStart can not be call!
   D/CLog: Warning :Component tree has not build completely,onActivityStart can not be call!
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/adevent
   I/RomUtils: get Property From SP...=
   W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1, previously 214
   D/DBMultiProviderImpl: delete: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/logstats
   D/RomUtils: property:,getSystemProperty use time :43
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :36
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :26
   D/DBMultiProviderImpl: query: content://net.six66yx.steps.TTMultiProvider/t_db/ttopensdk.db/trackurl
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :42
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :30
   I/RomUtils: get Property From SP...=
   W/art: Before Android 4.1, method double java.util.concurrent.ThreadLocalRandom.internalNextDouble(double, double) would have incorrectly overridden the package-private method in java.util.Random
       Before Android 4.1, method int java.util.concurrent.ThreadLocalRandom.internalNextInt(int, int) would have incorrectly overridden the package-private method in java.util.Random
       Before Android 4.1, method long java.util.concurrent.ThreadLocalRandom.internalNextLong(long, long) would have incorrectly overridden the package-private method in java.util.Random
   D/RomUtils: property:,getSystemProperty use time :38
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :30
   I/RomUtils: get Property From SP...=
   W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1838, previously 2017
   W/ResourceType: ResTable_typeSpec entry count inconsistent: given 639, previously 887
       ResTable_typeSpec entry count inconsistent: given 19, previously 39
       ResTable_typeSpec entry count inconsistent: given 368, previously 1045
   W/ResourceType: ResTable_typeSpec entry count inconsistent: given 27, previously 34
   D/RomUtils: property:,getSystemProperty use time :27
   I/RomUtils: get Property From SP...=
   D/RomUtils: property:,getSystemProperty use time :29
   I/WXPageActivity: fireEvent
   W/weex: Warning :Component tree has not build completely, onActivityResume can not be call!
   D/CLog: Warning :Component tree has not build completely, onActivityResume can not be call!
   I/SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@fcd4466
   D/ViewRootImpl@65940f2[WXPageActivity]: ThreadedRenderer.create() translucent=false
   D/InputTransport: Input channel constructed: fd=115
   D/ViewRootImpl@65940f2[WXPageActivity]: setView = DecorView@bb94c19[WXPageActivity] touchMode=true
   W/weex: Warning :Component tree has not build completely,onActivityPause can not be call!
   D/CLog: Warning :Component tree has not build completely,onActivityPause can not be call!
   I/weex: Application to be in the backround
   D/CLog: Application to be in the backround
   D/TeaLog: startSession, a5863f37-a7a5-4554-82d9-465c8ae3616e, hadUi:true data:{page, z, sid:null name:net.six66yx.steps.WXPageActivity duration:-1, -, 1582615220861}
   D/TeaLog: gen launch, a5863f37-a7a5-4554-82d9-465c8ae3616e, hadUi:true
       packAndSend once, a5863f37-a7a5-4554-82d9-465c8ae3616e, hadUI:true
   D/TeaLog: save, [{launch, x, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e, a5863f37, 1582615220861}, {page, z, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e name:net.six66yx.steps.WXPageActivity duration:-1, a5863f37, 1582615220861}, {page, z, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e name:net.six66yx.steps.WXPageActivity duration:439, a5863f37, 1582615221300}]
   W/ResourceType: ResTable_typeSpec entry count inconsistent: given 29, previously 34
       ResTable_typeSpec entry count inconsistent: given 2190, previously 2187
       ResTable_typeSpec entry count inconsistent: given 266, previously 1541
       ResTable_typeSpec entry count inconsistent: given 29, previously 34
   D/SensorManager: registerListener :: 14, Step Counter, 0, 0,  
   V/ActivityThread: performLaunchActivity: mActivityCurrentConfig={0 1.0 themeSeq = 0 showBtnBg = 0 460mcc3mnc [zh_CN_#Hans,en_US] ldltr sw411dp w411dp h773dp 420dpi nrml long port ?dc finger -keyb/v/h -nav/h mkbd/h desktop/d s.252}
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/SemDesktopModeManager: registerListener: android.view.ViewRootImpl$3@aa2f0d1
   D/ViewRootImpl@f666736[TTDelegateActivity]: ThreadedRenderer.create() translucent=true
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/InputTransport: Input channel constructed: fd=82
   D/ViewRootImpl@f666736[TTDelegateActivity]: setView = DecorView@82b6f12[TTDelegateActivity] touchMode=true
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   W/Activity: AppLock checkAppLockState locked:false verifying:false pkgName = net.six66yx.steps isInMultiWindowMode:false
   D/ViewRootImpl@65940f2[WXPageActivity]: dispatchAttachedToWindow
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/ViewRootImpl@65940f2[WXPageActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,2220] result=0x27 surface={isValid=true -912007168} surfaceGenerationChanged=true
   D/ViewRootImpl@65940f2[WXPageActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -912007168} hwInitialized=true
   I/Adreno: QUALCOMM build                   : dd296bd, I7547f23799
       Build Date                       : 03/29/17
       OpenGL ES Shader Compiler Version: XE031.12.00.02
       Local Branch                     : 
       Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.5.7.C1.07.00.00.278.066
       Remote Branch                    : NONE
       Reconstruct Branch               : NOTHING
   I/Adreno: PFP: 0x005ff104, ME: 0x005ff063
   D/ViewRootImpl@f666736[TTDelegateActivity]: dispatchAttachedToWindow
   I/OpenGLRenderer: Initialized EGL, version 1.4
   D/OpenGLRenderer: Swap behavior 1
   D/ViewRootImpl@f666736[TTDelegateActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,2220] result=0x7 surface={isValid=true -912005120} surfaceGenerationChanged=true
   D/ViewRootImpl@f666736[TTDelegateActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -912005120} hwInitialized=true
   D/SensorManager: unregisterListener ::   
   I/Codrim-getui: onReceiveServicePid:12688
   W/Activity: AppLock checkAppLockState locked:false verifying:false pkgName = net.six66yx.steps isInMultiWindowMode:false
   D/LibHolder: path: /storage/emulated/0/Android/data/net.six66yx.steps/files/Download
   D/LibHolder: path: /storage/emulated/0/Android/data/net.six66yx.steps/files/Download
   D/TeaLog: save, [{page, z, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:-1, a5863f37, 1582615221746}, {page, z, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:19, a5863f37, 1582615221765}, {page, z, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:-1, a5863f37, 1582615221765}]
   D/TextView: setTypeface with style : 0
   D/TextView: setTypeface with style : 0
   D/ViewRootImpl@65940f2[WXPageActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 63 - 0, 0) vi=Rect(0, 63 - 0, 0) or=1
   D/TemplateManager: loadTemplate error4
   D/TeaLog: http response: {"server_time":1582615223,"device_id":54405682818,"device_id_str":"54405682818","http_code":200}
   D/TeaLog: saveRegisterInfo, 54405682818, , , {"server_time":1582615223,"device_id":54405682818,"device_id_str":"54405682818","http_code":200}
   D/TeaLog: updateHeader, register_time, 0, 1582615222408
       updateHeader, device_id, 54405682818, 54405682818
   I/TeaLog: r worked:false 180000
   D/ViewRootImpl@f666736[TTDelegateActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 2220) ci=Rect(0, 63 - 0, 0) vi=Rect(0, 63 - 0, 0) or=1
       MSG_WINDOW_FOCUS_CHANGED 1
   D/ViewRootImpl@f666736[TTDelegateActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -912005120}
   V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@6a6b72d nm : net.six66yx.steps ic=null
   I/InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
   I/TeaLog: c worked:false 180000
   D/InputTransport: Input channel constructed: fd=154
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:net.six66yx.steps.SplashActivity duration:-1, 0fdd23d5, 1582615188117}
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:net.six66yx.steps.SplashActivity duration:389, 0fdd23d5, 1582615188506}
       queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:-1, 0fdd23d5, 1582615188552}
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:411, 0fdd23d5, 1582615188963}
   D/SdkSettingsHelper: setting data : {"is_grey":false,"ads_url":"is.snssdk.com","app_log_url":"extlog.snssdk.com/service/2/app_log/","dc":"CN","ad_slot_conf_list":[{"code_id":935464058,"auto_play":0,"voice_control":2,"nv_preload":0,"rv_preload":2,"proportion_watching":100,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"play_bar_show_time":-1,"rv_skip_time":-1,"endcard_close_time":-1,"playable_endcard_close_time":5000,"if_show_win":1,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"playable_close_time":15,"playable_duration_time":15},{"code_id":935464916,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"parent_tpl_ids":["62","63","64"]},{"code_id":945014652,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"parent_tpl_ids":["74","100000066","75","100000067","76","100000068"]},{"code_id":935464932,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"parent_tpl_ids":["78","79","77"]},{"code_id":945010425,"auto_play":0,"voice_control":2,"nv_preload":0,"rv_preload":2,"proportion_watching":100,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"play_bar_show_time":-1,"rv_skip_time":-1,"endcard_close_time":-1,"playable_endcard_close_time":5000,"if_show_win":1,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"playable_close_time":15,"playable_duration_time":15,"parent_tpl_ids":["89","100000120","88"]},{"code_id":945014639,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"parent_tpl_ids":["64","63","62"]},{"code_id":945008741,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"parent_tpl_ids":["58","57","56"]},{"code_id":887291911,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":1,"stop_time":1500,"native_playable_delay":0,"time_out_control":5000},{"code_id":887292787,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":1,"stop_time":1500,"native_playable_delay":0,"time_out_control":5000},{"code_id":935464543,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"parent_tpl_ids":["47","49","48"]},{"code_id":935464713,"auto_play":0,"voice_control":0,"nv_preload":0,"rv_preload":0,"proportion_watching":0,"skip_time_displayed":0,"video_skip_result":0,"reg_creative_control":1,"rv_skip_time":0,"if_show_win":0,"sp_preload":0,"stop_time":0,"native_playable_delay":0,"time_out_control":0,"parent_tpl_ids":["62","64","63"]},{"code_id":945014649,"auto_play":0,"voice_control":2,"nv_preload":0,"rv_preload":2,"proportion_watching":100,"skip_time_displayed":0,
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:-1, 0fdd23d5, 1582615188963}
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:24, 0fdd23d5, 1582615188987}
       queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:net.six66yx.steps.SplashActivity duration:-1, 0fdd23d5, 1582615189107}
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:net.six66yx.steps.SplashActivity duration:1253, 0fdd23d5, 1582615190360}
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:net.six66yx.steps.WXPageActivity duration:-1, 0fdd23d5, 1582615190754}
   D/TeaLog: queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:net.six66yx.steps.WXPageActivity duration:351, 0fdd23d5, 1582615191105}
       queryPageInner, [Ljava.lang.String;@a99e462, {page, z, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 name:net.six66yx.steps.WXPageActivity duration:-1, 0fdd23d5, 1582615191402}
   D/TeaLog: queryPage, {terminate, ac, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 duration:2428, 0fdd23d5, 1582615188117}, 6
   D/TeaLog: queryEvent, {event, u, null, null, -, 1582615219413}, 0, 0
   D/TeaLog: queryEvent, {eventv3, w, null, -, 1582615219413}, 0, 0
   D/TeaLog: queryEvent, {event_misc, v, param:{} logType:, -, 1582615219414}, 0, 0
   D/TeaLog: packer launch, false, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686
   I/TeaLog: wP {la, {terminate, ac, sid:0fdd23d5-6e64-4f3e-a33d-a80b5a4e8686 duration:2428, 0fdd23d5, 1582615188117}, p: 0, v1: 0, v3: 0}, m: 0}
   I/TeaLog: p worked:true 60000
   D/SensorManager: registerListener :: 1, LSM6DSL Accelerometer, 200000, 0,  
   D/ViewRootImpl@f666736[TTDelegateActivity]: MSG_WINDOW_FOCUS_CHANGED 0
   D/ViewRootImpl@65940f2[WXPageActivity]: MSG_WINDOW_FOCUS_CHANGED 1
   D/ViewRootImpl@65940f2[WXPageActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -912007168}
   D/TeaLog: queryEvent, {event, u, null, null, -, 1582615219413}, 0, 0
   I/System.out: true
   D/TeaLog: queryEvent, {eventv3, w, null, -, 1582615219413}, 0, 0
   D/TeaLog: queryEvent, {event_misc, v, param:{} logType:, -, 1582615219414}, 0, 0
   V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@7e54461 nm : net.six66yx.steps ic=null
   I/InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus
   I/TeaLog: wP {{launch, x, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e, a5863f37, 1582615220861}, te, p: 0, v1: 0, v3: 0}, m: 0}
   D/InputTransport: Input channel constructed: fd=98
   D/TeaLog: send launch, a5863f37-a7a5-4554-82d9-465c8ae3616e, hadUI:true
   E/wcd_map: {sOffsetStep=6990, SensorStep=7343.0, isScreenOn=true, counterStep=7343, sCurrStep=353, SensorCount=1, battery=51}
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/TeaLog: queryPack, 2, [{pack, y, sid:null, -, 1582615222690}, {pack, y, sid:null, -, 1582615222468}]
       canSend false
   W/InputMethodManager: Ignoring onBind: cur seq=8348, given seq=8347
   D/InputTransport: Input channel destroyed: fd=154
   W/weex: Warning :Component tree has not build completely, onRequestPermissionsResult can not be call!
   D/CLog: Warning :Component tree has not build completely, onRequestPermissionsResult can not be call!
   I/WXPageActivity: fireEvent
   W/weex: Warning :Component tree has not build completely, onActivityResume can not be call!
   D/CLog: Warning :Component tree has not build completely, onActivityResume can not be call!
   I/weex: Application  to be in the foreground
   D/CLog: Application  to be in the foreground
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/TeaLog: http: https://toblog.ctobsnssdk.com/service/2/app_log/?tt_data=a/&&os_api=24&device_type=SM-G9550&ssmix=a&manifest_version_code=2008000&dpi=420&carrier=China+Telecom&uuid=355979081608693&app_name=net.six66yx.steps&version_name=2.8.0&ac=wifi&update_version_code=2008000&channel=openadsdk&build_serial=988994355842583439&_rticket=1582615222705&device_platform=android&clientudid=a4cda73b-ad4a-43b1-befb-d5c9582eb2ba&version_code=2008000&sim_region=cn&cdid=03ac1882-f25a-4fa4-bbc0-f920cbef8f8b&openudid=3b94f0512d9d028a&device_id=54405682818&resolution=2094x1080&os_version=7.0&language=zh&device_brand=samsung&aid=1181&mcc_mnc=46011
       http headers key:Content-Type value:application/octet-stream;tt-data=a
   D/TeaLog: http data length:726
   W/Activity: AppLock checkAppLockState locked:false verifying:false pkgName = net.six66yx.steps isInMultiWindowMode:false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
       (HTTPLog)-Static: isSBSettingEnabled false
   D/ViewRootImpl@65940f2[WXPageActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x1 surface={isValid=true -912007168} surfaceGenerationChanged=false
   D/ViewRootImpl@f666736[TTDelegateActivity]: mHardwareRenderer.destroy()#1
   D/ViewRootImpl@f666736[TTDelegateActivity]: Relayout returned: oldFrame=[0,0][1080,2220] newFrame=[0,0][1080,2220] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
   W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1, previously 447
   D/SensorManager: unregisterListener ::   
   D/ViewRootImpl@f666736[TTDelegateActivity]: mHardwareRenderer.destroy()#4
       dispatchDetachedFromWindow
   D/InputTransport: Input channel destroyed: fd=82
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
       (HTTPLog)-Static: isSBSettingEnabled false
   I/SemDesktopModeManager: unregisterListener: android.view.ViewRootImpl$3@aa2f0d1
   I/Codrim-getui: onReceiveClientId:f7caf5c8635a80d0694b1dbbcc0a3472
   I/Codrim-getui: onReceiveOnlineState:true
   D/TeaLog: save, [{page, z, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e name:com.bytedance.sdk.openadsdk.activity.TTDelegateActivity duration:793, a5863f37, 1582615222558}, {page, z, sid:a5863f37-a7a5-4554-82d9-465c8ae3616e name:net.six66yx.steps.WXPageActivity duration:-1, a5863f37, 1582615222710}]
   I/System.out: true
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/SensorManager: registerListener :: 4, LSM6DSL Gyroscope, 50000, 0,  
   I/art: Do full code cache collection, code=253KB, data=238KB
   I/art: After code cache collection, code=226KB, data=192KB
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
       (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/TeaLog: http response: {"magic_tag":"ss_app_log","message":"success","server_time":1582615226,"http_code":200}
       http: https://toblog.ctobsnssdk.com/service/2/app_log/?tt_data=a/&&os_api=24&device_type=SM-G9550&ssmix=a&manifest_version_code=2008000&dpi=420&carrier=China+Telecom&uuid=355979081608693&app_name=net.six66yx.steps&version_name=2.8.0&ac=wifi&update_version_code=2008000&channel=openadsdk&build_serial=988994355842583439&_rticket=1582615222705&device_platform=android&clientudid=a4cda73b-ad4a-43b1-befb-d5c9582eb2ba&version_code=2008000&sim_region=cn&cdid=03ac1882-f25a-4fa4-bbc0-f920cbef8f8b&openudid=3b94f0512d9d028a&device_id=54405682818&resolution=2094x1080&os_version=7.0&language=zh&device_brand=samsung&aid=1181&mcc_mnc=46011
   D/TeaLog: http headers key:Content-Type value:application/octet-stream;tt-data=a
       http data length:742
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/TeaLog: http response: {"magic_tag":"ss_app_log","message":"success","server_time":1582615226,"http_code":200}
   D/TeaLog: setResult, [{pack, y, sid:null, -, 1582615222690}, {pack, y, sid:null, -, 1582615222468}], []
   D/TeaLog: canSave false
   I/TeaLog: s2 2
   I/TeaLog: s worked:true 60000
   I/TeaLog: p worked:true 9223370454239550837
   D/TeaLog: queryEvent, {event, u, null, null, -, 1582615219413}, 0, 0
   D/TeaLog: queryEvent, {eventv3, w, null, -, 1582615219413}, 0, 0
   D/TeaLog: queryEvent, {event_misc, v, param:{} logType:, -, 1582615219414}, 0, 0
   D/TeaLog: queryPack, 0, []
   D/TeaLog: canSend false
   I/TeaLog: s0 0
   I/TeaLog: s worked:true 9223370454239550819
   D/TeaLog: http: https://toblog.ctobsnssdk.com/service/2/app_alert_check/?&os_api=24&device_type=SM-G9550&ssmix=a&manifest_version_code=2008000&dpi=420&carrier=China+Telecom&uuid=355979081608693&app_name=net.six66yx.steps&version_name=2.8.0&ac=wifi&update_version_code=2008000&channel=openadsdk&build_serial=988994355842583439&_rticket=1582615224992&device_platform=android&clientudid=a4cda73b-ad4a-43b1-befb-d5c9582eb2ba&version_code=2008000&sim_region=cn&cdid=03ac1882-f25a-4fa4-bbc0-f920cbef8f8b&openudid=3b94f0512d9d028a&device_id=54405682818&resolution=2094x1080&os_version=7.0&language=zh&device_brand=samsung&aid=1181&mcc_mnc=46011&timezone=8.0
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   D/TeaLog: http response: {"message":"success","http_code":200}
   I/TeaLog: ac worked:true 9223370454239550745
   D/SensorManager: unregisterListener ::   
   D/VNetLog: [32794] a.a: HTTP response for request=<[ ] https://sf1-ttcdn-tos.pstatp.com/obj/ad-pattern/template/10001/base/64.json 0x7e0b4f64 NORMAL 5> [lifetime=3175], [size=1999], [rc=200], [retryCount=0]
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
   ....... (I/System.out: (HTTPLog)-Static: isSBSettingEnabled false)
   ## Additional context
   <!-- Add any other context about the problem here.-->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services