[]关于截屏的问题

我是按照官网技术文档写的截屏代码,但是报错了,,能帮忙看下怎么处理吗?
 
代码如下:

console.log("onCharge-------------------------1"); if( Laya.Browser.window.conch ) { console.log("onCharge-------------------------2"); Laya.Browser.window.conch.captureScreen(function(arrayBuff,width,height){ console.log("onCharge-------------------------3"); //存储文件的方 Laya.Browser.window.conch.saveAsPng( arrayBuff,width,height,Laya.Browser.window.conch.getCachePath()+"/test.png" ); console.log("onCharge-------------------------4"); Laya.Browser.window.globalImage = window.document.createElement("img"); console.log("onCharge-------------------------5"); Laya.Browser.window.globalImage.onload=function() { console.log("onCharge-------------------------6"); } console.log("onCharge-------------------------7"); Laya.Browser.window.globalImage.src = "file:///" + Laya.Browser.window.conch.getCachePath()+"/test.png"; console.log("file:///" + Laya.Browser.window.conch.getCachePath()+"/test.png"); console.log("onCharge-------------------------8"); // //window.image = window.document.createElement("img"); //image.putImageData(arrayBuff,width,height); //...使用image对象 }) } console.log("onCharge-------------------------9");
 
 
-----------------------------------------------------------------------LOG如下:
06-09 11:48:56.524 1040-1438/? D/PowerManagerService: userActivityNoUpdateLocked: eventTime=160233968, event=2, flags=0x0, uid=1000
06-09 11:48:56.524 1040-1438/? D/PowerManagerNotifier: onUserActivity: event=2, uid=1000
06-09 11:48:56.524 1040-1438/? D/PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=160257968 (in 23997 ms)
06-09 11:48:56.524 1040-1438/? D/PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x23, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false, useProximitySensor=false, mRequestWaitForNegativeProximity=false, mBrightnessWaitModeEnabled=false
06-09 11:48:56.634 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------1
06-09 11:48:56.634 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------2
06-09 11:48:56.634 20602-20747/com.wesai.doudizhu E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>>>>>className:layaair/game/browser/ExportJavaFunction,methodName:captureScreen
06-09 11:48:56.634 20602-20747/com.wesai.doudizhu E/LayaBox: >>>>>>>>>>>>before
06-09 11:48:56.634 20602-20747/com.wesai.doudizhu E/LayaBox: >>>>>>>>>>>>after
06-09 11:48:56.634 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------9
06-09 11:48:56.714 20602-20621/com.wesai.doudizhu I/art: Background sticky concurrent mark sweep GC freed 27877(2MB) AllocSpace objects, 16(256KB) LOS objects, 7% free, 26MB/28MB, paused 10.953ms total 72.309ms at GCDaemon thread CareAboutPauseTimes 1
06-09 11:48:56.724 1999-2600/? D/ThermalStateManager: Thermal type: 0 cur_temperature:43
06-09 11:48:56.944 1040-1555/? D/ArpVerifier: performPollAndLog:
06-09 11:48:56.954 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 2013 ms ago!
06-09 11:48:56.954 1654-1654/? D/StatusBar.MSimNetworkController: refreshviews update icon subscription===0 mMSimPhoneSignalIconId[subscription]===2130838395 mMSimPhoneSignalTypeIconId[subscription]===0 mMSimMobileActivityIconId[subscription]===0 mMSimDataTypeIconId[subscription]===0
06-09 11:48:56.954 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:56.964 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:56.964 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:56.964 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:56.964 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:56.964 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:56.974 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:56.974 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:56.974 1654-1654/? D/StatusBar.MSimNetworkController: changing data overlay icon id to 0
06-09 11:48:56.974 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x7f0203bb mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:48:56.974 1654-1654/? D/StatusBar.MSimNetworkController: Send a message to refresh views 1s later!
06-09 11:48:56.974 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x7f0203bb mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:48:56.974 1654-1654/? D/StatusBar.MSimNetworkController: Frequently refreshed,will be inglored! subscription: 0
06-09 11:48:56.984 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 2010 ms ago!
06-09 11:48:56.984 1654-1654/? D/StatusBar.MSimNetworkController: refreshviews update icon subscription===0 mMSimPhoneSignalIconId[subscription]===2130838395 mMSimPhoneSignalTypeIconId[subscription]===0 mMSimMobileActivityIconId[subscription]===0 mMSimDataTypeIconId[subscription]===0
06-09 11:48:56.984 1654-1654/? D/StatusBar.MSimNetworkController: changing data overlay icon id to 2130838459
06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: handleMessage: E msg.what=999904
06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: processMsg: HeartAckState
06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: enter HeartAckState: msg = { when=-3ms what=999904 target=com.android.internal.util.StateMachine$SmHandler }
06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: processMsg: EnterSupplicantStarted
06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: processMsg: DefaultState
06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: enter DefaultState: msg = { when=-3ms what=999904 target=com.android.internal.util.StateMachine$SmHandler }
06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: handleMessage: X
06-09 11:48:57.604 331-331/? I/SurfaceFlinger: FPS: 17
06-09 11:48:57.964 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x0 mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:48:57.964 1654-1654/? D/StatusBar.MSimNetworkController: Frequently refreshed,will be inglored! subscription: 0
06-09 11:48:57.964 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x0 mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:48:57.964 1654-1654/? D/StatusBar.MSimNetworkController: Send a message to refresh views 1s later!
06-09 11:48:57.974 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 1022 ms ago!
06-09 11:48:57.974 1654-1654/? D/StatusBar.MSimNetworkController: refreshviews update icon subscription===0 mMSimPhoneSignalIconId[subscription]===2130838395 mMSimPhoneSignalTypeIconId[subscription]===0 mMSimMobileActivityIconId[subscription]===0 mMSimDataTypeIconId[subscription]===0
06-09 11:48:57.974 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:57.974 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:57.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:57.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:57.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:57.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:57.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:48:57.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:48:58.394 20602-20647/com.wesai.doudizhu E/temp: >>>>>>>>>>>>>>>>>>>>>>>useTimenew1762
06-09 11:48:58.444 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------3
06-09 11:48:58.474 446-446/? I/MSM-irqbalance: Decided to move IRQ130 from CPU6 to CPU5
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine:  ConnectedState !CMD_START_SCAN -2 867 ic=0 proc(ms):20003 dur:476 cnt=867 rssi=-63 f=2462 sc=60 link=72 tx=41.0, 0.0, 0.0  rx=42.4 fiv=30000 [on:0 tx:0 rx:0 period:2849] from screen [on:0 period:-1963447590]
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine:  L2ConnectedState !CMD_START_SCAN -2 867 ic=0 proc(ms):20004 dur:476 cnt=867 rssi=-63 f=2462 sc=60 link=72 tx=41.0, 0.0, 0.0  rx=42.4 fiv=30000 [on:0 tx:0 rx:0 period:1] from screen [on:0 period:-1963447589]
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=40.97 rxSuccessRate=42.44 targetRoamBSSID=any RSSI=-63
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: startDelayedScan send -> 868 milli 20000
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: WifiStateMachine CMD_START_SCAN with age=40009 interval=30000 maxinterval=300000
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: WifiStateMachine CMD_START_SCAN try full band scan age=40009 interval=30000 maxinterval=300000
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: WifiStateMachine CMD_START_SCAN prevent full band scan due to pkt rate
06-09 11:48:58.704 1040-1467/? E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 ...and ignore scans tx=40.97 rx=42.44
06-09 11:48:58.854 1040-1467/? E/WifiStateMachine:  ConnectedState !CMD_RSSI_POLL 69 0 "wepiao" 00:f2:8b:07:20:20 rssi=-63 f=2462 sc=60 link=72 tx=41.0, 0.0, 0.0  rx=42.4 bcn=0 [on:0 tx:0 rx:0 period:151] from screen [on:0 period:-1963447437] gl u24 rssi=-63 ag=0 hr ticks 2,15,198 ls-=0 [56,56,60,60,65] brc=0 lrc=0
06-09 11:48:58.854 1040-1467/? E/WifiStateMachine:  L2ConnectedState !CMD_RSSI_POLL 69 0 "wepiao" 00:f2:8b:07:20:20 rssi=-63 f=2462 sc=60 link=72 tx=41.0, 0.0, 0.0  rx=42.4 bcn=0 [on:0 tx:0 rx:0 period:1] from screen [on:0 period:-1963447436] gl u24 rssi=-63 ag=0 hr ticks 2,15,198 ls-=0 [56,56,60,60,65] brc=0 lrc=0
06-09 11:48:58.854 1040-1467/? D/WifiNative-wlan0: doString: [SIGNAL_POLL]
06-09 11:48:58.854 1759-1759/? D/wpa_supplicant: wlan0: Control interface command 'SIGNAL_POLL'
06-09 11:48:58.874 1759-1759/? E/wpa_supplicant: RSSI=-63;LINKSPEED=72;NOISE=9999;FREQUENCY=2462;
06-09 11:48:58.874 1040-1467/? E/WifiHW: wifi_send_command enter;cmd:IFNAME=wlan0 SIGNAL_POLL;
06-09 11:48:58.874 1040-1467/? D/WifiCHRStateManager: updateChannel:2462
06-09 11:48:58.874 1040-1467/? E/WifiStateMachine: fetchRssiLinkSpeedAndFrequencyNative rssi=-63 linkspeed=72 SSID="wepiao"
06-09 11:48:58.874 1040-1467/? E/WifiStateMachine: calculateWifiScore freq=2462 speed=72 score=60 highRSSI  -> txbadrate=0.00 txgoodrate=20.98 txretriesrate=0.00 rxrate=21.22 userTriggerdPenalty0
06-09 11:48:58.874 1040-1467/? E/WifiStateMachine:  good link -> stuck count =0
06-09 11:48:58.874 1040-1467/? E/WifiStateMachine:  badRSSI count0 lowRSSI count0 --> score 60
06-09 11:48:58.874 1040-1467/? E/WifiStateMachine:  isHighRSSI       ---> score=65
06-09 11:48:58.964 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 1985 ms ago!
06-09 11:48:58.964 1654-1654/? D/StatusBar.MSimNetworkController: refreshviews update icon subscription===0 mMSimPhoneSignalIconId[subscription]===2130838395 mMSimPhoneSignalTypeIconId[subscription]===0 mMSimMobileActivityIconId[subscription]===0 mMSimDataTypeIconId[subscription]===0
06-09 11:48:58.964 1654-1654/? D/StatusBar.MSimNetworkController: changing data overlay icon id to 0
06-09 11:48:59.074 331-331/? I/SurfaceFlinger: FPS: 5
06-09 11:48:59.624 1040-1076/? D/ActivityManager: PowerFireWall calc process launch counts
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall curDefault IMs = com.baidu.input_huawei
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.android.exchange is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.appmarket is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.android.calendar is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.android.email is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.android.hwouc is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.phoneservice is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.intelligent is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc failed to get application info
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.android.wfdft is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.android.hwouc is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.android.contacts is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.phoneservice is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.phoneservice is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.cloudwifi is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.android.hwouc is System App, skip
06-09 11:48:59.624 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.android.totemweather is System App, skip
06-09 11:48:59.634 1040-22676/? D/ActivityManager: PowerFireWall calc com.huawei.android.hwouc is System App, skip
06-09 11:48:59.744 1928-2157/? I/QCNEJ: |CORE:COM:RCVR| CNE creating socket
06-09 11:48:59.964 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x7f0203bb mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:48:59.964 1654-1654/? D/StatusBar.MSimNetworkController: Send a message to refresh views 1s later!
06-09 11:48:59.964 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x7f0203bb mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:48:59.964 1654-1654/? D/StatusBar.MSimNetworkController: Send a message to refresh views 1s later!
06-09 11:48:59.994 1040-1432/? V/AlarmManager: sending alarm Alarm{29fd8e9b type 3 when 160237441 android},repeatInterval = 0,action=android.intent.action.TIME_TICK
06-09 11:48:59.994 2087-2087/? I/HwLauncher: Model  onReceive intent=Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) }
06-09 11:48:59.994 1040-1432/? D/PowerManagerService: acquireWakeLockInternal: lock=372226975, flags=0x40000001, packageName=android, ws=WorkSource{1000}, uid=1000, pid=1040
06-09 11:48:59.994 1040-1432/? D/PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x23
06-09 11:48:59.994 1040-1432/? D/PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=160257968 (in 20526 ms)
06-09 11:48:59.994 1040-1432/? D/PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x23, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false, useProximitySensor=false, mRequestWaitForNegativeProximity=false, mBrightnessWaitModeEnabled=false
06-09 11:48:59.994 1040-1040/? V/AlarmManager: Received TIME_TICK alarm; rescheduling
06-09 11:49:00.004 1975-1975/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-09 11:49:00.004 1975-1975/? D/KeyguardUpdateMonitor: handleTimeUpdate
06-09 11:49:00.004 1654-1654/? I/TimeManager: receiver action = android.intent.action.TIME_TICK
06-09 11:49:00.004 1654-1654/? I/TimeManager: send message delay millis = 60985 ms
06-09 11:49:00.004 1654-1654/? I/TimeManager: hand message 1
06-09 11:49:00.004 1654-1654/? I/TimeManager: notify time change. size = 2
06-09 11:49:00.004 1654-1654/? D/TimeLayout: updateTime(TextView)
06-09 11:49:00.004 1654-1654/? D/TimeLayout: updateTime()
06-09 11:49:00.004 1654-1654/? I/TimeLayout: time = 11:49
06-09 11:49:00.004 1654-1654/? D/TimeLayout: mDateView is null
06-09 11:49:00.004 1654-1654/? D/TimeLayout: mWeekView is null
06-09 11:49:00.004 1654-1654/? D/TimeLayout: updateTime(TextView)
06-09 11:49:00.004 1654-1654/? D/TimeLayout: is24 = true
06-09 11:49:00.004 1654-1654/? D/TimeLayout: updateAmpm()
06-09 11:49:00.004 1654-1654/? I/TimeLayout: updateDate date = 2017/6/9
06-09 11:49:00.014 1654-1654/? I/TimeLayout: weekDay = 星期五
06-09 11:49:00.034 1040-1040/? D/PowerManagerService: releaseWakeLockInternal: lock=372226975, flags=0x0, packageName=android", ws=WorkSource{1000}, uid=1000, pid=1040
06-09 11:49:00.034 1040-1040/? D/PowerManagerService: updateWakeLockSummaryLocked: mWakefulness=Awake, mWakeLockSummary=0x23
06-09 11:49:00.034 1040-1040/? D/PowerManagerService: updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=160257968 (in 20488 ms)
06-09 11:49:00.034 1040-1040/? D/PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x23, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false, useProximitySensor=false, mRequestWaitForNegativeProximity=false, mBrightnessWaitModeEnabled=false
06-09 11:49:00.654 331-331/? I/SurfaceFlinger: FPS: 2
06-09 11:49:00.964 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 2992 ms ago!
06-09 11:49:00.964 1654-1654/? D/StatusBar.MSimNetworkController: refreshviews update icon subscription===0 mMSimPhoneSignalIconId[subscription]===2130838395 mMSimPhoneSignalTypeIconId[subscription]===0 mMSimMobileActivityIconId[subscription]===0 mMSimDataTypeIconId[subscription]===0
06-09 11:49:00.974 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:49:00.974 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:49:00.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:49:00.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:49:00.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:49:00.984 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:49:00.994 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = 0
06-09 11:49:00.994 1654-1654/? D/HwCustMSimSignalClusterViewImpl: applyVSim, sub = -1
06-09 11:49:00.994 1654-1654/? D/StatusBar.MSimNetworkController: changing data overlay icon id to 2130838459
06-09 11:49:00.994 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 2034 ms ago!
06-09 11:49:00.994 1654-1654/? D/StatusBar.MSimNetworkController: refreshviews update icon subscription===0 mMSimPhoneSignalIconId[subscription]===2130838395 mMSimPhoneSignalTypeIconId[subscription]===0 mMSimMobileActivityIconId[subscription]===0 mMSimDataTypeIconId[subscription]===0
06-09 11:49:00.994 1654-1654/? D/StatusBar.MSimNetworkController: changing data overlay icon id to 2130838459
06-09 11:49:01.004 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x0 mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:49:01.004 1654-1654/? D/StatusBar.MSimNetworkController: Send a message to refresh views 1s later!
06-09 11:49:01.004 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x0 mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignalIconId=0x7f02037b mMSimDataTypeIconId=0x0 mNoSimIconVisible true mWifiIconId=0x7f0203c5 mBluetoothTetherIconId=0x1080694
06-09 11:49:01.004 1654-1654/? D/StatusBar.MSimNetworkController: Send a message to refresh views 1s later!
06-09 11:49:01.214 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------4
06-09 11:49:01.214 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------5
06-09 11:49:01.214 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------7
06-09 11:49:01.234 20602-20747/com.wesai.doudizhu I/LayaBox:  file:////data/data/com.wesai.doudizhu/cache//LayaCache//appCache/test.png
06-09 11:49:01.234 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------8
06-09 11:49:01.434 20602-20747/com.wesai.doudizhu I/LayaBox:  onCharge-------------------------6
06-09 11:49:01.684 331-331/? I/SurfaceFlinger: FPS: 15
06-09 11:49:01.734 1999-2600/? D/ThermalStateManager: Thermal type: 0 cur_temperature:44
06-09 11:49:01.874 1040-1467/? E/WifiStateMachine:  ConnectedState !CMD_RSSI_POLL 69 0 "wepiao" 00:f2:8b:07:20:20 rssi=-63 f=2462 sc=60 link=72 tx=21.0, 0.0, 0.0  rx=21.2 bcn=0 [on:0 tx:0 rx:0 period:3004] from screen [on:0 period:-1963444417] gl u24 rssi=-63 ag=0 hr ticks 2,15,198 ls-=0 [56,56,60,60,65] brc=0 lrc=0
06-09 11:49:01.874 1040-1467/? E/WifiStateMachine:  L2ConnectedState !CMD_RSSI_POLL 69 0 "wepiao" 00:f2:8b:07:20:20 rssi=-63 f=2462 sc=60 link=72 tx=21.0, 0.0, 0.0  rx=21.2 bcn=0 [on:0 tx:0 rx:0 period:1] from screen [on:0 period:-1963444416] gl u24 rssi=-63 ag=0 hr ticks 2,15,198 ls-=0 [56,56,60,60,65] brc=0 lrc=0
06-09 11:49:01.874 1040-1467/? D/WifiNative-wlan0: doString: [SIGNAL_POLL]
06-09 11:49:01.874 1759-1759/? D/wpa_supplicant: wlan0: Control interface command 'SIGNAL_POLL'
06-09 11:49:01.894 1759-1759/? E/wpa_supplicant: RSSI=-64;LINKSPEED=72;NOISE=9999;FREQUENCY=2462;
06-09 11:49:01.894 1040-1467/? E/WifiHW: wifi_send_command enter;cmd:IFNAME=wlan0 SIGNAL_POLL;
06-09 11:49:01.894 1040-1467/? D/WifiCHRStateManager: updateChannel:2462
06-09 11:49:01.894 1040-1467/? E/WifiStateMachine: fetchRssiLinkSpeedAndFrequencyNative rssi=-64 linkspeed=72 SSID="wepiao"
06-09 11:49:01.894 1040-1467/? E/WifiStateMachine: calculateWifiScore freq=2462 speed=72 score=60 highRSSI  -> txbadrate=0.00 txgoodrate=10.99 txretriesrate=0.00 rxrate=10.61 userTriggerdPenalty0
06-09 11:49:01.894 1040-1467/? E/WifiStateMachine:  good link -> stuck count =0
06-09 11:49:01.894 1040-1467/? E/WifiStateMachine:  badRSSI count0 lowRSSI count0 --> score 60
06-09 11:49:01.894 1040-1467/? E/WifiStateMachine:  isHighRSSI       ---> score=65
已邀请:

cuixueying

赞同来自:

收到,我们看下!

要回复问题请先

商务合作
商务合作