Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huawei Blocks Scans When Screen is Off #554

Open
zukopvd opened this issue Aug 1, 2017 · 60 comments
Open

Huawei Blocks Scans When Screen is Off #554

zukopvd opened this issue Aug 1, 2017 · 60 comments

Comments

@zukopvd
Copy link

zukopvd commented Aug 1, 2017

Expected behavior

An application should be able to detect beacon region exit or entrance regardless of the application state: either foreground or background.

Actual behavior

When an application is in the background mode and screen is locked after some iterations of BeaconManager's scanning you can see the following error in logs:
E/BtGatt.GattService: App 'package_name' is scanning too frequently on screen off

After that each subsequent iteration causes the same error. After first appearance of this error exit from beacon's region may happen (if was entered previously) and no more any region entrance can be detected.

Steps to reproduce this behavior

  1. Configure the BeaconManager for background scanning like that:
beaconManager.setBackgroundMode(true);
beaconManager.setBackgroundScanPeriod(5000L);
beaconManager.setBackgroundBetweenScanPeriod(30000L);
  1. Start the application
  2. Go to the background using "Home" button
  3. Lock the device's screen
  4. See device's logs by tag "scan" without package filters

Mobile device model and OS version

Samsung Galaxy S7 (Android 7.0)
Huawei Honor 8 (Android 7.0)

Android Beacon Library version

2.11

As I know it is a quite common issue related to Android's N DOZE mode. Some other beacon manufacturers (kontaktio, estimote) faced the same issue (with exact same case and error) lately. Mostly, the following official restriction mentioned: "Since Nougat, every application is allowed to start/stop BLE scan a maximum of 5 times per 30s." but with the AltBeacon library the issue occurs even if I configure the BeaconManager like that:

beaconManager.setBackgroundScanPeriod(200L);
beaconManager.setBackgroundBetweenScanPeriod(120000L);

I've read issues #506, #509 and #512 but didn't found working solution.
I really like AltBeacon library, it works so great but this issue totally confused me.
Please, help. Maybe I missed something.

Thank you!

IMPORTANT: This forum is reserved for feature requests or reproducible bugs with the library itself. If you need help with using the library with your project, please open a new question on StackOverflow.com.

@davidgyoung
Copy link
Member

@zukopvd, can you please attach a LogCat excerpt showing this message as well as the previous 60 seconds? I'd like to see how the scan cycles are actually running. I don't think you should see this error if you have it set up as described.

@zukopvd
Copy link
Author

zukopvd commented Aug 2, 2017

@davidgyoung here it is. I've replaced host app package name with "my_package_name"

Logs 08-03 00:48:34.643 5409-5469/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 00:48:34.643 5409-5469/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 00:48:34.643 5409-5469/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 00:48:34.643 11674-11674/? D/ActivityThread: ActivityThread,attachApplication 08-03 00:48:34.643 5409-5540/? I/bt_att: GATT_Register 08-03 00:48:34.643 5409-5540/? D/bt_att: UUID=[0x0eb766d87dbd46a9afbdcdc2d5aafc51] 08-03 00:48:34.643 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=18 08-03 00:48:34.643 5409-5540/? I/bt_att: GATT_StartIf gatt_if=18 08-03 00:48:34.643 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 00:48:34.643 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 00:48:34.643 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 00:48:34.645 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:48:34.648 10275-10291/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=18 mClientIf=0 08-03 00:48:34.651 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_SCAN 08-03 00:48:34.652 1250-2448/? D/ActivityManager: ActivityManagerService,attachApplication,callingPid = 11674 08-03 00:48:34.661 1250-1368/? E/ProcessInfoCollector: getProcessInfo: failed to find this proc 08-03 00:48:34.661 1250-2448/? I/ActivityManager: Killing 10350:com.huawei.android.ds/1001 (adj 906): empty #25 08-03 00:48:34.663 5409-5463/? I/bt_btif: BTA_DmEnableScanFilter: 1 08-03 00:48:34.663 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 2. 08-03 00:48:34.663 1250-21724/? D/ActivityManager: cleanUpApplicationRecord -- 10240 08-03 00:48:34.665 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_status_cb 08-03 00:48:34.666 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 5 08-03 00:48:34.666 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:5, index:15 08-03 00:48:34.666 5409-5540/? I/bt_btm: btm_ble_update_pf_manu_data length: 2 08-03 00:48:34.666 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 11. 08-03 00:48:34.672 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 00:48:34.672 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 00:48:34.672 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:48:34.672 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 00:48:34.676 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:48:34.676 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 00:48:34.676 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:11 08-03 00:48:34.677 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 00:48:34.680 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 00:48:34.680 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 00:48:34.680 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:48:34.680 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 00:48:34.684 1250-21757/? E/HsmCoreServiceImpl: onTransact in code is: 102 08-03 00:48:34.684 1250-21757/? W/MediaProcessHandler: processOp uid 1000 is not concerned! 08-03 00:48:34.685 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:48:34.685 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 00:48:34.685 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:8 08-03 00:48:34.685 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 00:48:34.689 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 00:48:34.689 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 00:48:34.689 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:48:34.690 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 00:48:34.690 430-1036/? I/gralloc: alloc_device_alloc:564: Alloc handle(0x721c03be00): interfmt=1, stride=64, size=4096, usage=0x100 08-03 00:48:34.693 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:48:34.701 430-1688/? I/gralloc: alloc_device_free:586: Free handle(0x721c03be00) 08-03 00:48:34.704 1250-19997/? D/ActivityManager: cleanUpApplicationRecord -- 10350 08-03 00:48:34.705 1250-1261/? E/HsmCoreServiceImpl: onTransact in code is: 102 08-03 00:48:34.705 1250-1261/? W/MediaProcessHandler: processOp uid 1001 is not concerned! 08-03 00:48:34.714 11674-11674/? W/System: ClassLoader referenced unknown path: /system/app/HwLauncher6/lib/arm64 08-03 00:48:34.731 11674-11674/? D/HwLauncher: Launcher.LauncherProvider onCreate 08-03 00:48:34.738 11674-11674/? I/HwLauncher: Launcher.Settings getLauncherType return type=4 08-03 00:48:34.738 11674-11674/? I/HwLauncher: Launcher.ComponentChangeOta onCreate() otaChanged = false 08-03 00:48:34.743 11674-11674/? I/HwLauncher: Launcher.Settings isChangeBadgeEnable = true 08-03 00:48:34.743 11674-11674/? I/HwLauncher: Launcher.Settings isOpenModeChangeBadgeEnable = true 08-03 00:48:34.744 11674-11674/? D/HwLauncher: Launcher.Settings load() cellX = 4 cellY = 5 08-03 00:48:34.744 11674-11674/? I/Launcher.Settings: getLauncherRotateShow sOrientationEnable=false 08-03 00:48:34.747 11674-11674/? W/CfgFilePolicy: No config file found for:xml/simple_folder_customized_applications.xml 08-03 00:48:34.747 11674-11674/? W/CfgFilePolicy: CFG_DIRS length : 12 08-03 00:48:34.747 11674-11674/? I/HwLauncher: CustomizedXmlPath getCustomizedFileName :simple_folder_customized_applications.xml,Path is null 08-03 00:48:34.748 11674-11674/? I/HwLauncher: CustomizedXmlPath getCustomizedFileName :simple_folder_customized_applications.xml,Path is /system/etc/xml/simple_folder_customized_applications.xml 08-03 00:48:34.748 11674-11674/? I/HwLauncher: CustomizedXmlPath getCustomizedFileName :launcher_config.xml,Path is /system/etc/xml/launcher_config.xml 08-03 00:48:34.748 11674-11674/? W/CfgFilePolicy: No config file found for:xml/limit_powermode_launcher_default_workspace.xml 08-03 00:48:34.748 11674-11674/? W/CfgFilePolicy: CFG_DIRS length : 12 08-03 00:48:34.748 11674-11674/? I/HwLauncher: CustomizedXmlPath getCustomizedFileName :limit_powermode_launcher_default_workspace.xml,Path is null 08-03 00:48:34.748 11674-11674/? I/HwLauncher: CustomizedXmlPath getCustomizedFileName :limit_powermode_launcher_default_workspace.xml,Path is /system/etc/xml/limit_powermode_launcher_default_workspace.xml 08-03 00:48:34.752 11674-11674/? I/HwLauncher: Launcher.Settings readIconTitleFontSizeConfig parser.getText(): 12 floatIconTitleSize : 12.0 08-03 00:48:34.754 11674-11674/? D/HwLauncher: Launcher.LauncherProvider end load Settings data 08-03 00:48:34.760 11674-11674/? I/HwCust: Constructor found for class com.huawei.android.launcher.HwCustLauncherProviderImpl 08-03 00:48:34.760 11674-11674/? D/HwCust: Create obj success use class com.huawei.android.launcher.HwCustLauncherProviderImpl 08-03 00:48:34.768 11674-11674/? I/HwLauncher: LauncherHelper getSystemDimens: className = com.android.internal.R$dimen filedName = navigation_bar_height dimen = 126 08-03 00:48:34.768 11674-11674/? I/HwLauncher: LauncherHelper getSystemDimens: className = com.android.internal.R$dimen filedName = status_bar_height dimen = 72 08-03 00:48:34.783 11674-11674/? I/HwCust: Constructor found for class com.huawei.android.launcher.HwCustUtilitiesImpl 08-03 00:48:34.783 11674-11674/? D/HwCust: Create obj success use class com.huawei.android.launcher.HwCustUtilitiesImpl 08-03 00:48:34.797 11674-11674/? I/HwLauncher: Launcher.Settings updateIconTitleSize fontSize = 10.5 08-03 00:48:34.797 11674-11674/? D/HwLauncher: Launcher.Settings updateIconTitleSize before fontSize: 10.5 08-03 00:48:34.797 11674-11674/? D/HwLauncher: Launcher.Settings updateIconTitleSize after fontSize: 31.5 08-03 00:48:34.798 11674-11674/? I/HwLauncher: BubbleInfo SystemProperties.getInt ro.config.app_big_icon_size iconSize = 180.0 08-03 00:48:34.799 11674-11674/? I/HwLauncher: BubbleInfo get rog iconSize = 180.0 08-03 00:48:34.799 11674-11674/? I/HwLauncher: BubbleInfo real iconSize = 180.0 08-03 00:48:34.801 11674-11674/? D/HwGalleryCacheManagerImpl: mIsEffect:false 08-03 00:48:34.803 11674-11674/? I/HwLauncher: BubbleInfo BubbleInfo init BubbleInfo [fontSize=31.5, lines=1, iconToTitlePadding=0.0, realHeight=0.0, bubbleVerticalPadding=0.0, bubbleHorizontalPadding=0.0, standardIconToTitlePadding=9.0, iconSize=180.0, standardMarkIconSize=20] 08-03 00:48:34.804 11674-11674/? I/HwLauncher: BubbleTextLayoutCalculator singleLineInfo mCellHeight = 282.6 mDockCellHeight = 291.0 addedPaddingHeight = 258.0 08-03 00:48:34.804 11674-11674/? I/HwLauncher: BubbleTextLayoutCalculator singleLineInfo mInfo: BubbleInfo [fontSize=31.5, lines=1, iconToTitlePadding=9.0, realHeight=258.0, bubbleVerticalPadding=12.300003, bubbleHorizontalPadding=0.0, standardIconToTitlePadding=9.0, iconSize=180.0, standardMarkIconSize=20] 08-03 00:48:34.804 11674-11674/? I/HwLauncher: CellNumCalculator initBubbleData mIconScale = 1.0 08-03 00:48:34.825 11674-11674/? I/HwLauncher: Launcher.LauncherProvider initializeMaxIdPowersave 08-03 00:48:34.830 11674-11674/? I/HwCust: Constructor found for class com.huawei.android.launcher.HwCustDatabaseHelperImpl 08-03 00:48:34.830 11674-11674/? D/HwCust: Create obj success use class com.huawei.android.launcher.HwCustDatabaseHelperImpl 08-03 00:48:34.832 11674-11674/? D/HwLauncher: Launcher.LauncherProvider updateLauncherRecord launcherRecord=4,Settings.getLauncherType()=4 08-03 00:48:34.832 11674-11674/? I/HwLauncher: Launcher.LauncherProvider LauncherProvider.onCreate() cost 102 ms 08-03 00:48:34.849 11674-11674/? I/HwCust: Constructor found for class com.huawei.android.launcher.HwCustLauncherApplicationImpl 08-03 00:48:34.850 11674-11674/? D/HwCust: Create obj success use class com.huawei.android.launcher.HwCustLauncherApplicationImpl 08-03 00:48:34.850 11674-11674/? D/HwLauncher: LauncherApplication onCreate 08-03 00:48:34.851 11674-11674/? V/HwWidgetFactory: : successes to get AllImpl object and return.... 08-03 00:48:34.862 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 00:48:34.862 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 00:48:34.865 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 00:48:34.865 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 00:48:34.871 1955-1955/? D/PTM.ThermalAlarmInfo: TempThreshold: 35, Shell: 33 08-03 00:48:34.903 11674-11674/? I/HwCust: Constructor found for class com.huawei.android.launcher.HwCustHiddenIconsManagerImpl 08-03 00:48:34.903 11674-11674/? D/HwCust: Create obj success use class com.huawei.android.launcher.HwCustHiddenIconsManagerImpl 08-03 00:48:34.907 1250-1259/? I/art: Background partial concurrent mark sweep GC freed 123166(7MB) AllocSpace objects, 17(332KB) LOS objects, 25% free, 45MB/61MB, paused 10.147ms total 254.606ms 08-03 00:48:34.908 11674-11674/? I/HwLauncher: HiddenIconsManagertotal load hidden icon count: 11 08-03 00:48:34.908 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 39 08-03 00:48:34.908 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 00:48:34.908 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 00:48:34.908 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 00:48:34.908 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 00:48:34.916 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 00:48:34.916 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 00:48:34.918 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 00:48:34.932 11674-11674/? I/HwLauncher: PowerSaveReceiver disableLimitPowerModeHome: forceExit is false 08-03 00:48:34.932 11674-11674/? I/HwLauncher: PowerSaveReceiver isLimitPowerModeOn: false 08-03 00:48:34.933 11674-11674/? I/HwLauncher: LauncherApplication LauncherApplication.onCreate() cost 84 ms 08-03 00:48:34.934 11674-11674/? W/HwLauncher.HwCustLauncherApplicationImpl: The config file hw_launcher_application_title.xml is not exist! 08-03 00:48:34.935 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 00:48:34.936 1624-1624/? W/PanelView: set notification panel padding = 1436 08-03 00:48:34.936 1250-21729/? D/FrontFingerprintNavigation: onDockedStackMinimizedChanged:false 08-03 00:48:34.936 11674-11685/? I/HwLauncher: LauncherApplication onDockedStackExistsChanged exists: false 08-03 00:48:34.936 1250-21729/? D/FrontFingerprintNavigation: onDockedStackMinimizedChanged:false 08-03 00:48:34.936 11674-11685/? I/HwLauncher: LauncherApplication onDockedStackMinimizedChanged minimized: false 08-03 00:48:34.936 11674-11685/? I/HwLauncher: LauncherApplication onDockedStackMinimizedChanged minimized: false 08-03 00:48:35.555 1250-1250/? I/TrafficMonitor: update:rxPkts:3,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:35.555 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:35.555 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:35.979 1250-1360/? D/HwBatteryService: onUEvent fcpStatus = 0,scpStatus =0,ovpStatus=0 08-03 00:48:35.980 1250-1360/? I/UsbDeviceManager: water_intrused state= 0 08-03 00:48:35.981 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 00:48:35.981 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 00:48:35.983 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 00:48:35.983 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 00:48:35.989 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 39 08-03 00:48:35.989 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 00:48:35.989 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 00:48:35.989 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 00:48:35.989 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 00:48:36.005 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 00:48:36.005 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 00:48:36.007 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 00:48:36.015 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 00:48:36.015 1624-1624/? W/PanelView: set notification panel padding = 1436 08-03 00:48:37.559 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:37.559 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:37.559 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:38.592 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:48:38.602 1250-1443/? D/hw_netstat: total/78/848,unknown:0/78/848 08-03 00:48:38.604 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:48:38.605 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-57 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2897, rtt_lan_failures=2, rtt_lan_succ=82, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:48:38.605 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:38.613 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=4, mTXbad=0, mRXGood=5] rssi=-57 08-03 00:48:38.615 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:48:38.616 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:48:38.616 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 00:48:38.616 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 00:48:38.616 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 0 08-03 00:48:38.616 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:38.625 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=688 txframe=8 txnoassoc=0 txphyerror=0 txctl=3 txfail=0 txphyerr=0 txfrmsnt=11 txnoack=0 txfrag=11 txnocts=0 txrts=0 txnobuf=0 txallfrm=24 txerror=0 txretrans=0 rxbyte=1268 rxframe=18 rxbadfcs=42 rxbadplcp=7 rxmulti=7 rxfrag=38 rxctl=20 rxbadcm=0 rxnobuf=0 rxcrsglitch=1613 rxbadds=0 rxnondata=0 rxmulti=7 reset=0 rxdfrmocast=190 rxmfrmocast=0 rxdfrmucastmbss=11 rxmfrmucastmbss=0 rxbeaconmbss=20 rxdfmucastobss=0 rxbeaconobss=10 rxstrt=1203 rxcfrmocast=613 rxcfrmucast=11 rxdfrmmcast=7 rxmfrmmcast=30 rxcfrmmcast=0 ] 08-03 00:48:39.187 1250-21759/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:48:39.189 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:48:39.189 1250-1250/? I/MQoS: received cell-signal:3 08-03 00:48:39.195 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 00:48:39.561 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:78,txBytes:106 08-03 00:48:39.562 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:39.562 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:40.263 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:48:40.271 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:48:40.271 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-56 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:48:40.271 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:40.275 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-56 08-03 00:48:40.275 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -56 08-03 00:48:40.275 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-56]=0%, volume=13 08-03 00:48:40.275 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:48:40.275 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:48:40.275 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-56]=0.08%, volume=33150 08-03 00:48:40.275 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:48:40.275 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:48:40.275 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:48:40.275 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:48:40.275 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:48:40.275 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:48:40.275 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow: protection_counter = 0, not_detect_counter = 82 08-03 00:48:40.276 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow scenario: 0 --> 0 rx bytes =1KB 08-03 00:48:40.276 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:48:40.276 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 13, 0. Lr =0% Totpkt=13 08-03 00:48:40.276 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:48:40.276 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:48:40.276 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:48:40.276 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:48:40.277 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:48:40.277 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370605,tcp_rx_pkts=412383 08-03 00:48:40.278 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=16,cgt=0,cgtWn=0 08-03 00:48:40.278 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=7, tcp_tx=6, tcp_reTran=0, rtRate=0 08-03 00:48:40.278 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:48:40.278 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:48:40.278 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 00:48:40.278 1250-1453/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 08-03 00:48:40.279 1250-1453/? D/HuaweiWifiWatchdogStateMachine: GSC:0, GSR:1.0, RSR:1.0, RTH:-75 08-03 00:48:40.279 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=245 rssi=-56 08-03 00:48:40.279 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 00:48:40.279 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 00:48:40.281 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 00:48:40.557 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:48:40.557 1250-1250/? I/TrafficMonitor: during_ms:2002,period_ms:2000 08-03 00:48:40.557 1250-1250/? I/TrafficMonitor: count:298,rx_sum:1,tx_sum:1,rxBytes:78,during_ms:2002,rx_speed:38.961038961038966,tx_speed:52.94705294705295,rto:1.0 08-03 00:48:40.557 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:1, rxSpd:38B/s, txpkt:1, txSpd:52 08-03 00:48:41.564 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:41.564 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:41.564 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:43.382 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 569997887 us 08-03 00:48:43.567 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:43.567 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:43.568 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:43.607 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:48:43.615 1250-1443/? D/hw_netstat: total/0/0 08-03 00:48:43.617 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:48:43.618 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-56 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2897, rtt_lan_failures=2, rtt_lan_succ=82, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:48:43.618 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:43.625 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=3, mTXbad=0, mRXGood=5] rssi=-56 08-03 00:48:43.627 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:48:43.628 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:48:43.628 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 00:48:43.628 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 86, dnsDiff = 0 08-03 00:48:45.491 601-601/? E/Thermal-daemon: [flash_led] temp_new :37 temp_old :38 08-03 00:48:45.491 601-601/? E/Thermal-daemon: Report temperature: [flash_led] temp :37 report_threshold:1 08-03 00:48:45.571 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:45.571 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:45.571 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:46.566 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:48:46.566 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 00:48:46.567 1250-1250/? I/TrafficMonitor: count:301,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2004,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:48:46.567 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:48:47.574 1250-1250/? I/TrafficMonitor: update:rxPkts:2,txPkts:1,rxBytes:166,txBytes:64 08-03 00:48:47.574 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:47.574 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:48.273 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:48:48.281 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:48:48.282 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-54 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:48:48.282 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:48.289 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -54 08-03 00:48:48.289 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-54 08-03 00:48:48.289 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:48:48.289 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-54]=0%, volume=5 08-03 00:48:48.289 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:48:48.289 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:48:48.289 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-54]=0.04%, volume=49212 08-03 00:48:48.290 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:48:48.290 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:48:48.290 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:48:48.290 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:48:48.290 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 5, 0. Lr =0% Totpkt=5 08-03 00:48:48.290 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:48:48.290 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:48:48.290 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:48:48.290 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:48:48.290 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:48:48.290 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:48:48.290 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:48:48.291 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370606,tcp_rx_pkts=412385 08-03 00:48:48.293 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=24,cgt=0,cgtWn=0 08-03 00:48:48.293 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=2, tcp_tx=1, tcp_reTran=0, rtRate=0 08-03 00:48:48.293 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:48:48.293 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:48:48.293 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 00:48:48.293 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 00:48:48.298 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 00:48:48.372 29273-7447/? W/GmsLocationProvider: Error removing location updates: 16 08-03 00:48:48.378 1250-1443/? D/HwArpVerifier: check_wifi_state_mode = 0 mCheckStateToken=152 token152 08-03 00:48:48.378 1250-1443/? D/HwArpVerifier: doArp() arpnum:1, minResponse:1, timeout:1000 08-03 00:48:48.379 1250-1443/? D/wifiserviceimpl: netmask =16777215 08-03 00:48:48.469 1250-1443/? D/HwArpVerifier: ARP test result: 1/1 08-03 00:48:48.513 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updatArpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2953, rtt_lan_failures=2, rtt_lan_succ=83, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:48:48.513 1250-1443/? D/HwArpVerifier: from HEART_CHECK transmit to state:HEART_CHECK 08-03 00:48:48.513 1250-1443/? D/HwArpVerifier: msg what=124 arg1(token)=152 arg2(mode)=0 delay=30000 08-03 00:48:48.615 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:48:48.624 1250-1443/? D/hw_netstat: total/166/64,my_package_name/166/64 08-03 00:48:48.626 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=1 WEBRESENDSEGS=0 WEBRECVSEGS=2 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:48:48.626 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2953, rtt_lan_failures=2, rtt_lan_succ=83, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:48:48.626 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:48.634 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=6, mTXbad=0, mRXGood=6] rssi=-54 08-03 00:48:48.635 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:48:48.636 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=1 WEBRESENDSEGS=0 WEBRECVSEGS=2 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:48:48.637 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:48:48.638 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 2, tx = 1 08-03 00:48:48.638 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 00:48:49.577 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:49.577 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:49.577 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:51.583 1250-1250/? I/TrafficMonitor: update:rxPkts:3,txPkts:2,rxBytes:156,txBytes:116 08-03 00:48:51.583 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:51.583 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:52.576 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:48:52.576 1250-1250/? I/TrafficMonitor: during_ms:2005,period_ms:2000 08-03 00:48:52.576 1250-1250/? I/TrafficMonitor: count:304,rx_sum:3,tx_sum:2,rxBytes:156,during_ms:2005,rx_speed:77.80548628428929,tx_speed:57.85536159600998,rto:1.5 08-03 00:48:52.576 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:3, rxSpd:77B/s, txpkt:2, txSpd:57 08-03 00:48:53.171 1250-1891/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:48:53.172 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:48:53.172 1250-1250/? I/MQoS: received cell-signal:3 08-03 00:48:53.177 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 00:48:53.382 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 559996906 us 08-03 00:48:53.585 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:53.586 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:53.586 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:53.628 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:48:53.637 1250-1443/? D/hw_netstat: total/156/116,my_package_name/156/116 08-03 00:48:53.639 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=0 WEBRECVSEGS=3 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:48:53.639 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2953, rtt_lan_failures=2, rtt_lan_succ=83, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:48:53.639 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:53.646 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=5, mTXbad=0, mRXGood=8] rssi=-54 08-03 00:48:53.648 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:48:53.649 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=2 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:48:53.650 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:48:53.650 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 3, tx = 2 08-03 00:48:53.650 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 00:48:55.589 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:55.589 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:55.589 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:56.281 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:48:56.289 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:48:56.289 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-54 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:48:56.289 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:56.294 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-54 08-03 00:48:56.294 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -54 08-03 00:48:56.294 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:48:56.294 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-54]=0%, volume=9 08-03 00:48:56.295 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:48:56.295 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:48:56.295 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-54]=0.04%, volume=49221 08-03 00:48:56.295 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:48:56.295 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:48:56.295 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:48:56.295 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:48:56.295 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:48:56.295 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 14, 0. Lr =0% Totpkt=14 08-03 00:48:56.295 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:48:56.295 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:48:56.295 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:48:56.296 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:48:56.296 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:48:56.296 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:48:56.296 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370608,tcp_rx_pkts=412388 08-03 00:48:56.298 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=32,cgt=0,cgtWn=0 08-03 00:48:56.298 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=3, tcp_tx=2, tcp_reTran=0, rtRate=0 08-03 00:48:56.298 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:48:56.298 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:48:56.298 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 00:48:56.298 1250-1453/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 08-03 00:48:56.298 1250-1453/? D/HuaweiWifiWatchdogStateMachine: GSC:0, GSR:1.0, RSR:1.0, RTH:-75 08-03 00:48:56.298 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=77 rssi=-54 08-03 00:48:56.298 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 00:48:56.298 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 00:48:56.300 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 00:48:57.592 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:57.592 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:57.592 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:48:57.789 1250-1270/? I/EventHub: EventHub monitor: no key events in the past 44s, no motion events in the past 45s 08-03 00:48:58.587 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:48:58.587 1250-1250/? I/TrafficMonitor: during_ms:2002,period_ms:2000 08-03 00:48:58.587 1250-1250/? I/TrafficMonitor: count:307,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2002,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:48:58.587 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:48:58.643 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:48:58.651 1250-1443/? D/hw_netstat: total/0/0 08-03 00:48:58.654 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:48:58.654 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2953, rtt_lan_failures=2, rtt_lan_succ=83, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:48:58.654 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:58.661 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=2, mTXbad=0, mRXGood=2] rssi=-54 08-03 00:48:58.663 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:48:58.664 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:48:58.665 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 00:48:58.665 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 00:48:58.665 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 0 08-03 00:48:58.665 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:48:58.675 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=296 txframe=4 txnoassoc=0 txphyerror=0 txctl=12 txfail=0 txphyerr=0 txfrmsnt=16 txnoack=1 txfrag=16 txnocts=0 txrts=0 txnobuf=0 txallfrm=38 txerror=0 txretrans=1 rxbyte=1490 rxframe=21 rxbadfcs=522 rxbadplcp=302 rxmulti=15 rxfrag=73 rxctl=50 rxbadcm=0 rxnobuf=0 rxcrsglitch=7042 rxbadds=0 rxnondata=0 rxmulti=15 reset=0 rxdfrmocast=793 rxmfrmocast=0 rxdfrmucastmbss=6 rxmfrmucastmbss=0 rxbeaconmbss=50 rxdfmucastobss=0 rxbeaconobss=38 rxstrt=6944 rxcfrmocast=3724 rxcfrmucast=20 rxdfrmmcast=17 rxmfrmmcast=88 rxcfrmmcast=0 ] 08-03 00:48:59.179 1250-1261/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:48:59.180 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:48:59.180 1250-1250/? I/MQoS: received cell-signal:3 08-03 00:48:59.189 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 00:48:59.594 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:48:59.594 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:48:59.594 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:01.600 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:01.600 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:01.600 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:03.383 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 549996476 us 08-03 00:49:03.604 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:03.604 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:03.604 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:03.652 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:03.661 1250-1443/? D/hw_netstat: total/0/0 08-03 00:49:03.664 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:03.664 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2953, rtt_lan_failures=2, rtt_lan_succ=83, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:03.664 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:03.671 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=0, mTXbad=0, mRXGood=4] rssi=-54 08-03 00:49:03.673 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:03.674 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:03.674 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 00:49:03.674 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 86, dnsDiff = 0 08-03 00:49:04.289 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:49:04.294 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:49:04.295 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-54 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:49:04.296 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:04.304 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -55 08-03 00:49:04.304 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-55 08-03 00:49:04.304 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:49:04.304 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-55]=0%, volume=2 08-03 00:49:04.304 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:49:04.304 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:49:04.305 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-55]=0.06%, volume=39197 08-03 00:49:04.305 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:49:04.305 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:49:04.305 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:49:04.305 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 2, 0. Lr =0% Totpkt=2 08-03 00:49:04.305 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:49:04.305 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:04.306 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:49:04.306 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:49:04.306 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:49:04.306 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:49:04.306 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:49:04.306 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:04.307 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370609,tcp_rx_pkts=412389 08-03 00:49:04.309 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=40,cgt=0,cgtWn=0 08-03 00:49:04.309 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=1, tcp_tx=1, tcp_reTran=0, rtRate=0 08-03 00:49:04.310 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:49:04.310 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:49:04.310 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 00:49:04.310 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 00:49:04.317 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 00:49:04.463 10275-11083/my_package_name D/BluetoothAdapter: STATE_ON 08-03 00:49:04.466 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 00:49:04.466 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_SCAN 08-03 00:49:04.467 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:04.467 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 00:49:04.469 5409-5540/? I/bt_att: GATT_Deregister gatt_if=18 08-03 00:49:04.469 5409-5540/? I/bt_att: GATT_Listen gatt_if=18 08-03 00:49:04.469 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 00:49:04.469 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 00:49:04.469 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 00:49:04.470 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:04.471 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:04.471 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:04.471 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 00:49:04.472 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:04.472 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 00:49:04.472 10275-11083/my_package_name D/BluetoothAdapter: STATE_ON 08-03 00:49:04.473 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:04.477 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:04.478 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 00:49:04.478 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:04.478 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:04.478 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 00:49:04.480 5409-5421/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 00:49:04.481 1250-1906/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 00:49:04.484 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:04.487 5409-5421/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 00:49:04.489 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 00:49:04.489 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 00:49:04.489 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 00:49:04.489 5409-5540/? I/bt_att: GATT_Register 08-03 00:49:04.489 5409-5540/? D/bt_att: UUID=[0x80a84487fb5946989a8ec2a5bad2725d] 08-03 00:49:04.489 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=18 08-03 00:49:04.489 5409-5540/? I/bt_att: GATT_StartIf gatt_if=18 08-03 00:49:04.489 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 00:49:04.489 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 00:49:04.489 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 00:49:04.490 10275-10446/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=18 mClientIf=0 08-03 00:49:04.491 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:04.493 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_SCAN 08-03 00:49:04.504 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 00:49:04.506 5409-5420/? I/art: Background sticky concurrent mark sweep GC freed 8264(491KB) AllocSpace objects, 0(0B) LOS objects, 35% free, 1788KB/2MB, paused 10.800ms total 24.525ms 08-03 00:49:04.511 5409-5473/? E/Bth: G.ScanManager:configureScanFilters() shouldAddAllPassFilterToController is false 08-03 00:49:04.594 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:49:04.594 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 00:49:04.594 1250-1250/? I/TrafficMonitor: count:310,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2004,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:49:04.594 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:49:05.186 1250-19997/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:05.187 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:05.187 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:05.195 1250-4342/? I/MQoS: QOS_level:4(4),wifi-link;use signalLvl:4;RAT:4G 08-03 00:49:05.204 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:05.606 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:52,txBytes:52 08-03 00:49:05.606 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:05.606 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:06.140 1250-1360/? D/HwBatteryService: onUEvent fcpStatus = 0,scpStatus =0,ovpStatus=0 08-03 00:49:06.141 1250-1360/? I/UsbDeviceManager: water_intrused state= 0 08-03 00:49:06.143 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 00:49:06.143 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 00:49:06.143 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 00:49:06.143 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 00:49:06.148 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 39 08-03 00:49:06.148 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 00:49:06.148 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 00:49:06.148 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 00:49:06.148 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 00:49:06.162 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 00:49:06.163 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 00:49:06.165 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 00:49:06.174 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 00:49:06.174 1624-1624/? W/PanelView: set notification panel padding = 1436 08-03 00:49:07.611 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:07.612 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:07.612 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:08.668 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:08.685 1250-1443/? D/hw_netstat: total/52/52,my_package_name/52/52 08-03 00:49:08.693 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=1 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:08.693 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2953, rtt_lan_failures=2, rtt_lan_succ=83, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:08.693 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:08.702 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=4, mTXbad=0, mRXGood=4] rssi=-55 08-03 00:49:08.704 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:08.705 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:08.706 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:08.706 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 1, tx = 2 08-03 00:49:08.706 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 00:49:09.479 10275-11083/my_package_name D/BluetoothAdapter: STATE_ON 08-03 00:49:09.482 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_SCAN 08-03 00:49:09.483 5409-5540/? I/bt_att: GATT_Deregister gatt_if=18 08-03 00:49:09.483 5409-5540/? I/bt_att: GATT_Listen gatt_if=18 08-03 00:49:09.483 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 00:49:09.483 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 00:49:09.484 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 00:49:09.486 10275-11083/my_package_name D/BluetoothAdapter: STATE_ON 08-03 00:49:09.489 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:09.489 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:09.489 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:09.493 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:09.494 5409-22506/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 00:49:09.496 1250-2464/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 00:49:09.508 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 00:49:09.510 5409-22506/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 00:49:09.512 5409-22506/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 00:49:09.512 5409-22506/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 00:49:09.512 5409-22506/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 00:49:09.513 5409-5540/? I/bt_att: GATT_Register 08-03 00:49:09.513 5409-5540/? D/bt_att: UUID=[0xb06cf31195994e9497b56f0bcf47fb71] 08-03 00:49:09.513 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=18 08-03 00:49:09.514 5409-5540/? I/bt_att: GATT_StartIf gatt_if=18 08-03 00:49:09.514 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 00:49:09.514 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 00:49:09.514 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 00:49:09.514 10275-10292/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=18 mClientIf=0 08-03 00:49:09.518 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:09.520 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_SCAN 08-03 00:49:09.527 5409-5463/? I/bt_btif: BTA_DmEnableScanFilter: 1 08-03 00:49:09.527 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 2. 08-03 00:49:09.531 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_status_cb 08-03 00:49:09.532 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 5 08-03 00:49:09.532 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:5, index:6 08-03 00:49:09.532 5409-5540/? I/bt_btm: btm_ble_update_pf_manu_data length: 2 08-03 00:49:09.532 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 11. 08-03 00:49:09.538 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 00:49:09.538 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 00:49:09.538 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:09.538 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 00:49:09.542 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:09.543 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 00:49:09.543 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:13 08-03 00:49:09.543 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 00:49:09.547 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 00:49:09.547 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 00:49:09.547 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:09.547 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 00:49:09.552 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:09.552 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 00:49:09.552 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:10 08-03 00:49:09.552 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 00:49:09.556 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 00:49:09.557 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 00:49:09.557 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:09.557 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 00:49:09.561 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:09.615 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:09.615 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:09.615 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:09.810 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:09.810 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:09.811 1250-1745/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:09.816 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:10.608 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:49:10.608 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 00:49:10.608 1250-1250/? I/TrafficMonitor: count:313,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2004,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:49:10.608 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:49:11.617 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:11.617 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:11.617 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:12.292 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:49:12.300 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:49:12.300 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-54 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:49:12.300 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:12.304 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-55 08-03 00:49:12.304 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -55 08-03 00:49:12.304 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-55]=0%, volume=2 08-03 00:49:12.304 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:49:12.304 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-55]=0.06%, volume=39199 08-03 00:49:12.304 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:49:12.304 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:49:12.304 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:49:12.304 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:49:12.304 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:49:12.305 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:12.305 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:49:12.305 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow: protection_counter = 0, not_detect_counter = 83 08-03 00:49:12.305 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow scenario: 0 --> 0 rx bytes =0KB 08-03 00:49:12.305 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:49:12.305 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 4, 0. Lr =0% Totpkt=4 08-03 00:49:12.305 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:49:12.305 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:49:12.305 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:49:12.305 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:49:12.305 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:12.306 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370609,tcp_rx_pkts=412389 08-03 00:49:12.307 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=48,cgt=16,cgtWn=4482336 08-03 00:49:12.307 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=0, tcp_tx=0, tcp_reTran=0, rtRate=0 08-03 00:49:12.307 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:49:12.308 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:49:12.308 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 00:49:12.309 1250-4342/? I/MQoS: QOS_level:4(4),wifi-link;use signalLvl:4;RAT:4G 08-03 00:49:13.383 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 539996210 us 08-03 00:49:13.621 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:13.621 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:13.621 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:13.691 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:13.714 1250-1443/? D/hw_netstat: total/0/0 08-03 00:49:13.721 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:13.721 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2953, rtt_lan_failures=2, rtt_lan_succ=83, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:13.721 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:13.729 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=0, mTXbad=0, mRXGood=2] rssi=-55 08-03 00:49:13.731 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:13.732 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:13.732 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 00:49:13.732 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 00:49:13.732 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 0 08-03 00:49:13.733 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:13.740 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=74 txframe=1 txnoassoc=0 txphyerror=0 txctl=3 txfail=0 txphyerr=0 txfrmsnt=4 txnoack=2 txfrag=4 txnocts=0 txrts=0 txnobuf=0 txallfrm=8 txerror=0 txretrans=2 rxbyte=734 rxframe=10 rxbadfcs=57 rxbadplcp=7 rxmulti=9 rxfrag=39 rxctl=29 rxbadcm=0 rxnobuf=0 rxcrsglitch=1496 rxbadds=0 rxnondata=0 rxmulti=9 reset=0 rxdfrmocast=126 rxmfrmocast=0 rxdfrmucastmbss=1 rxmfrmucastmbss=0 rxbeaconmbss=29 rxdfmucastobss=0 rxbeaconobss=5 rxstrt=995 rxcfrmocast=526 rxcfrmucast=4 rxdfrmmcast=9 rxmfrmmcast=34 rxcfrmmcast=0 ] 08-03 00:49:14.164 13171-13323/? I/CastDatabase: Saving the database 08-03 00:49:14.165 13171-13323/? I/SQLiteCastStore: Saving 1 CastNetworkInfo instances, 1 CastDeviceInfo instances, 0 paired guest mode devices. 08-03 00:49:14.184 13171-13323/? E/SQLiteCastStore: End saving paired guest mode devices 08-03 00:49:15.625 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:15.625 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:15.625 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:15.817 1250-21726/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:15.817 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:15.818 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:15.841 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:16.620 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:49:16.620 1250-1250/? I/TrafficMonitor: during_ms:2003,period_ms:2000 08-03 00:49:16.620 1250-1250/? I/TrafficMonitor: count:316,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2003,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:49:16.620 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:49:17.627 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:17.628 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:17.628 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:18.517 1250-1443/? D/HwArpVerifier: check_wifi_state_mode = 0 mCheckStateToken=152 token152 08-03 00:49:18.517 1250-1443/? D/HwArpVerifier: doArp() arpnum:1, minResponse:1, timeout:1000 08-03 00:49:18.518 1250-1443/? D/wifiserviceimpl: netmask =16777215 08-03 00:49:18.550 1250-1443/? D/HwArpVerifier: ARP test result: 1/1 08-03 00:49:18.583 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updatArpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2961, rtt_lan_failures=2, rtt_lan_succ=84, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:18.584 1250-1443/? D/HwArpVerifier: from HEART_CHECK transmit to state:HEART_CHECK 08-03 00:49:18.584 1250-1443/? D/HwArpVerifier: msg what=124 arg1(token)=152 arg2(mode)=0 delay=30000 08-03 00:49:18.715 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:18.724 1250-1443/? D/hw_netstat: total/83/52,my_package_name/83/52 08-03 00:49:18.726 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=1 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:18.726 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2961, rtt_lan_failures=2, rtt_lan_succ=84, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:18.726 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:18.736 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=5, mTXbad=0, mRXGood=5] rssi=-55 08-03 00:49:18.737 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:18.738 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=1 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:18.739 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:18.739 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 1, tx = 1 08-03 00:49:18.739 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 00:49:18.770 1250-21759/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:18.771 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:18.771 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:18.774 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:19.629 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:83,txBytes:52 08-03 00:49:19.629 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:19.629 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:20.302 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:49:20.313 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:49:20.314 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-54 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:49:20.314 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:20.323 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-55 08-03 00:49:20.323 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -55 08-03 00:49:20.323 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-55]=0%, volume=6 08-03 00:49:20.323 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:49:20.323 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:49:20.323 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:49:20.323 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-55]=0.06%, volume=39205 08-03 00:49:20.324 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:49:20.324 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:49:20.324 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:49:20.324 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 10, 0. Lr =0% Totpkt=10 08-03 00:49:20.324 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:49:20.324 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:20.325 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:49:20.325 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:49:20.325 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:49:20.325 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:49:20.325 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:49:20.325 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:20.326 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370610,tcp_rx_pkts=412390 08-03 00:49:20.327 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=56,cgt=0,cgtWn=0 08-03 00:49:20.328 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=1, tcp_tx=1, tcp_reTran=0, rtRate=0 08-03 00:49:20.328 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:49:20.328 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:49:20.328 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 00:49:20.328 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 00:49:20.337 1250-4342/? I/MQoS: QOS_level:4(4),wifi-link;use signalLvl:4;RAT:4G 08-03 00:49:21.632 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:21.632 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:21.632 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:22.629 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:49:22.629 1250-1250/? I/TrafficMonitor: during_ms:2003,period_ms:2000 08-03 00:49:22.629 1250-1250/? I/TrafficMonitor: count:319,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2003,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:49:22.629 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:49:23.384 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 529995739 us 08-03 00:49:23.638 1250-1250/? I/TrafficMonitor: update:rxPkts:2,txPkts:2,rxBytes:104,txBytes:116 08-03 00:49:23.638 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:23.638 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:23.724 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:23.732 1250-1443/? D/hw_netstat: total/104/116,my_package_name/104/116 08-03 00:49:23.735 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=0 WEBRECVSEGS=2 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:23.735 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2961, rtt_lan_failures=2, rtt_lan_succ=84, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:23.735 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:23.742 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=5, mTXbad=0, mRXGood=6] rssi=-55 08-03 00:49:23.744 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:23.745 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:23.746 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:23.746 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 2, tx = 2 08-03 00:49:23.746 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 00:49:24.781 1250-1889/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:24.785 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:24.785 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:24.793 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:25.527 601-601/? E/Thermal-daemon: [charger_ic] temp_new :37 temp_old :38 08-03 00:49:25.527 601-601/? E/Thermal-daemon: Report temperature: [charger_ic] temp :37 report_threshold:1 08-03 00:49:25.531 1877-1964/? I/ThermalStateManager: sensor name: ucurrent temperature: 37 , thermal action: ucurrent policy:0 08-03 00:49:25.531 1877-2123/? I/SwitchManager: setChargeHotLimit : mode = 1 vaule = 0 08-03 00:49:25.531 1877-2123/? I/powergenie_jni: set charge limit 1: 0 08-03 00:49:25.640 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:25.640 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:25.640 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:27.644 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:27.644 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:27.644 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:27.791 1250-1270/? I/EventHub: EventHub monitor: no key events in the past 74s, no motion events in the past 75s 08-03 00:49:28.310 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:49:28.322 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:49:28.324 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-54 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:49:28.324 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:28.332 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-55 08-03 00:49:28.332 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -55 08-03 00:49:28.333 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:49:28.333 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-55]=0%, volume=4 08-03 00:49:28.333 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:49:28.333 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:49:28.333 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-55]=0.06%, volume=39209 08-03 00:49:28.333 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:49:28.334 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:49:28.334 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:28.334 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:49:28.334 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:49:28.334 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:49:28.334 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 14, 0. Lr =0% Totpkt=14 08-03 00:49:28.335 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:49:28.335 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:49:28.335 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:49:28.335 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:49:28.335 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:28.336 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370612,tcp_rx_pkts=412392 08-03 00:49:28.339 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=64,cgt=0,cgtWn=0 08-03 00:49:28.340 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=2, tcp_tx=2, tcp_reTran=0, rtRate=0 08-03 00:49:28.340 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:49:28.340 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:49:28.340 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 00:49:28.340 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 00:49:28.348 1250-4342/? I/MQoS: QOS_level:4(4),wifi-link;use signalLvl:4;RAT:4G 08-03 00:49:28.640 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:49:28.640 1250-1250/? I/TrafficMonitor: during_ms:2003,period_ms:2000 08-03 00:49:28.640 1250-1250/? I/TrafficMonitor: count:322,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2003,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:49:28.641 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:49:28.737 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:28.746 1250-1443/? D/hw_netstat: total/0/0 08-03 00:49:28.748 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:28.748 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2961, rtt_lan_failures=2, rtt_lan_succ=84, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:28.748 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:28.756 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=0, mTXbad=0, mRXGood=2] rssi=-55 08-03 00:49:28.757 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:28.759 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:28.759 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 00:49:28.759 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 00:49:28.759 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 0 08-03 00:49:28.759 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:28.767 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=284 txframe=4 txnoassoc=0 txphyerror=0 txctl=6 txfail=0 txphyerr=0 txfrmsnt=10 txnoack=1 txfrag=10 txnocts=0 txrts=0 txnobuf=0 txallfrm=19 txerror=0 txretrans=1 rxbyte=905 rxframe=13 rxbadfcs=28 rxbadplcp=3 rxmulti=9 rxfrag=46 rxctl=32 rxbadcm=0 rxnobuf=0 rxcrsglitch=2503 rxbadds=0 rxnondata=0 rxmulti=9 reset=0 rxdfrmocast=288 rxmfrmocast=0 rxdfrmucastmbss=4 rxmfrmucastmbss=0 rxbeaconmbss=32 rxdfmucastobss=0 rxbeaconobss=10 rxstrt=862 rxcfrmocast=412 rxcfrmucast=12 rxdfrmmcast=10 rxmfrmmcast=42 rxcfrmmcast=0 ] 08-03 00:49:29.018 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:29.018 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:29.018 1250-1889/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:29.024 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:29.645 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:29.645 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:29.646 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:30.533 601-601/? E/Thermal-daemon: [charger_ic] temp_new :38 temp_old :37 08-03 00:49:30.534 601-601/? E/Thermal-daemon: Report temperature: [charger_ic] temp :38 report_threshold:1 08-03 00:49:30.535 601-601/? E/Thermal-daemon: [ap] temp_new :37 temp_old :38 08-03 00:49:30.535 601-601/? E/Thermal-daemon: Report temperature: [ap] temp :37 report_threshold:1 08-03 00:49:31.649 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:31.649 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:31.649 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:33.384 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 519995279 us 08-03 00:49:33.652 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:33.652 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:33.652 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:33.751 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:33.759 1250-1443/? D/hw_netstat: total/0/0 08-03 00:49:33.762 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=980 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:33.762 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2354, rtt_tcp_duration=269261, rtt_lan_duration=2961, rtt_lan_failures=2, rtt_lan_succ=84, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:33.762 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:33.769 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=2, mTXbad=0, mRXGood=4] rssi=-55 08-03 00:49:33.771 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:33.772 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:33.772 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 00:49:33.773 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 86, dnsDiff = 0 08-03 00:49:34.647 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 00:49:34.647 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 00:49:34.648 1250-1250/? I/TrafficMonitor: count:325,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2004,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 00:49:34.648 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 00:49:34.864 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 00:49:34.864 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 00:49:34.865 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 00:49:34.865 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 00:49:34.869 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 39 08-03 00:49:34.869 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 00:49:34.869 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 00:49:34.869 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 00:49:34.869 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 00:49:34.885 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 00:49:34.885 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 00:49:34.888 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 00:49:34.896 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 00:49:34.897 1624-1624/? W/PanelView: set notification panel padding = 1436 08-03 00:49:35.018 1250-19997/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:35.018 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:35.018 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:35.025 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:35.537 601-601/? E/Thermal-daemon: [charger_ic] temp_new :37 temp_old :38 08-03 00:49:35.538 601-601/? E/Thermal-daemon: Report temperature: [charger_ic] temp :37 report_threshold:1 08-03 00:49:35.654 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:35.654 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:35.654 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:36.301 1250-1360/? D/HwBatteryService: onUEvent fcpStatus = 0,scpStatus =0,ovpStatus=0 08-03 00:49:36.303 1250-1360/? I/UsbDeviceManager: water_intrused state= 0 08-03 00:49:36.307 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 00:49:36.307 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 00:49:36.308 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 00:49:36.309 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 00:49:36.314 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 00:49:36.318 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 39 08-03 00:49:36.318 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 00:49:36.318 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 00:49:36.318 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 00:49:36.319 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 00:49:36.331 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 00:49:36.333 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-54 "WiFi-DOM.RU-4487"WPA_PSK 08-03 00:49:36.333 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:36.338 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-55 08-03 00:49:36.338 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-55]=0%, volume=3 08-03 00:49:36.338 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-55]=0.06%, volume=39212 08-03 00:49:36.338 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 00:49:36.338 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 00:49:36.338 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 17, 0. Lr =0% Totpkt=17 08-03 00:49:36.339 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -55 08-03 00:49:36.339 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 00:49:36.339 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 00:49:36.339 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 00:49:36.339 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 00:49:36.339 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 00:49:36.339 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 00:49:36.339 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 00:49:36.339 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:36.339 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 00:49:36.339 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 00:49:36.339 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 00:49:36.339 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 00:49:36.339 1250-1250/? I/MQoS: rtt=980,tcp_tx_pkts=370612,tcp_rx_pkts=412392 08-03 00:49:36.341 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=980,rttPkt=3,rttWn=72,cgt=0,cgtWn=0 08-03 00:49:36.341 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=0, tcp_tx=0, tcp_reTran=0, rtRate=0 08-03 00:49:36.341 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 00:49:36.341 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 00:49:36.341 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 00:49:36.343 1250-4342/? I/MQoS: QOS_level:4(4),wifi-link;use signalLvl:4;RAT:4G 08-03 00:49:36.349 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 00:49:36.350 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 00:49:36.352 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 00:49:36.356 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 00:49:36.357 1624-1624/? W/PanelView: set notification panel padding = 1436 08-03 00:49:36.693 1250-21729/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 00:49:36.693 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 00:49:36.694 1250-1250/? I/MQoS: received cell-signal:4 08-03 00:49:36.698 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:3 slaveLevel:-1 08-03 00:49:37.619 27383-27435/? I/PlayCommon: [1679] com.google.android.play.a.g.e(222): Preparing logs for uploading 08-03 00:49:37.655 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 00:49:37.655 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 00:49:37.655 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 00:49:37.707 2369-10622/? I/Auth: [ReflectiveChannelBinder] Successfully bound channel! 08-03 00:49:37.716 27383-27435/? I/PlayCommon: [1679] com.google.android.play.a.g.a(436): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true 08-03 00:49:37.766 613-12709/? D/DnsProxyListener: GetAddrInfoHandler addr: play.googleapis.com {111, 917615, 10032} 64.233.161.95 08-03 00:49:38.011 27383-27435/? I/PlayCommon: [1679] com.google.android.play.a.g.a(493): Successfully uploaded logs. 08-03 00:49:38.765 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 00:49:38.773 1250-1443/? D/hw_netstat: total/1646/3376,com.android.vending/1395/3247,unknown:0/147/65,com.google.uid.shared:10009/104/64 08-03 00:49:38.775 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=10 WEBRESENDSEGS=0 WEBRECVSEGS=10 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=236 WEBRTTSEGS=4 WEBSRTT=520 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:38.776 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-55 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=2358, rtt_tcp_duration=269497, rtt_lan_duration=2961, rtt_lan_failures=2, rtt_lan_succ=84, rtt_lan_max=455, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 00:49:38.776 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 00:49:38.784 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=14, mTXbad=0, mRXGood=13] rssi=-55 08-03 00:49:38.785 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 00:49:38.786 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=com.google.uid.shared:10009 UID=10009 WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:38.787 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=com.android.vending UID=10032 WEBSENDSEGS=9 WEBRESENDSEGS=0 WEBRECVSEGS=8 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=236 WEBRTTSEGS=4 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 00:49:38.788 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 00:49:38.788 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 10, tx = 10 08-03 00:49:38.788 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 00:49:39.463 10275-11083/my_package_name D/BluetoothAdapter: STATE_ON 08-03 00:49:39.466 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 00:49:39.467 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:39.467 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 00:49:39.469 5409-5540/? I/bt_att: GATT_Deregister gatt_if=18 08-03 00:49:39.469 5409-5540/? I/bt_att: GATT_Listen gatt_if=18 08-03 00:49:39.469 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 00:49:39.469 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 00:49:39.469 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 00:49:39.471 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_SCAN 08-03 00:49:39.471 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:39.471 10275-11083/my_package_name D/BluetoothAdapter: STATE_ON 08-03 00:49:39.471 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:39.471 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:39.472 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 00:49:39.472 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:39.472 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 00:49:39.476 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:39.477 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:39.478 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 00:49:39.478 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 00:49:39.478 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 00:49:39.479 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:39.481 5409-5421/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 00:49:39.483 1250-2438/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 00:49:39.492 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 00:49:39.496 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 00:49:39.497 5409-5421/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 00:49:39.500 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 00:49:39.500 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 00:49:39.500 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 00:49:39.501 5409-5540/? I/bt_att: GATT_Register 08-03 00:49:39.501 5409-5540/? D/bt_att: UUID=[0x20e80544df09462eba324972041b2e7d] 08-03 00:49:39.501 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=18 08-03 00:49:39.501 5409-5540/? I/bt_att: GATT_StartIf gatt_if=18 08-03 00:49:39.501 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 00:49:39.501 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 00:49:39.501 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 00:49:39.502 10275-10291/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=18 mClientIf=0 08-03 00:49:39.503 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_CONNECT 08-03 00:49:39.505 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:10275, reason:BLE_SCAN 08-03 00:49:39.509 5409-22508/? E/Bth: G.GattService:App 'my_package_name' is scanning too frequently on screen off

@davidgyoung
Copy link
Member

davidgyoung commented Aug 2, 2017

It looks like from those logs that something is starting scanning really often -- like every 8 milliseconds! See excerpt below, and note the lines with BTA_DmBleScanFilterSetup that are 8ms apart.

8-0300:48:34.672 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 
08-0300:48:34.672 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 
08-0300:48:34.672 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 
08-0300:48:34.676 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 
08-0300:48:34.676 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 
08-0300:48:34.676 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:11 
08-0300:48:34.677 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 
08-0300:48:34.680 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 
08-0300:48:34.680 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 
08-0300:48:34.680 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 
08-0300:48:34.680 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 

I don't think it is the Android Beacon Library that is doing this (unless you actually set the scan period to 8 millis). To confirm, can you caputure another log excerpt after adding this line of code:

BeaconManager.setDebug(true);

@zukopvd
Copy link
Author

zukopvd commented Aug 2, 2017

Yes, I saw that waterfall of these messages and actually was wondered. Here is my full manager configuration, may be something wrong here:

BeaconManager.setDebug(true); // this line just added
beaconManager = BeaconManager.getInstanceForApplication(this.getApplicationContext());
beaconManager.getBeaconParsers().add(new BeaconParser().
                setBeaconLayout(BeaconParser.EDDYSTONE_UID_LAYOUT));
beaconManager.getBeaconParsers().add(new BeaconParser().setBeaconLayout(BeaconParser.URI_BEACON_LAYOUT));
beaconManager.setRegionStatePeristenceEnabled(false);

beaconManager.setForegroundScanPeriod(1000L);
beaconManager.setForegroundBetweenScanPeriod(2000L);

beaconManager.setBackgroundMode(true);
beaconManager.setBackgroundScanPeriod(5000L);
beaconManager.setBackgroundBetweenScanPeriod(30000L);

And here is new log excerpt

Logs with debug enabled 08-03 01:43:59.517 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 29950 milliseconds 08-03 01:43:59.524 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:43:59.525 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:43:59.525 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:43:59.526 5409-5540/? I/bt_att: GATT_Deregister gatt_if=19 08-03 01:43:59.526 5409-5540/? I/bt_att: GATT_Listen gatt_if=19 08-03 01:43:59.527 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 01:43:59.527 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 01:43:59.527 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 01:43:59.529 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:43:59.530 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:43:59.532 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:43:59.535 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:43:59.537 5409-5421/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 01:43:59.539 1250-2415/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 01:43:59.549 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 01:43:59.550 5409-5421/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 01:43:59.552 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 01:43:59.552 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 01:43:59.552 5409-5421/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 01:43:59.560 5409-5540/? I/bt_att: GATT_Register 08-03 01:43:59.560 5409-5540/? D/bt_att: UUID=[0x069022409bdd440497a287c0f02eb6b8] 08-03 01:43:59.560 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=19 08-03 01:43:59.560 5409-5540/? I/bt_att: GATT_StartIf gatt_if=19 08-03 01:43:59.560 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 01:43:59.560 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:43:59.560 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 01:43:59.560 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 01:43:59.561 26456-26473/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=19 mClientIf=0 08-03 01:43:59.563 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:43:59.567 5409-5463/? I/bt_btif: BTA_DmEnableScanFilter: 1 08-03 01:43:59.567 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 2. 08-03 01:43:59.571 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_status_cb 08-03 01:43:59.571 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 5 08-03 01:43:59.572 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:5, index:11 08-03 01:43:59.572 5409-5540/? I/bt_btm: btm_ble_update_pf_manu_data length: 2 08-03 01:43:59.572 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 11. 08-03 01:43:59.576 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 01:43:59.576 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:43:59.576 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:43:59.576 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:43:59.580 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:43:59.581 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 01:43:59.581 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:7 08-03 01:43:59.581 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 01:43:59.585 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 01:43:59.585 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:43:59.586 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:43:59.586 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:43:59.589 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:43:59.590 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 01:43:59.590 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:14 08-03 01:43:59.590 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 01:43:59.594 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 01:43:59.595 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:43:59.595 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:43:59.595 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:43:59.599 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:43:59.599 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:43:59.599 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:43:59.599 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:43:59.599 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:43:59.600 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:43:59.601 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:43:59.601 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:43:59.601 5409-5540/? I/bt_btm: BTM_BleSetScanParams 08-03 01:43:59.601 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:43:59.601 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_parameter_setup_completed_cb 08-03 01:43:59.619 1250-1443/? D/HwArpVerifier: check_wifi_state_mode = 0 mCheckStateToken=152 token152 08-03 01:43:59.619 1250-1443/? D/HwArpVerifier: doArp() arpnum:1, minResponse:1, timeout:1000 08-03 01:43:59.620 1250-1443/? D/wifiserviceimpl: netmask =16777215 08-03 01:43:59.727 1250-1443/? D/HwArpVerifier: ARP test result: 1/1 08-03 01:43:59.834 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updatArpSummery mRSSI:-53 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3052, rtt_tcp_duration=340976, rtt_lan_duration=5939, rtt_lan_failures=2, rtt_lan_succ=157, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:43:59.834 1250-1443/? D/HwArpVerifier: from HEART_CHECK transmit to state:HEART_CHECK 08-03 01:43:59.834 1250-1443/? D/HwArpVerifier: msg what=124 arg1(token)=152 arg2(mode)=0 delay=30000 08-03 01:44:00.508 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 01:44:00.509 1250-1250/? I/MQoS: received cell-signal:3 08-03 01:44:00.509 1250-2687/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 01:44:00.522 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 01:44:00.527 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 28933 milliseconds 08-03 01:44:00.939 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:00.948 1250-1443/? D/hw_netstat: total/0/104,unknown:0/0/104 08-03 01:44:00.950 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=2 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=1040 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:00.950 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-53 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3052, rtt_tcp_duration=340976, rtt_lan_duration=5939, rtt_lan_failures=2, rtt_lan_succ=157, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:00.951 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:00.958 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=9, mTXbad=0, mRXGood=5] rssi=-53 08-03 01:44:00.960 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:00.961 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:00.961 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 2 08-03 01:44:00.961 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 2 08-03 01:44:00.962 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:00.971 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=525 txframe=7 txnoassoc=0 txphyerror=0 txctl=13 txfail=0 txphyerr=0 txfrmsnt=20 txnoack=0 txfrag=20 txnocts=0 txrts=0 txnobuf=0 txallfrm=41 txerror=0 txretrans=0 rxbyte=731 rxframe=10 rxbadfcs=17 rxbadplcp=8 rxmulti=7 rxfrag=42 rxctl=31 rxbadcm=0 rxnobuf=0 rxcrsglitch=3608 rxbadds=0 rxnondata=0 rxmulti=7 reset=0 rxdfrmocast=561 rxmfrmocast=0 rxdfrmucastmbss=3 rxmfrmucastmbss=0 rxbeaconmbss=31 rxdfmucastobss=0 rxbeaconobss=38 rxstrt=1303 rxcfrmocast=575 rxcfrmucast=34 rxdfrmmcast=10 rxmfrmmcast=69 rxcfrmmcast=32 ] 08-03 01:44:01.044 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:01.054 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:01.055 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-52 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:01.055 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:01.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-53 08-03 01:44:01.063 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -53 08-03 01:44:01.064 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:01.064 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-53]=0%, volume=17 08-03 01:44:01.064 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:01.064 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:01.064 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-53]=0.06%, volume=43253 08-03 01:44:01.064 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:01.065 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:01.065 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:01.065 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:01.065 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 17, 0. Lr =0% Totpkt=17 08-03 01:44:01.065 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:01.065 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current RTT[-53]=1040, volume=1 08-03 01:44:01.065 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history RTT[-53]=697, volume=2527 08-03 01:44:01.065 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: rtt=1040,rtt_pkts =1,rtt_when=5 08-03 01:44:01.065 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:01.065 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:01.066 1250-1250/? I/QosMonitor: resetRtt: rtt_type = 3 08-03 01:44:01.066 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:01.066 1250-1250/? I/WifiProJNI: ######### RESET RTT:3 ######## 08-03 01:44:01.066 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=6 08-03 01:44:01.066 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:01.066 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:01.066 1250-1250/? I/MQoS: rtt=1040,tcp_tx_pkts=375319,tcp_rx_pkts=419263 08-03 01:44:01.068 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=1040,rttPkt=1,rttWn=5,cgt=16,cgtWn=4712478 08-03 01:44:01.068 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=2, tcp_tx=5, tcp_reTran=0, rtRate=0 08-03 01:44:01.068 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:01.068 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:44:01.068 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 01:44:01.068 1250-1453/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 08-03 01:44:01.069 1250-1453/? D/HuaweiWifiWatchdogStateMachine: GSC:0, GSR:1.0, RSR:1.0, RTH:-75 08-03 01:44:01.069 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=64 rssi=-53 08-03 01:44:01.069 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 01:44:01.069 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 01:44:01.076 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:01.088 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:01.088 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:01.088 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:01.432 1250-1360/? D/HwBatteryService: onUEvent fcpStatus = 0,scpStatus =0,ovpStatus=0 08-03 01:44:01.433 1250-1360/? I/UsbDeviceManager: water_intrused state= 0 08-03 01:44:01.434 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 01:44:01.434 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 01:44:01.436 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 01:44:01.436 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 01:44:01.439 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 46 08-03 01:44:01.439 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 01:44:01.439 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 01:44:01.439 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 01:44:01.440 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 01:44:01.464 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 01:44:01.464 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 01:44:01.466 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 01:44:01.475 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 01:44:01.475 1624-1624/? W/PanelView: set notification panel padding = 1675 08-03 01:44:01.529 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 27931 milliseconds 08-03 01:44:01.762 1250-1250/? E/hwintelligencewifi: onCellLocationChanged 08-03 01:44:01.762 1250-1450/? D/HwInnerWifiManagerImpl: SupplicantState = COMPLETED 08-03 01:44:01.762 1250-1450/? D/HwInnerWifiManagerImpl: isPhoneAP = false 08-03 01:44:01.765 1777-4783/? W/PhoneInterfaceManager: shouldBlockLocation running ... 08-03 01:44:01.765 1777-4783/? I/PhoneInterfaceManager: shouldBlockLocation ret:false 08-03 01:44:01.769 1250-1450/? E/hwintelligencewifi: getCurrentCellid type type = PHONE_TYPE_GSM 08-03 01:44:01.769 1250-1450/? E/hwintelligencewifi: getCurrentCellid type is PHONE_TYPE_GSM 08-03 01:44:01.770 1250-1250/? D/WifiScanGenie_Controller: cellid has changed 08-03 01:44:01.772 1250-1450/? E/hwintelligencewifi: getCurrentCellid PHONE_TYPE_GSM cellidString = 25002141585931 08-03 01:44:01.772 1250-1450/? E/hwintelligencewifi: updataApInfo cellid =25002141585931 08-03 01:44:01.772 1250-1450/? E/hwintelligencewifi: addCurrentApInfo cellid =25002141585931 08-03 01:44:01.775 1250-1250/? D/WifiScanGenie_Controller: mCurrentCellId has Changed,try update 08-03 01:44:01.775 1250-1250/? D/WifiScanGenie_Controller: WifiScanGenie handleWiFiConnected, cellIdChanged:true 08-03 01:44:01.775 1250-1250/? D/HwInnerWifiManagerImpl: SupplicantState = COMPLETED 08-03 01:44:01.775 1250-1250/? D/HwInnerWifiManagerImpl: isPhoneAP = false 08-03 01:44:01.775 1250-1250/? D/WifiScanGenie_Controller: wifi connect,mCurrentPriority: 16 08-03 01:44:01.779 1250-1450/? D/hwintelligencewifi: getAuthType networkId= 0 config.getAuthType() = 1 08-03 01:44:01.779 1250-1450/? E/hwintelligencewifi: addCurrentApInfo info is already there 08-03 01:44:01.779 1250-1450/? W/hwintelligencewifi: updateBssidTimer time = 1501703041779 08-03 01:44:01.786 1250-1450/? E/hwintelligencewifi: inlineAddCurrentApInfo mInfos.size()=3 08-03 01:44:01.999 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 579999460 us 08-03 01:44:02.531 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 26929 milliseconds 08-03 01:44:03.090 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:03.091 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:03.091 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:03.535 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 25925 milliseconds 08-03 01:44:04.087 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:04.087 1250-1250/? I/TrafficMonitor: during_ms:2003,period_ms:2000 08-03 01:44:04.087 1250-1250/? I/TrafficMonitor: count:316,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2003,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 01:44:04.087 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 01:44:04.300 1877-1964/? D/WakelockMonitor: check gps high power 08-03 01:44:04.537 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 24923 milliseconds 08-03 01:44:05.093 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:1,rxBytes:0,txBytes:83 08-03 01:44:05.093 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:05.093 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:05.539 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 23920 milliseconds 08-03 01:44:05.951 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:05.975 1250-1443/? D/hw_netstat: total/0/83,unknown:0/0/83 08-03 01:44:05.982 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=1 WEBRESENDSEGS=1 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=1040 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:05.983 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-53 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3052, rtt_tcp_duration=340976, rtt_lan_duration=5939, rtt_lan_failures=2, rtt_lan_succ=157, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:05.983 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:05.995 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=3, mTXbad=0, mRXGood=2] rssi=-53 08-03 01:44:06.000 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:06.001 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:06.002 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 1 08-03 01:44:06.002 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 01:44:06.002 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 2, rx = 0, tx = 1 08-03 01:44:06.002 1250-1443/? D/HwArpVerifier: mAccessWebStatus : reset mNetDisableCnt = 0 , and start thread to access baidu = http://www.baidu.com 08-03 01:44:06.005 1250-27347/? D/HwArpVerifier: start accessWeb, web = http://www.baidu.com 08-03 01:44:06.010 613-27348/? D/DnsProxyListener: GetAddrInfoHandler addr: www.baidu.com {111, 917615, 1000} 103.235.46.39 08-03 01:44:06.516 1250-21755/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 01:44:06.516 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 01:44:06.516 1250-1250/? I/MQoS: received cell-signal:2 08-03 01:44:06.528 1250-4342/? I/MQoS: QOS_level:2(2),wifi-link;use signalLvl:2;RAT:4G 08-03 01:44:06.535 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:1 slaveLevel:-1 08-03 01:44:06.543 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 22918 milliseconds 08-03 01:44:06.833 1250-27347/? D/HwArpVerifier: accessWeb, respCode = 200, url=http://www.baidu.com 08-03 01:44:06.935 1250-27347/? D/HwWifiCHRStateManager: updatePortalStatus: IsPortalConnection= 0, respCode =200, portal Status =0 08-03 01:44:06.935 1250-27347/? D/HwArpVerifier: DetectWebThread, sendMessage MSG_PROBE_WEB_RET , resp : 200 08-03 01:44:06.936 1250-1443/? D/HwArpVerifier: handleMessage MSG_PROBE_WEB_RET resp = 200 08-03 01:44:06.936 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:07.066 1250-1889/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 01:44:07.067 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 01:44:07.067 1250-1250/? I/MQoS: received cell-signal:3 08-03 01:44:07.070 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:07.072 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 01:44:07.094 1250-1250/? I/TrafficMonitor: update:rxPkts:31,txPkts:36,rxBytes:31716,txBytes:2020 08-03 01:44:07.094 1250-1250/? I/TrafficMonitor: no expired. level:2 08-03 01:44:07.094 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:07.094 1250-1250/? I/TrafficMonitor: during_ms:2001,period_ms:2000 08-03 01:44:07.094 1250-1250/? I/TrafficMonitor: count:318,rx_sum:31,tx_sum:36,rxBytes:31716,during_ms:2001,rx_speed:15850.074962518742,tx_speed:1009.4952523738132,rto:0.8611111111111112 08-03 01:44:07.094 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:31, rxSpd:15850B/s, txpkt:36, txSpd:1009 08-03 01:44:07.547 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 21913 milliseconds 08-03 01:44:08.550 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 20910 milliseconds 08-03 01:44:09.047 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:09.048 601-601/? E/Thermal-daemon: [charger_ic] temp_new :33 temp_old :34 08-03 01:44:09.048 601-601/? E/Thermal-daemon: Report temperature: [charger_ic] temp :33 report_threshold:1 08-03 01:44:09.055 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:09.055 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-52 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:09.055 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:09.059 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -52 08-03 01:44:09.059 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-52 08-03 01:44:09.059 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:09.059 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-52]=0%, volume=70 08-03 01:44:09.059 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:09.059 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:09.059 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-52]=0.04%, volume=66536 08-03 01:44:09.060 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:09.060 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:09.060 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:09.060 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:09.060 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current RTT[-52]=3160, volume=2 08-03 01:44:09.060 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history RTT[-52]=814, volume=1821 08-03 01:44:09.060 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: rtt=3160,rtt_pkts =2,rtt_when=2 08-03 01:44:09.060 1250-1250/? I/QosMonitor: resetRtt: rtt_type = 3 08-03 01:44:09.060 1250-1250/? I/WifiProJNI: ######### RESET RTT:3 ######## 08-03 01:44:09.060 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=6 08-03 01:44:09.060 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow: protection_counter = 0, not_detect_counter = 67 08-03 01:44:09.060 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow scenario: 0 --> 0 rx bytes =59KB 08-03 01:44:09.060 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:09.060 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 70, 0. Lr =0% Totpkt=70 08-03 01:44:09.060 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:09.060 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:09.061 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:09.061 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:09.061 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:09.061 1250-1250/? I/MQoS: rtt=3160,tcp_tx_pkts=375357,tcp_rx_pkts=419295 08-03 01:44:09.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=3160,rttPkt=2,rttWn=2,cgt=16,cgtWn=4713632 08-03 01:44:09.063 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=32, tcp_tx=38, tcp_reTran=0, rtRate=0 08-03 01:44:09.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:09.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:44:09.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 01:44:09.063 1250-1453/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 08-03 01:44:09.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: GSC:0, GSR:1.0, RSR:1.0, RTH:-75 08-03 01:44:09.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=15850 rssi=-52 08-03 01:44:09.063 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 01:44:09.063 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 01:44:09.065 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:09.095 1250-1250/? I/TrafficMonitor: update:rxPkts:22,txPkts:23,rxBytes:26714,txBytes:932 08-03 01:44:09.095 1250-1250/? I/TrafficMonitor: start expired. level:2 08-03 01:44:09.095 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:09.552 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 19908 milliseconds 08-03 01:44:10.555 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 18905 milliseconds 08-03 01:44:10.982 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:11.005 1250-1443/? D/hw_netstat: total/58430/2952,android.uid.system:1000/30742/1928,unknown:0/27688/1024 08-03 01:44:11.007 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=39 WEBRESENDSEGS=3 WEBRECVSEGS=32 WEBERRSEGS=0 WEBOUTRSTS=1 WEBESTABLISRST=0 WEBRTTDURATION=774 WEBRTTSEGS=2 WEBSRTT=3160 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:11.007 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-52 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3054, rtt_tcp_duration=341750, rtt_lan_duration=5939, rtt_lan_failures=2, rtt_lan_succ=157, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:11.007 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:11.017 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=67, mTXbad=0, mRXGood=55] rssi=-52 08-03 01:44:11.019 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:11.020 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:11.020 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 32, tx = 39 08-03 01:44:11.020 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:11.098 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:11.099 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:11.099 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:11.557 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 17903 milliseconds 08-03 01:44:12.000 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 569998980 us 08-03 01:44:12.096 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:12.096 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 01:44:12.096 1250-1250/? I/TrafficMonitor: count:320,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2004,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 01:44:12.097 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 01:44:12.559 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 16900 milliseconds 08-03 01:44:13.102 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:2,rxBytes:78,txBytes:158 08-03 01:44:13.103 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:13.103 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:13.565 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 15896 milliseconds 08-03 01:44:14.055 601-601/? E/Thermal-daemon: [ap] temp_new :33 temp_old :34 08-03 01:44:14.055 601-601/? E/Thermal-daemon: Report temperature: [ap] temp :33 report_threshold:1 08-03 01:44:14.568 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 14892 milliseconds 08-03 01:44:14.750 1955-1955/? I/iMonitor: create: 903001011 08-03 01:44:14.758 1955-1955/? I/iMonitor: send: 903001011 08-03 01:44:14.758 618-1098/? I/logserver: handle_exception_events enter 08-03 01:44:14.758 1955-1955/? W/PTM.PeriodCheckManager: mSendService start 08-03 01:44:14.787 1955-2060/? E/LogCollectService: illegal eventid 08-03 01:44:15.106 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:15.106 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:15.106 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:15.570 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 13890 milliseconds 08-03 01:44:16.010 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:16.018 1250-1443/? D/hw_netstat: total/78/900,unknown:0/78/900 08-03 01:44:16.020 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=2 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=3160 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:16.020 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-52 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3054, rtt_tcp_duration=341750, rtt_lan_duration=5939, rtt_lan_failures=2, rtt_lan_succ=157, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:16.021 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:16.028 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=6, mTXbad=0, mRXGood=7] rssi=-52 08-03 01:44:16.030 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:16.031 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:16.031 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 2 08-03 01:44:16.031 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 2 08-03 01:44:16.032 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:16.040 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=4607 txframe=63 txnoassoc=0 txphyerror=0 txctl=13 txfail=0 txphyerr=0 txfrmsnt=76 txnoack=8 txfrag=76 txnocts=0 txrts=0 txnobuf=0 txallfrm=152 txerror=0 txretrans=8 rxbyte=59922 rxframe=64 rxbadfcs=276 rxbadplcp=34 rxmulti=9 rxfrag=107 rxctl=40 rxbadcm=0 rxnobuf=0 rxcrsglitch=4123 rxbadds=0 rxnondata=0 rxmulti=9 reset=0 rxdfrmocast=491 rxmfrmocast=11 rxdfrmucastmbss=56 rxmfrmucastmbss=0 rxbeaconmbss=40 rxdfmucastobss=0 rxbeaconobss=44 rxstrt=1898 rxcfrmocast=703 rxcfrmucast=76 rxdfrmmcast=12 rxmfrmmcast=88 rxcfrmmcast=0 ] 08-03 01:44:16.572 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 12887 milliseconds 08-03 01:44:17.034 29273-21770/? W/GmsLocationProvider: Error removing location updates: 16 08-03 01:44:17.057 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:17.067 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:17.068 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-52 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:17.068 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:17.073 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-53 08-03 01:44:17.073 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -53 08-03 01:44:17.073 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:17.073 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-53]=0%, volume=6 08-03 01:44:17.073 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:17.073 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:17.073 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-53]=0.06%, volume=43259 08-03 01:44:17.073 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:17.073 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:17.074 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:17.074 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 6, 0. Lr =0% Totpkt=6 08-03 01:44:17.074 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:17.074 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:17.074 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:17.074 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:17.074 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 01:44:17.074 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:17.074 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:17.074 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:17.075 1250-1250/? I/MQoS: rtt=3160,tcp_tx_pkts=375358,tcp_rx_pkts=419295 08-03 01:44:17.076 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=3160,rttPkt=2,rttWn=10,cgt=16,cgtWn=4714180 08-03 01:44:17.076 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=0, tcp_tx=1, tcp_reTran=0, rtRate=0 08-03 01:44:17.076 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:17.076 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:44:17.077 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 01:44:17.079 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:17.108 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:17.108 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:17.108 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:17.576 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 11884 milliseconds 08-03 01:44:18.104 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:18.104 1250-1250/? I/TrafficMonitor: during_ms:2001,period_ms:2000 08-03 01:44:18.104 1250-1250/? I/TrafficMonitor: count:323,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2001,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 01:44:18.105 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 01:44:18.580 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 10881 milliseconds 08-03 01:44:18.600 1250-21729/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 01:44:18.601 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 01:44:18.601 1250-1250/? I/MQoS: received cell-signal:3 08-03 01:44:18.618 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 01:44:19.108 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:19.108 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:19.108 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:19.585 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 9875 milliseconds 08-03 01:44:20.588 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 8872 milliseconds 08-03 01:44:21.024 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:21.033 1250-1443/? D/hw_netstat: total/0/0 08-03 01:44:21.035 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=3160 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:21.035 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-53 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3054, rtt_tcp_duration=341750, rtt_lan_duration=5939, rtt_lan_failures=2, rtt_lan_succ=157, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:21.035 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:21.042 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=0, mTXbad=0, mRXGood=3] rssi=-53 08-03 01:44:21.044 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:21.045 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:21.046 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 01:44:21.046 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 01:44:21.046 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 2, rx = 0, tx = 0 08-03 01:44:21.046 1250-1443/? D/HwArpVerifier: mAccessWebStatus : reset mNetDisableCnt = 0 , and start thread to access baidu = http://www.baidu.com 08-03 01:44:21.049 1250-27629/? D/HwArpVerifier: start accessWeb, web = http://www.baidu.com 08-03 01:44:21.052 613-27630/? D/DnsProxyListener: GetAddrInfoHandler addr: www.baidu.com {111, 917615, 1000} 103.235.46.39 08-03 01:44:21.112 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:1,rxBytes:0,txBytes:60 08-03 01:44:21.112 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:21.112 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:21.590 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 7870 milliseconds 08-03 01:44:22.000 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 559998476 us 08-03 01:44:22.592 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 6867 milliseconds 08-03 01:44:23.116 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:3,rxBytes:60,txBytes:414 08-03 01:44:23.117 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:23.117 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:23.507 1250-27629/? D/HwArpVerifier: accessWeb, respCode = 200, url=http://www.baidu.com 08-03 01:44:23.595 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 5865 milliseconds 08-03 01:44:23.609 1250-27629/? D/HwWifiCHRStateManager: updatePortalStatus: IsPortalConnection= 0, respCode =200, portal Status =0 08-03 01:44:23.609 1250-27629/? D/HwArpVerifier: DetectWebThread, sendMessage MSG_PROBE_WEB_RET , resp : 200 08-03 01:44:23.609 1250-1443/? D/HwArpVerifier: handleMessage MSG_PROBE_WEB_RET resp = 200 08-03 01:44:23.609 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:24.060 601-601/? E/Thermal-daemon: [battery] temp_new :32 temp_old :31 08-03 01:44:24.061 601-601/? E/Thermal-daemon: Report temperature: [battery] temp :32 report_threshold:1 08-03 01:44:24.109 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:24.110 1250-1250/? I/TrafficMonitor: during_ms:2005,period_ms:2000 08-03 01:44:24.110 1250-1250/? I/TrafficMonitor: count:326,rx_sum:1,tx_sum:3,rxBytes:60,during_ms:2005,rx_speed:29.925187032418954,tx_speed:206.48379052369077,rto:0.3333333333333333 08-03 01:44:24.110 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:1, rxSpd:29B/s, txpkt:3, txSpd:206 08-03 01:44:24.597 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 4863 milliseconds 08-03 01:44:24.604 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 01:44:24.604 1250-1250/? I/MQoS: received cell-signal:3 08-03 01:44:24.604 1250-1889/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 01:44:24.611 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 01:44:25.065 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:25.073 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:25.073 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-53 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:25.073 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:25.077 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -54 08-03 01:44:25.077 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-54 08-03 01:44:25.077 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:25.077 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-54]=0%, volume=57 08-03 01:44:25.077 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:25.077 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:25.077 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-54]=0.04%, volume=49668 08-03 01:44:25.077 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:25.077 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:25.077 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:25.077 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:25.077 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 63, 0. Lr =0% Totpkt=63 08-03 01:44:25.078 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:25.078 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current RTT[-54]=3280, volume=1 08-03 01:44:25.078 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history RTT[-54]=852, volume=1857 08-03 01:44:25.078 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: rtt=3280,rtt_pkts =1,rtt_when=1 08-03 01:44:25.078 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:25.078 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:25.078 1250-1250/? I/QosMonitor: resetRtt: rtt_type = 3 08-03 01:44:25.078 1250-1250/? I/WifiProJNI: ######### RESET RTT:3 ######## 08-03 01:44:25.078 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=6 08-03 01:44:25.078 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:25.078 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:25.078 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:25.078 1250-1250/? I/MQoS: rtt=3280,tcp_tx_pkts=375391,tcp_rx_pkts=419326 08-03 01:44:25.080 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=3280,rttPkt=1,rttWn=1,cgt=16,cgtWn=4715030 08-03 01:44:25.080 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=31, tcp_tx=33, tcp_reTran=1, rtRate=0.03 08-03 01:44:25.080 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:25.080 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:44:25.080 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 01:44:25.080 1250-1453/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 08-03 01:44:25.080 1250-1453/? D/HuaweiWifiWatchdogStateMachine: GSC:0, GSR:1.0, RSR:1.0, RTH:-75 08-03 01:44:25.080 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=29 rssi=-54 08-03 01:44:25.080 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 01:44:25.081 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 01:44:25.082 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:25.117 1250-1250/? I/TrafficMonitor: update:rxPkts:50,txPkts:50,rxBytes:58180,txBytes:2012 08-03 01:44:25.118 1250-1250/? I/TrafficMonitor: no expired. level:3 08-03 01:44:25.118 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:25.118 1250-1250/? I/TrafficMonitor: during_ms:2001,period_ms:2000 08-03 01:44:25.118 1250-1250/? I/TrafficMonitor: count:327,rx_sum:50,tx_sum:50,rxBytes:58180,during_ms:2001,rx_speed:29075.46226886557,tx_speed:1005.4972513743129,rto:1.0 08-03 01:44:25.118 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:50, rxSpd:29075B/s, txpkt:50, txSpd:1005 08-03 01:44:25.599 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 3861 milliseconds 08-03 01:44:25.859 1250-1262/? I/SendBroadcastPermission: action:android.os.action.POWER_SAVE_TEMP_WHITELIST_CHANGED, mPermissionType:0 08-03 01:44:26.035 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:26.044 1250-1443/? D/hw_netstat: total/58240/2486,android.uid.system:1000/31826/1594,unknown:0/26414/892 08-03 01:44:26.046 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=34 WEBRESENDSEGS=2 WEBRECVSEGS=31 WEBERRSEGS=0 WEBOUTRSTS=1 WEBESTABLISRST=0 WEBRTTDURATION=400 WEBRTTSEGS=1 WEBSRTT=3280 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:26.046 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3055, rtt_tcp_duration=342150, rtt_lan_duration=5939, rtt_lan_failures=2, rtt_lan_succ=157, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:26.046 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:26.054 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=57, mTXbad=0, mRXGood=56] rssi=-54 08-03 01:44:26.056 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:26.057 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:26.057 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 31, tx = 34 08-03 01:44:26.057 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:26.601 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 2858 milliseconds 08-03 01:44:27.121 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:27.121 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:27.121 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:27.603 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 1856 milliseconds 08-03 01:44:27.870 1250-1270/? I/EventHub: EventHub monitor: no key events in the past 46s, no motion events in the past 48s 08-03 01:44:28.607 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 854 milliseconds 08-03 01:44:29.075 1250-1368/? D/RMS.MemoryInnerResource: MemoryOverload:subname=Cached status=2 size=269181 08-03 01:44:29.088 1250-1368/? D/RMS.MemoryInnerResource: serviceName:com.android.systemui pid:1624 overload 08-03 01:44:29.100 1250-1368/? D/RMS.MemoryInnerResource: serviceName:system_server pid:1250 overload 08-03 01:44:29.102 1250-1839/? D/MTM.MultiTaskPolicyMemoryCreator: getResourcePolicy resourcetype:20 resourceextend:Cached resourcestatus:2 memNeedToReclaim:269181 08-03 01:44:29.102 1250-1839/? D/MTM.MultiTaskPolicyMemoryCreator: no policy found in static policy! 08-03 01:44:29.124 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:29.124 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:29.124 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:29.469 26456-26456/my_package_name D/CycledLeScanner: starting a new scan cycle 08-03 01:44:29.470 26456-26675/my_package_name D/CycledLeScannerForLollipop: Stopping LE scan on scan handler 08-03 01:44:29.474 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:44:29.475 26456-26456/my_package_name D/CycledLeScanner: starting a new bluetooth le scan 08-03 01:44:29.481 26456-26456/my_package_name D/CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY 08-03 01:44:29.482 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:44:29.485 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:44:29.485 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:44:29.485 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:44:29.485 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:44:29.485 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 5000 milliseconds 08-03 01:44:29.485 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:44:29.485 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:29.485 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:44:29.493 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:29.493 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:29.498 5409-5540/? I/bt_att: GATT_Deregister gatt_if=19 08-03 01:44:29.499 5409-5540/? I/bt_att: GATT_Listen gatt_if=19 08-03 01:44:29.499 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 01:44:29.499 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 01:44:29.499 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 01:44:29.503 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:29.507 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:44:29.519 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:44:29.519 26456-26456/my_package_name D/CycledLeScanner: Scan started 08-03 01:44:29.524 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:29.525 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:44:29.525 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:29.525 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:44:29.527 5409-22508/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 01:44:29.528 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:29.528 1250-1906/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 01:44:29.531 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:29.531 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:44:29.531 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:29.531 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:44:29.539 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:29.544 1250-1263/? I/ActivityManager: Killing 13479:com.google.android.apps.genie.geniewidget/u0a133 (adj 906): empty #25 08-03 01:44:29.545 1250-1263/? I/ActivityManager: Killing 23947:com.huawei.android.hwouc/u0a55 (adj 906): empty #26 08-03 01:44:29.546 1877-2123/? I/AppManager: removeProcessDependency pid:13479 08-03 01:44:29.549 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 01:44:29.551 5409-22508/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 01:44:29.553 5409-22508/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 01:44:29.553 5409-22508/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 01:44:29.553 5409-22508/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 01:44:29.553 5409-5540/? I/bt_att: GATT_Register 08-03 01:44:29.553 5409-5540/? D/bt_att: UUID=[0xba859c075a3f4fb8a98d40f3835acaf8] 08-03 01:44:29.553 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=19 08-03 01:44:29.553 5409-5540/? I/bt_att: GATT_StartIf gatt_if=19 08-03 01:44:29.553 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 01:44:29.553 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 01:44:29.553 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 01:44:29.555 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:29.560 26456-26909/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=19 mClientIf=0 08-03 01:44:29.564 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:44:29.571 5409-5463/? I/bt_btif: BTA_DmEnableScanFilter: 1 08-03 01:44:29.571 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 2. 08-03 01:44:29.577 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_status_cb 08-03 01:44:29.577 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:44:29.577 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:29.577 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:44:29.583 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:29.584 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:44:29.584 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:44:29.586 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:44:29.586 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:44:29.586 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:44:29.586 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:44:29.586 5409-5540/? I/bt_btm: BTM_BleSetScanParams 08-03 01:44:29.586 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:44:29.586 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:44:29.587 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_parameter_setup_completed_cb 08-03 01:44:29.596 1250-21730/? D/ActivityManager: cleanUpApplicationRecord -- 23947 08-03 01:44:29.600 1250-1891/? E/HsmCoreServiceImpl: onTransact in code is: 102 08-03 01:44:29.601 1250-1891/? I/MediaProcessHandler: processOp opType: 1, uid: 10055, pid: 23947 08-03 01:44:29.601 1250-1891/? W/MediaProcessHandler: remove target not exist, maybe the UI process: uid: 10055, pid: 23947 08-03 01:44:29.716 1250-1261/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=127, legacyType=-1, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@b48c39a) 08-03 01:44:29.716 1250-1398/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=127, legacyType=-1, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 08-03 01:44:29.717 1250-1909/? D/ActivityManager: cleanUpApplicationRecord -- 13479 08-03 01:44:29.717 1250-1398/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=127, legacyType=-1, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 08-03 01:44:29.719 1250-2437/? E/HsmCoreServiceImpl: onTransact in code is: 102 08-03 01:44:29.719 1250-2437/? I/MediaProcessHandler: processOp opType: 1, uid: 10133, pid: 13479 08-03 01:44:29.719 1250-2437/? W/MediaProcessHandler: remove target not exist, maybe the UI process: uid: 10133, pid: 13479 08-03 01:44:29.731 1250-2465/? D/FlpHardwareProvider: getSupportedBatchSize 08-03 01:44:29.731 1250-2465/? I/FlpHal: (flp_hal_location_get_batch_size:1181):batch size[280] 08-03 01:44:29.838 1250-1443/? D/HwArpVerifier: check_wifi_state_mode = 0 mCheckStateToken=152 token152 08-03 01:44:29.838 1250-1443/? D/HwArpVerifier: doArp() arpnum:1, minResponse:1, timeout:1000 08-03 01:44:29.839 1250-1443/? D/wifiserviceimpl: netmask =16777215 08-03 01:44:29.879 1250-1443/? D/HwArpVerifier: ARP test result: 1/1 08-03 01:44:29.933 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updatArpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3055, rtt_tcp_duration=342150, rtt_lan_duration=5944, rtt_lan_failures=2, rtt_lan_succ=158, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:29.933 1250-1443/? D/HwArpVerifier: from HEART_CHECK transmit to state:HEART_CHECK 08-03 01:44:29.934 1250-1443/? D/HwArpVerifier: msg what=124 arg1(token)=152 arg2(mode)=0 delay=30000 08-03 01:44:30.118 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:30.118 1250-1250/? I/TrafficMonitor: during_ms:2002,period_ms:2000 08-03 01:44:30.118 1250-1250/? I/TrafficMonitor: count:329,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2002,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 01:44:30.118 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 01:44:30.523 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 3961 milliseconds 08-03 01:44:30.541 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:44:30.614 1250-2439/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0 08-03 01:44:30.615 1250-1250/? I/MQoS: onSignal: mSubId=0,currDataSubID=0 08-03 01:44:30.616 1250-1250/? I/MQoS: received cell-signal:3 08-03 01:44:30.630 1624-1733/? I/HwMobileSignalController: subId:0 phoneType:1 networktype:13 targetClass:3 masterLevel:2 slaveLevel:-1 08-03 01:44:30.852 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 01:44:30.852 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 01:44:30.853 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 01:44:30.853 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 01:44:30.859 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 46 08-03 01:44:30.859 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 01:44:30.860 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 01:44:30.860 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 01:44:30.860 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 01:44:30.869 1955-1955/? D/PTM.ThermalAlarmInfo: TempThreshold: 35, Shell: 29 08-03 01:44:30.887 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 01:44:30.887 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 01:44:30.891 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 01:44:30.893 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 01:44:30.894 1624-1624/? W/PanelView: set notification panel padding = 1675 08-03 01:44:31.046 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:31.055 1250-1443/? D/hw_netstat: total/52/104,unknown:0/52/52,com.google.android.apps.genie.geniewidget/0/52 08-03 01:44:31.057 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=102 WEBRTTSEGS=1 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:31.057 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5944, rtt_lan_failures=2, rtt_lan_succ=158, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:31.057 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:31.065 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=5, mTXbad=0, mRXGood=5] rssi=-54 08-03 01:44:31.067 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:31.068 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:31.068 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 1, tx = 2 08-03 01:44:31.068 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:31.125 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:2,rxBytes:52,txBytes:104 08-03 01:44:31.125 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:31.125 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:31.543 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 2939 milliseconds 08-03 01:44:31.550 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:44:31.589 1250-1360/? D/HwBatteryService: onUEvent fcpStatus = 0,scpStatus =0,ovpStatus=0 08-03 01:44:31.590 1250-1360/? I/UsbDeviceManager: water_intrused state= 0 08-03 01:44:31.591 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 01:44:31.591 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 01:44:31.594 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 01:44:31.594 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 01:44:31.612 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 46 08-03 01:44:31.612 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 01:44:31.612 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 01:44:31.612 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 01:44:31.612 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 01:44:31.623 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 01:44:31.623 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 01:44:31.627 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 01:44:31.645 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 01:44:31.646 1624-1624/? W/PanelView: set notification panel padding = 1675 08-03 01:44:32.001 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 549997880 us 08-03 01:44:32.552 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 1931 milliseconds 08-03 01:44:32.558 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:44:33.074 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:33.082 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:33.082 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-53 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:33.082 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:33.086 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-53 08-03 01:44:33.086 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -53 08-03 01:44:33.086 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:33.086 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-53]=0%, volume=8 08-03 01:44:33.086 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:33.086 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:33.086 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-53]=0.06%, volume=43267 08-03 01:44:33.087 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:33.087 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:33.087 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 8, 0. Lr =0% Totpkt=8 08-03 01:44:33.087 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:33.087 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:33.087 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:33.087 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:33.087 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:33.087 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current RTT[-53]=880, volume=1 08-03 01:44:33.087 1250-1250/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history RTT[-53]=697, volume=2528 08-03 01:44:33.087 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: rtt=880,rtt_pkts =1,rtt_when=3 08-03 01:44:33.087 1250-1250/? I/QosMonitor: resetRtt: rtt_type = 3 08-03 01:44:33.087 1250-1250/? I/WifiProJNI: ######### RESET RTT:3 ######## 08-03 01:44:33.087 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=6 08-03 01:44:33.087 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:33.087 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:33.087 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:33.088 1250-1250/? I/MQoS: rtt=2080,tcp_tx_pkts=375394,tcp_rx_pkts=419327 08-03 01:44:33.089 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=2080,rttPkt=2,rttWn=3,cgt=16,cgtWn=4715944 08-03 01:44:33.089 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=1, tcp_tx=3, tcp_reTran=0, rtRate=0 08-03 01:44:33.089 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:33.089 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 01:44:33.089 1250-1453/? I/HuaweiWifiWatchdogStateMachine: net speed good 08-03 01:44:33.089 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=29075 rssi=-53 08-03 01:44:33.089 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 01:44:33.091 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:33.126 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:1,rxBytes:0,txBytes:52 08-03 01:44:33.126 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:33.126 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:33.264 26430-26464/? I/AppLogManager: PrintWoker poll timeout , shutdown 08-03 01:44:33.564 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 920 milliseconds 08-03 01:44:33.582 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:44:34.505 26456-26456/my_package_name D/CycledLeScanner: Done with scan cycle 08-03 01:44:34.510 26456-26456/my_package_name D/CycledLeScanner: stopping bluetooth le scan 08-03 01:44:34.510 26456-26456/my_package_name D/CycledLeScannerForLollipop: Stopping scan 08-03 01:44:34.513 26456-26675/my_package_name D/CycledLeScannerForLollipop: Stopping LE scan on scan handler 08-03 01:44:34.514 26456-26456/my_package_name D/CycledLeScanner: Normalizing between scan period from 30000 to 29945 08-03 01:44:34.514 26456-26456/my_package_name D/CycledLeScannerForLollipop: This is Android L. Doing a filtered scan for the background. 08-03 01:44:34.517 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:44:34.518 26456-26456/my_package_name D/CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER 08-03 01:44:34.518 26456-26456/my_package_name D/ScanFilterUtils: Set up a scan filter: BluetoothLeScanFilter [mDeviceName=null, mDeviceAddress=null, mUuid=null, mUuidMask=null, mServiceDataUuid=null, mServiceData=null, mServiceDataMask=null, mManufacturerId=280, mManufacturerData=[-66, -84], mManufacturerDataMask=[-1, -1]] 08-03 01:44:34.520 26456-26456/my_package_name D/ScanFilterUtils: making scan filter for service: 0000FEAA-0000-1000-8000-00805f9b34fb 0000feaa-0000-1000-8000-00805f9b34fb 08-03 01:44:34.520 26456-26456/my_package_name D/ScanFilterUtils: making scan filter with service mask: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF ffffffff-ffff-ffff-ffff-ffffffffffff 08-03 01:44:34.520 26456-26456/my_package_name D/ScanFilterUtils: Set up a scan filter: BluetoothLeScanFilter [mDeviceName=null, mDeviceAddress=null, mUuid=0000feaa-0000-1000-8000-00805f9b34fb, mUuidMask=ffffffff-ffff-ffff-ffff-ffffffffffff, mServiceDataUuid=null, mServiceData=null, mServiceDataMask=null, mManufacturerId=-1, mManufacturerData=null, mManufacturerDataMask=null] 08-03 01:44:34.521 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:44:34.523 26456-26456/my_package_name D/ScanFilterUtils: making scan filter for service: 0000FED8-0000-1000-8000-00805f9b34fb 0000fed8-0000-1000-8000-00805f9b34fb 08-03 01:44:34.524 26456-26456/my_package_name D/ScanFilterUtils: making scan filter with service mask: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF ffffffff-ffff-ffff-ffff-ffffffffffff 08-03 01:44:34.524 26456-26456/my_package_name D/ScanFilterUtils: Set up a scan filter: BluetoothLeScanFilter [mDeviceName=null, mDeviceAddress=null, mUuid=0000fed8-0000-1000-8000-00805f9b34fb, mUuidMask=ffffffff-ffff-ffff-ffff-ffffffffffff, mServiceDataUuid=null, mServiceData=null, mServiceDataMask=null, mManufacturerId=-1, mManufacturerData=null, mManufacturerDataMask=null] 08-03 01:44:34.526 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:44:34.526 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:44:34.526 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:44:34.526 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:44:34.526 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 29945 milliseconds 08-03 01:44:34.536 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:34.538 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:44:34.543 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:34.544 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:34.545 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:44:34.546 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:34.546 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:44:34.549 5409-5540/? I/bt_att: GATT_Deregister gatt_if=19 08-03 01:44:34.550 5409-5540/? I/bt_att: GATT_Listen gatt_if=19 08-03 01:44:34.550 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 01:44:34.550 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 01:44:34.550 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 01:44:34.557 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:44:34.563 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:34.565 5409-5469/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 01:44:34.566 1250-21757/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 01:44:34.567 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:34.579 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 01:44:34.580 5409-5469/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 01:44:34.582 5409-5469/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 01:44:34.582 5409-5469/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 01:44:34.582 5409-5469/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 01:44:34.582 5409-5540/? I/bt_att: GATT_Register 08-03 01:44:34.582 5409-5540/? D/bt_att: UUID=[0x647fa252cc064e038b9219ca2737a724] 08-03 01:44:34.582 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=19 08-03 01:44:34.582 5409-5540/? I/bt_att: GATT_StartIf gatt_if=19 08-03 01:44:34.582 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 01:44:34.582 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 01:44:34.582 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 01:44:34.583 26456-26472/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=19 mClientIf=0 08-03 01:44:34.586 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:44:34.587 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:44:34.592 5409-5463/? I/bt_btif: BTA_DmEnableScanFilter: 1 08-03 01:44:34.592 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 2. 08-03 01:44:34.598 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_status_cb 08-03 01:44:34.599 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 5 08-03 01:44:34.599 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:5, index:10 08-03 01:44:34.599 5409-5540/? I/bt_btm: btm_ble_update_pf_manu_data length: 2 08-03 01:44:34.599 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 11. 08-03 01:44:34.605 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 01:44:34.605 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:44:34.605 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:34.605 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:44:34.611 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:34.611 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 01:44:34.612 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:9 08-03 01:44:34.612 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 01:44:34.617 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 01:44:34.618 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:44:34.618 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:34.618 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:44:34.624 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:34.624 5409-5463/? I/bt_btif: BTA_DmBleCfgFilterCondition: 0, 2 08-03 01:44:34.625 5409-5540/? I/bt_btm: BTM_BleCfgFilterCondition action:0, cond_type:2, index:12 08-03 01:44:34.625 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 7. 08-03 01:44:34.630 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_cfg_cb 08-03 01:44:34.631 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:44:34.631 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:44:34.631 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:44:34.634 10837-18686/? I/PlayCommon: [1893] PlayEventLogger.uploadEventsImpl: Preparing logs for uploading 08-03 01:44:34.635 10837-18686/? I/PlayCommon: [1893] PlayEventLogger.uploadEventsImpl: No file ready to send 08-03 01:44:34.636 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:44:34.637 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:44:34.637 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:44:34.637 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:44:34.637 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:44:34.638 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:44:34.642 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:44:34.643 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:44:34.643 5409-5540/? I/bt_btm: BTM_BleSetScanParams 08-03 01:44:34.643 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:44:34.643 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_parameter_setup_completed_cb 08-03 01:44:35.130 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:83,txBytes:52 08-03 01:44:35.130 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:35.131 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:35.209 10837-18687/? I/PlayCommon: [1894] PlayEventLogger.uploadEventsImpl: Preparing logs for uploading 08-03 01:44:35.210 10837-18687/? I/PlayCommon: [1894] PlayEventLogger.uploadEventsImpl: No file ready to send 08-03 01:44:35.560 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 28900 milliseconds 08-03 01:44:36.059 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:36.068 1250-1443/? D/hw_netstat: total/83/104,my_package_name/83/52,unknown:0/0/52 08-03 01:44:36.070 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=1 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:36.071 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-53 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5944, rtt_lan_failures=2, rtt_lan_succ=158, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:36.071 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:36.079 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=6, mTXbad=0, mRXGood=4] rssi=-53 08-03 01:44:36.081 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:36.082 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=1 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:36.083 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:36.083 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 1, tx = 2 08-03 01:44:36.083 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:36.126 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:36.126 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 01:44:36.126 1250-1250/? I/TrafficMonitor: count:332,rx_sum:1,tx_sum:1,rxBytes:83,during_ms:2004,rx_speed:41.417165668662676,tx_speed:25.948103792415168,rto:1.0 08-03 01:44:36.126 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:1, rxSpd:41B/s, txpkt:1, txSpd:25 08-03 01:44:36.562 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 27898 milliseconds 08-03 01:44:37.132 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:1,rxBytes:0,txBytes:83 08-03 01:44:37.133 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:37.133 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:37.563 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 26897 milliseconds 08-03 01:44:38.565 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 25894 milliseconds 08-03 01:44:39.136 1250-1250/? I/TrafficMonitor: update:rxPkts:2,txPkts:2,rxBytes:104,txBytes:104 08-03 01:44:39.136 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:39.136 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:39.569 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 24891 milliseconds 08-03 01:44:40.575 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 23885 milliseconds 08-03 01:44:41.074 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:41.083 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:41.094 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:41.095 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-53 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:41.095 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:41.099 1250-1443/? D/hw_netstat: total/156/322,my_package_name/156/156,com.google.uid.shared:10009/0/166 08-03 01:44:41.104 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -53 08-03 01:44:41.104 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-53 08-03 01:44:41.104 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:41.104 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-53]=0%, volume=14 08-03 01:44:41.104 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:41.104 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:41.104 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-53]=0.06%, volume=43281 08-03 01:44:41.105 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:41.105 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:41.105 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:41.105 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 01:44:41.105 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=5 WEBRESENDSEGS=2 WEBRECVSEGS=3 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:41.105 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-53 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5944, rtt_lan_failures=2, rtt_lan_succ=158, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:41.105 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:41.105 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:41.107 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow: protection_counter = 0, not_detect_counter = 68 08-03 01:44:41.107 1250-1453/? D/HuaweiWifiWatchdogStateMachine: high data flow scenario: 0 --> 0 rx bytes =57KB 08-03 01:44:41.107 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:41.107 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 14, 0. Lr =0% Totpkt=14 08-03 01:44:41.108 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:41.108 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:41.108 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:41.108 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:41.108 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:41.109 1250-1250/? I/MQoS: rtt=2080,tcp_tx_pkts=375399,tcp_rx_pkts=419331 08-03 01:44:41.110 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=2080,rttPkt=2,rttWn=11,cgt=16,cgtWn=4716728 08-03 01:44:41.110 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=4, tcp_tx=5, tcp_reTran=0, rtRate=0 08-03 01:44:41.110 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:41.110 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:44:41.110 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 01:44:41.111 1250-1453/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 08-03 01:44:41.111 1250-1453/? D/HuaweiWifiWatchdogStateMachine: GSC:0, GSR:1.0, RSR:1.0, RTH:-75 08-03 01:44:41.111 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=41 rssi=-53 08-03 01:44:41.111 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 01:44:41.111 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 01:44:41.114 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=11, mTXbad=0, mRXGood=5] rssi=-53 08-03 01:44:41.119 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:41.121 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:41.121 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=3 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:41.122 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:41.122 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 3, tx = 5 08-03 01:44:41.122 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:41.138 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:52,txBytes:52 08-03 01:44:41.138 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:41.138 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:41.578 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 22882 milliseconds 08-03 01:44:42.001 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 539997361 us 08-03 01:44:42.134 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:42.134 1250-1250/? I/TrafficMonitor: during_ms:2003,period_ms:2000 08-03 01:44:42.134 1250-1250/? I/TrafficMonitor: count:335,rx_sum:1,tx_sum:1,rxBytes:52,during_ms:2003,rx_speed:25.961058412381426,tx_speed:25.961058412381426,rto:1.0 08-03 01:44:42.134 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:1, rxSpd:25B/s, txpkt:1, txSpd:25 08-03 01:44:42.580 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 21880 milliseconds 08-03 01:44:43.141 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:43.141 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:43.141 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:43.582 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 20878 milliseconds 08-03 01:44:44.586 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 19875 milliseconds 08-03 01:44:45.145 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:1,rxBytes:0,txBytes:52 08-03 01:44:45.145 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:45.145 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:45.590 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 18871 milliseconds 08-03 01:44:46.106 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:46.130 1250-1443/? D/hw_netstat: total/0/52,unknown:0/0/52 08-03 01:44:46.136 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=1 WEBRESENDSEGS=1 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:46.137 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-53 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5944, rtt_lan_failures=2, rtt_lan_succ=158, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:46.137 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:46.146 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=3, mTXbad=0, mRXGood=4] rssi=-53 08-03 01:44:46.148 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:46.150 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:46.150 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 1 08-03 01:44:46.150 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 01:44:46.150 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 1 08-03 01:44:46.150 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:46.158 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=4111 txframe=59 txnoassoc=0 txphyerror=0 txctl=23 txfail=0 txphyerr=0 txfrmsnt=82 txnoack=3 txfrag=82 txnocts=0 txrts=0 txnobuf=0 txallfrm=173 txerror=0 txretrans=3 rxbyte=60725 rxframe=77 rxbadfcs=20 rxbadplcp=18 rxmulti=20 rxfrag=157 rxctl=79 rxbadcm=0 rxnobuf=0 rxcrsglitch=7549 rxbadds=0 rxnondata=0 rxmulti=20 reset=0 rxdfrmocast=941 rxmfrmocast=0 rxdfrmucastmbss=57 rxmfrmucastmbss=0 rxbeaconmbss=79 rxdfmucastobss=0 rxbeaconobss=93 rxstrt=2399 rxcfrmocast=1094 rxcfrmucast=86 rxdfrmmcast=21 rxmfrmmcast=172 rxcfrmmcast=4 ] 08-03 01:44:46.594 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 17866 milliseconds 08-03 01:44:47.150 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:83,txBytes:52 08-03 01:44:47.150 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:47.150 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:47.596 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 16863 milliseconds 08-03 01:44:48.141 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:48.141 1250-1250/? I/TrafficMonitor: during_ms:2005,period_ms:2000 08-03 01:44:48.141 1250-1250/? I/TrafficMonitor: count:338,rx_sum:1,tx_sum:1,rxBytes:83,during_ms:2005,rx_speed:41.396508728179555,tx_speed:25.935162094763093,rto:1.0 08-03 01:44:48.142 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:1, rxSpd:41B/s, txpkt:1, txSpd:25 08-03 01:44:48.598 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 15861 milliseconds 08-03 01:44:49.084 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:49.091 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:49.091 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-53 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:49.092 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:49.095 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-54 08-03 01:44:49.095 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -54 08-03 01:44:49.095 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-54]=0%, volume=9 08-03 01:44:49.095 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:49.095 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-54]=0.04%, volume=49677 08-03 01:44:49.095 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:49.095 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:49.096 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:49.096 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:49.096 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 9, 0. Lr =0% Totpkt=9 08-03 01:44:49.096 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:49.096 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:49.096 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:49.096 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:49.096 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:49.096 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 01:44:49.096 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:49.096 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:49.096 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:49.096 1250-1250/? I/MQoS: rtt=2080,tcp_tx_pkts=375402,tcp_rx_pkts=419332 08-03 01:44:49.098 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=2080,rttPkt=2,rttWn=19,cgt=16,cgtWn=4717600 08-03 01:44:49.098 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=1, tcp_tx=3, tcp_reTran=0, rtRate=0 08-03 01:44:49.098 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:49.098 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:44:49.098 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 01:44:49.098 1250-1453/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 08-03 01:44:49.098 1250-1453/? D/HuaweiWifiWatchdogStateMachine: GSC:0, GSR:1.0, RSR:1.0, RTH:-75 08-03 01:44:49.099 1250-1453/? D/HuaweiWifiWatchdogStateMachine: bqeLevel = 0 rtt=0,rtt_pkts=0 speed=41 rssi=-54 08-03 01:44:49.099 1250-1453/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, reset sc to 0. 08-03 01:44:49.099 1250-1453/? D/HuaweiWifiWatchdogStateMachine: ### mPktChkBadCnt=0 08-03 01:44:49.100 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:49.152 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:1,rxBytes:0,txBytes:83 08-03 01:44:49.152 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:49.152 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:49.601 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 14859 milliseconds 08-03 01:44:50.605 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 13856 milliseconds 08-03 01:44:51.133 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:51.155 1250-1443/? D/hw_netstat: total/83/218,com.google.uid.shared:10009/0/166,my_package_name/83/52 08-03 01:44:51.155 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:51.155 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:51.155 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:51.159 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=2 WEBRESENDSEGS=1 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:51.159 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5944, rtt_lan_failures=2, rtt_lan_succ=158, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:51.159 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:51.172 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=9, mTXbad=0, mRXGood=7] rssi=-54 08-03 01:44:51.177 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:51.180 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=1 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:51.182 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:51.183 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 1, tx = 2 08-03 01:44:51.183 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:51.609 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 12852 milliseconds 08-03 01:44:52.003 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 529995489 us 08-03 01:44:52.613 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 11848 milliseconds 08-03 01:44:53.159 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:52,txBytes:52 08-03 01:44:53.159 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:53.159 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:53.615 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 10844 milliseconds 08-03 01:44:54.153 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:44:54.153 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 01:44:54.153 1250-1250/? I/TrafficMonitor: count:341,rx_sum:1,tx_sum:1,rxBytes:52,during_ms:2004,rx_speed:25.948103792415168,tx_speed:25.948103792415168,rto:1.0 08-03 01:44:54.153 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:1, rxSpd:25B/s, txpkt:1, txSpd:25 08-03 01:44:54.617 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 9842 milliseconds 08-03 01:44:55.161 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:55.162 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:55.162 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:55.620 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 8840 milliseconds 08-03 01:44:56.160 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:44:56.180 1250-1443/? D/hw_netstat: total/130/900,unknown:0/78/848,my_package_name/52/52 08-03 01:44:56.183 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=1 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:56.183 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5944, rtt_lan_failures=2, rtt_lan_succ=158, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:44:56.183 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:56.190 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=6, mTXbad=0, mRXGood=7] rssi=-54 08-03 01:44:56.191 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:44:56.192 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiUIDWebSpeed [appName=my_package_name UID=10020 WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=1 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:44:56.194 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:44:56.194 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 1, tx = 1 08-03 01:44:56.194 1250-1443/? D/HwArpVerifier: AccessWebStatus : reset all 08-03 01:44:56.624 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 7837 milliseconds 08-03 01:44:57.093 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:44:57.100 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:44:57.101 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-53 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:44:57.101 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:44:57.105 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-54 08-03 01:44:57.105 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -54 08-03 01:44:57.105 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:44:57.105 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-54]=0%, volume=10 08-03 01:44:57.105 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:44:57.105 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:44:57.105 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-54]=0.04%, volume=49687 08-03 01:44:57.105 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:44:57.106 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:44:57.106 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:44:57.106 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 10, 0. Lr =0% Totpkt=10 08-03 01:44:57.106 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:44:57.106 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:57.106 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:44:57.106 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:44:57.106 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 01:44:57.106 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:44:57.106 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:44:57.106 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:44:57.106 1250-1250/? I/MQoS: rtt=2080,tcp_tx_pkts=375403,tcp_rx_pkts=419333 08-03 01:44:57.108 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=2080,rttPkt=2,rttWn=27,cgt=16,cgtWn=4717600 08-03 01:44:57.108 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=1, tcp_tx=1, tcp_reTran=0, rtRate=0 08-03 01:44:57.108 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:44:57.108 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:44:57.108 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable: tcpRxPkts != 0, reset 08-03 01:44:57.108 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 01:44:57.111 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:44:57.163 1250-1250/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:78,txBytes:106 08-03 01:44:57.163 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:57.163 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:57.626 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 6833 milliseconds 08-03 01:44:57.870 1250-1270/? I/EventHub: EventHub monitor: no key events in the past 76s, no motion events in the past 78s 08-03 01:44:58.628 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 5831 milliseconds 08-03 01:44:59.166 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:44:59.166 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:44:59.166 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:44:59.631 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 4829 milliseconds 08-03 01:44:59.938 1250-1443/? D/HwArpVerifier: check_wifi_state_mode = 0 mCheckStateToken=152 token152 08-03 01:44:59.938 1250-1443/? D/HwArpVerifier: doArp() arpnum:1, minResponse:1, timeout:1000 08-03 01:44:59.939 1250-1443/? D/wifiserviceimpl: netmask =16777215 08-03 01:44:59.971 1250-1443/? D/HwArpVerifier: ARP test result: 1/1 08-03 01:45:00.024 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updatArpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5952, rtt_lan_failures=2, rtt_lan_succ=159, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:45:00.024 1250-1443/? D/HwArpVerifier: from HEART_CHECK transmit to state:HEART_CHECK 08-03 01:45:00.024 1250-1443/? D/HwArpVerifier: msg what=124 arg1(token)=152 arg2(mode)=0 delay=30000 08-03 01:45:00.164 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:45:00.164 1250-1250/? I/TrafficMonitor: during_ms:2004,period_ms:2000 08-03 01:45:00.164 1250-1250/? I/TrafficMonitor: count:344,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2004,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 01:45:00.164 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 01:45:00.633 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 3827 milliseconds 08-03 01:45:01.169 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:45:01.169 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:45:01.169 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:45:01.182 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:45:01.190 1250-1443/? D/hw_netstat: total/0/0 08-03 01:45:01.192 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:45:01.192 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5952, rtt_lan_failures=2, rtt_lan_succ=159, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:45:01.192 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:45:01.200 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=4, mTXbad=0, mRXGood=4] rssi=-54 08-03 01:45:01.201 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:45:01.202 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:45:01.203 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 01:45:01.203 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 0, dnsDiff = 86 08-03 01:45:01.203 1250-1443/? D/HwArpVerifier: mAccessWebStatus : getNetDisableCnt = 1, rx = 0, tx = 0 08-03 01:45:01.203 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:45:01.211 1250-1443/? E/HwCHRWifiLinkMonitor: HwCHRWifiBcmIncrCounterLst [txbyte=531 txframe=7 txnoassoc=0 txphyerror=0 txctl=12 txfail=0 txphyerr=0 txfrmsnt=19 txnoack=0 txfrag=19 txnocts=0 txrts=0 txnobuf=0 txallfrm=43 txerror=0 txretrans=0 rxbyte=1277 rxframe=18 rxbadfcs=5 rxbadplcp=10 rxmulti=12 rxfrag=56 rxctl=37 rxbadcm=0 rxnobuf=0 rxcrsglitch=3135 rxbadds=0 rxnondata=0 rxmulti=12 reset=0 rxdfrmocast=137 rxmfrmocast=0 rxdfrmucastmbss=6 rxmfrmucastmbss=0 rxbeaconmbss=37 rxdfmucastobss=0 rxbeaconobss=41 rxstrt=417 rxcfrmocast=150 rxcfrmucast=23 rxdfrmmcast=13 rxmfrmmcast=78 rxcfrmmcast=0 ] 08-03 01:45:01.637 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 2824 milliseconds 08-03 01:45:01.750 1250-1360/? D/HwBatteryService: onUEvent fcpStatus = 0,scpStatus =0,ovpStatus=0 08-03 01:45:01.751 1250-1360/? I/UsbDeviceManager: water_intrused state= 0 08-03 01:45:01.752 1250-1250/? D/WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED 08-03 01:45:01.752 1250-1250/? D/WifiService: ACTION_BATTERY_CHANGED pluggedType: 2 08-03 01:45:01.756 1624-1624/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED 08-03 01:45:01.756 1624-1624/? W/KeyguardUpdateMonitor: ACTION_BATTERY_CHANGED AMP: 0; Volt: 0 08-03 01:45:01.776 1624-1624/? V/KeyguardUpdateMonitor: RefreshBatteryInfo isBatteryLow: 46 08-03 01:45:01.777 1624-1624/? W/KeyguardUpdateMonitor: ChargingSpeed Wattage: -1 ST: 5000000 --> 7500000 08-03 01:45:01.777 1624-1624/? I/KgBattery: BatteryInfo updated: 2lPc-1 08-03 01:45:01.777 1624-1624/? W/AppHandler: sendMessage with obj100 08-03 01:45:01.777 1624-1624/? D/KeyguardUpdateMonitor: handleBatteryUpdate 08-03 01:45:01.787 1624-1624/? W/HwLockScreenPanel: refreshBatteryInfo: null 08-03 01:45:01.787 1624-1624/? W/KgBattery: getCharge info with type: text 08-03 01:45:01.790 1624-1624/? W/HwLockScreenPanel: Handle message: 100 08-03 01:45:01.808 1624-1624/? W/HwKeyguardDragHelper: AnimationBlocked 08-03 01:45:01.809 1624-1624/? W/PanelView: set notification panel padding = 1675 08-03 01:45:02.004 616-637/? W/AwareLog:defragd: delay_us exceeds max timeout: 519994872 us 08-03 01:45:02.640 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 1820 milliseconds 08-03 01:45:03.172 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:45:03.172 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:45:03.172 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:45:03.642 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 818 milliseconds 08-03 01:45:04.097 601-601/? E/Thermal-daemon: [battery] temp_new :31 temp_old :32 08-03 01:45:04.097 601-601/? E/Thermal-daemon: Report temperature: [battery] temp :31 report_threshold:1 08-03 01:45:04.462 26456-26456/my_package_name D/CycledLeScanner: starting a new scan cycle 08-03 01:45:04.462 26456-26675/my_package_name D/CycledLeScannerForLollipop: Stopping LE scan on scan handler 08-03 01:45:04.464 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:45:04.464 26456-26456/my_package_name D/CycledLeScanner: starting a new bluetooth le scan 08-03 01:45:04.466 26456-26456/my_package_name D/CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY 08-03 01:45:04.467 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 5000 milliseconds 08-03 01:45:04.468 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:45:04.468 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:45:04.468 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:45:04.468 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:45:04.468 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:45:04.468 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:45:04.468 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:45:04.468 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:45:04.468 5409-5540/? I/bt_att: GATT_Deregister gatt_if=19 08-03 01:45:04.468 5409-5540/? I/bt_att: GATT_Listen gatt_if=19 08-03 01:45:04.468 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 01:45:04.468 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 01:45:04.468 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 01:45:04.469 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:04.470 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:04.470 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:45:04.472 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:04.478 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:45:04.478 26456-26456/my_package_name D/CycledLeScanner: Scan started 08-03 01:45:04.479 5409-14102/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 01:45:04.480 1250-2449/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 01:45:04.481 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:04.490 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:45:04.490 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:45:04.490 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:45:04.491 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:45:04.494 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 01:45:04.496 5409-14102/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 01:45:04.497 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:45:04.498 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:45:04.498 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:45:04.499 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:45:04.500 5409-14102/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 01:45:04.500 5409-14102/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 01:45:04.500 5409-14102/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 01:45:04.500 5409-5540/? I/bt_att: GATT_Register 08-03 01:45:04.500 5409-5540/? D/bt_att: UUID=[0x4c888694151c41cfbbd671de6f9dc03c] 08-03 01:45:04.500 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=19 08-03 01:45:04.500 5409-5540/? I/bt_att: GATT_StartIf gatt_if=19 08-03 01:45:04.500 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 01:45:04.500 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 01:45:04.500 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 01:45:04.501 26456-26909/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=19 mClientIf=0 08-03 01:45:04.501 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:04.504 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:45:04.504 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:45:04.508 5409-5463/? I/bt_btif: BTA_DmEnableScanFilter: 1 08-03 01:45:04.508 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 2. 08-03 01:45:04.512 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_status_cb 08-03 01:45:04.512 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 0 08-03 01:45:04.512 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:45:04.512 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 18. 08-03 01:45:04.517 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:45:04.517 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:45:04.517 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:45:04.517 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:45:04.517 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 800 08-03 01:45:04.518 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 1 08-03 01:45:04.519 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:45:04.519 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:45:04.519 5409-5540/? I/bt_btm: BTM_BleSetScanParams 08-03 01:45:04.519 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:45:04.519 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_parameter_setup_completed_cb 08-03 01:45:05.101 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 SIGNAL_POLL' 08-03 01:45:05.108 1250-1386/? V/HwWifiServiceFactory: get AllImpl object = com.android.server.wifi.HwWifiServiceFactoryImpl@440c565 08-03 01:45:05.109 1250-1386/? E/WifiConfigManager: updateConfiguration freq=2462 BSSID=4c:60:de:dc:1d:26 RSSI=-53 "WiFi-DOM.RU-4487"WPA_PSK 08-03 01:45:05.109 1250-1386/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:45:05.113 1250-1453/? D/HuaweiWifiWatchdogStateMachine: LM mrssi=-54 08-03 01:45:05.113 1250-1250/? D/WiFi_PRO: MSG_RETURN_AP_CURRY_RSSI rssi = -54 08-03 01:45:05.113 1250-1250/? I/QosMonitor: queryRtt: rtt_type = 3 08-03 01:45:05.113 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 current loss[-54]=0%, volume=3 08-03 01:45:05.113 1250-1250/? I/WifiProJNI: ######### GET RTT:3 ######## 08-03 01:45:05.113 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=7 08-03 01:45:05.113 1250-1453/? D/HuaweiWifiWatchdogStateMachine: 4c:60:de:dc:1d:26 history loss[-54]=0.04%, volume=49690 08-03 01:45:05.113 1250-1453/? I/HuaweiWifiWatchdogStateMachine: spd good count:0, add sc:0.0, rate:1.0 08-03 01:45:05.113 1250-1451/? D/WifiProJNI: Received kernel message payload: event 4 08-03 01:45:05.113 1250-1453/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0 08-03 01:45:05.113 1250-1453/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 13, 0. Lr =0% Totpkt=13 08-03 01:45:05.113 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=4,arg2=9 08-03 01:45:05.113 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:45:05.113 1250-1250/? I/WifiProJNI: ######### CMD_QUERY_PKTS ######## 08-03 01:45:05.113 1250-1250/? D/WifiProJNI: send_cmd_kernel: cmd=1 08-03 01:45:05.113 1250-1451/? D/WifiProJNI: Received kernel message payload: event 0 08-03 01:45:05.113 1250-1250/? D/HuaweiWifiWatchdogStateMachine: setSampleRtt: unvalid rtt 08-03 01:45:05.114 1250-1451/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9 08-03 01:45:05.114 1250-1451/? W/WifiProJNI: poll before: g_monitor_fd =247 08-03 01:45:05.114 1250-1250/? I/MQoS: rtt=2080,tcp_tx_pkts=375403,tcp_rx_pkts=419333 08-03 01:45:05.116 1250-1453/? D/HuaweiWifiWatchdogStateMachine: dumpTcpResult: len=9,rtt=2080,rttPkt=2,rttWn=35,cgt=0,cgtWn=0 08-03 01:45:05.116 1250-1453/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=0, tcp_tx=0, tcp_reTran=0, rtRate=0 08-03 01:45:05.116 1250-1453/? D/HuaweiWifiWatchdogStateMachine: mRssiBadCount =0, RSSI not bad. 08-03 01:45:05.116 1250-1453/? D/HuaweiWifiWatchdogStateMachine: detectNetworkAvailable:hw.wifipro.dns_fail_count = 86 08-03 01:45:05.116 1250-1453/? D/HuaweiWifiWatchdogStateMachine: did not have any network action 08-03 01:45:05.118 1250-4342/? I/MQoS: QOS_level:3(3),wifi-link;use signalLvl:3;RAT:4G 08-03 01:45:05.174 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:45:05.174 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:45:05.174 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:45:05.487 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 3987 milliseconds 08-03 01:45:05.506 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:45:06.171 1250-1250/? I/TrafficMonitor: expired arrive. level:-1 08-03 01:45:06.171 1250-1250/? I/TrafficMonitor: during_ms:2001,period_ms:2000 08-03 01:45:06.171 1250-1250/? I/TrafficMonitor: count:347,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2001,rx_speed:0.0,tx_speed:0.0,rto:0.0 08-03 01:45:06.171 1250-1250/? D/HuaweiWifiWatchdogStateMachine: speed: rxpkt:0, rxSpd:0B/s, txpkt:0, txSpd:0 08-03 01:45:06.196 1250-1443/? D/HwArpVerifier: performPollAndLog: 08-03 01:45:06.205 1250-1443/? D/hw_netstat: total/0/0 08-03 01:45:06.207 1250-1443/? E/HwCHRWebMonitor: WebMonitor [mNetWorkIsSuck=0 mUIDIsSuck=] WebSpeed [WEBSENDSEGS=0 WEBRESENDSEGS=0 WEBRECVSEGS=0 WEBERRSEGS=0 WEBOUTRSTS=0 WEBESTABLISRST=0 WEBRTTDURATION=0 WEBRTTSEGS=0 WEBSRTT=2080 WEBSNDDUPACKS=0 SENDSEGS=0 RESENDSEGS=0 RECVSEGS=0 ERRSEGS=0 OUTRSTS=0 ESTABLISRST=0 RTTDURATION=0 RTTSEGS=0 SNDDUPACKS=0 suckTimes=0 recovage_times=0] 08-03 01:45:06.207 1250-1443/? E/HwCHRWifiRSSIGroupSummery: updateTcpSummery mRSSI:-54 HwCHRWifiRSSIGroup [rssi_index=4, rtt_tcp_packets=3056, rtt_tcp_duration=342252, rtt_lan_duration=5952, rtt_lan_failures=2, rtt_lan_succ=159, rtt_lan_max=830, rtt_lan_min=1,same_area_frequency=0,adjacent_area_frequency=0] 08-03 01:45:06.207 1250-1443/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-03 01:45:06.215 1250-1443/? E/HwCHRWebMonitor: HwCHRWifiPacketCnt [mTXGood=0, mTXbad=0, mRXGood=4] rssi=-54 08-03 01:45:06.216 1250-1443/? E/HwCHRWebMonitor: running processName=com.google.android.googlequicksearchbox 08-03 01:45:06.218 1250-1443/? D/HwArpVerifier: doCheckAccessInternet 08-03 01:45:06.218 1250-1443/? D/HwArpVerifier: mAccessWebStatus : rx = 0, tx = 0 08-03 01:45:06.218 1250-1443/? D/HwArpVerifier: getDNSFailedCntDiff dnsNewFailCnt = 86, aws.getOldDnsFailedCnt() = 86, dnsDiff = 0 08-03 01:45:06.508 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 2959 milliseconds 08-03 01:45:06.520 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:45:07.177 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0 08-03 01:45:07.177 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:45:07.177 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:45:07.524 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 1945 milliseconds 08-03 01:45:07.542 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:45:08.546 26456-26456/my_package_name D/CycledLeScanner: Waiting to stop scan cycle for another 923 milliseconds 08-03 01:45:08.564 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:45:09.180 1250-1250/? I/TrafficMonitor: update:rxPkts:0,txPkts:5,rxBytes:0,txBytes:353 08-03 01:45:09.180 1250-1250/? I/TrafficMonitor: start expired. level:-1 08-03 01:45:09.180 1250-1250/? I/TrafficMonitor: gettimer:interval=2000 08-03 01:45:09.489 26456-26456/my_package_name D/CycledLeScanner: Done with scan cycle 08-03 01:45:09.491 26456-26456/my_package_name D/CycledLeScanner: stopping bluetooth le scan 08-03 01:45:09.491 26456-26456/my_package_name D/CycledLeScannerForLollipop: Stopping scan 08-03 01:45:09.493 26456-26675/my_package_name D/CycledLeScannerForLollipop: Stopping LE scan on scan handler 08-03 01:45:09.494 26456-26456/my_package_name D/CycledLeScanner: Normalizing between scan period from 30000 to 29965 08-03 01:45:09.494 26456-26456/my_package_name D/CycledLeScannerForLollipop: This is Android L. Doing a filtered scan for the background. 08-03 01:45:09.495 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:45:09.496 26456-26456/my_package_name D/CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER 08-03 01:45:09.497 26456-26456/my_package_name D/ScanFilterUtils: Set up a scan filter: BluetoothLeScanFilter [mDeviceName=null, mDeviceAddress=null, mUuid=null, mUuidMask=null, mServiceDataUuid=null, mServiceData=null, mServiceDataMask=null, mManufacturerId=280, mManufacturerData=[-66, -84], mManufacturerDataMask=[-1, -1]] 08-03 01:45:09.497 5409-5463/? I/bt_btif: BTA_DmBleObserve:start = 0 08-03 01:45:09.498 5409-5463/? I/bt_btif: BTA_DmBleScanFilterSetup: 1 08-03 01:45:09.498 5409-5540/? I/bt_btm: BTM_BleObserve : scan_type:0, 8000, 8000 08-03 01:45:09.498 5409-5540/? I/bt_btm: btm_ble_stop_scan 08-03 01:45:09.498 5409-5540/? I/bt_btm: btm_update_scanner_filter_policy 08-03 01:45:09.498 5409-5540/? I/bt_btm: BTM_BleAdvFilterParamSetup 08-03 01:45:09.498 5409-5540/? I/bt_btm: BTM: BTM_VendorSpecificCommand: Opcode: 0xFD57, ParamLen: 3. 08-03 01:45:09.498 26456-26456/my_package_name D/ScanFilterUtils: making scan filter for service: 0000FEAA-0000-1000-8000-00805f9b34fb 0000feaa-0000-1000-8000-00805f9b34fb 08-03 01:45:09.498 26456-26456/my_package_name D/ScanFilterUtils: making scan filter with service mask: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF ffffffff-ffff-ffff-ffff-ffffffffffff 08-03 01:45:09.498 26456-26456/my_package_name D/ScanFilterUtils: Set up a scan filter: BluetoothLeScanFilter [mDeviceName=null, mDeviceAddress=null, mUuid=0000feaa-0000-1000-8000-00805f9b34fb, mUuidMask=ffffffff-ffff-ffff-ffff-ffffffffffff, mServiceDataUuid=null, mServiceData=null, mServiceDataMask=null, mManufacturerId=-1, mManufacturerData=null, mManufacturerDataMask=null] 08-03 01:45:09.499 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:45:09.500 5409-5540/? I/bt_att: GATT_Deregister gatt_if=19 08-03 01:45:09.500 5409-5540/? I/bt_att: GATT_Listen gatt_if=19 08-03 01:45:09.500 5409-5540/? I/bt_btm: BTM_BleUpdateAdvFilterPolicy 08-03 01:45:09.500 5409-5540/? I/bt_btm: BTM_ReadConnectability 08-03 01:45:09.500 5409-5540/? I/bt_btm: btm_ble_set_connectability mode=0x0 combined_mode=0x1 08-03 01:45:09.500 26456-26456/my_package_name D/ScanFilterUtils: making scan filter for service: 0000FED8-0000-1000-8000-00805f9b34fb 0000fed8-0000-1000-8000-00805f9b34fb 08-03 01:45:09.500 26456-26456/my_package_name D/ScanFilterUtils: making scan filter with service mask: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF ffffffff-ffff-ffff-ffff-ffffffffffff 08-03 01:45:09.500 26456-26456/my_package_name D/ScanFilterUtils: Set up a scan filter: BluetoothLeScanFilter [mDeviceName=null, mDeviceAddress=null, mUuid=0000fed8-0000-1000-8000-00805f9b34fb, mUuidMask=ffffffff-ffff-ffff-ffff-ffffffffffff, mServiceDataUuid=null, mServiceData=null, mServiceDataMask=null, mManufacturerId=-1, mManufacturerData=null, mManufacturerDataMask=null] 08-03 01:45:09.501 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 29965 milliseconds 08-03 01:45:09.501 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:09.501 1877-1964/? I/BluetoothState: inactive bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:09.502 26456-26675/my_package_name D/BluetoothAdapter: STATE_ON 08-03 01:45:09.504 1877-1964/? D/BluetoothState: not find active bluetooth for inactive event uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:09.511 26456-26456/my_package_name D/CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{865dddb: android.os.BinderProxy@f5a6078} 08-03 01:45:09.512 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->scan_filter_param_cb 08-03 01:45:09.516 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:09.518 5409-22506/? I/SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0 08-03 01:45:09.520 1250-2464/? W/ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 5409:com.android.bluetooth/1002 pkg com.android.bluetooth 08-03 01:45:09.529 5409-5409/? E/Bth: BigDataReceiver:intent or context is null. 08-03 01:45:09.530 5409-22506/? D/BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR 08-03 01:45:09.532 5409-22506/? I/BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin 08-03 01:45:09.532 5409-22506/? I/BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client 08-03 01:45:09.532 5409-22506/? I/BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish 08-03 01:45:09.532 5409-5540/? I/bt_att: GATT_Register 08-03 01:45:09.532 5409-5540/? D/bt_att: UUID=[0x0a20df8f7e5b4c97804f5c1cd4be3e5f] 08-03 01:45:09.532 5409-5540/? I/bt_att: GATT_Register: allocated gatt_if=19 08-03 01:45:09.532 5409-5540/? I/bt_att: GATT_StartIf gatt_if=19 08-03 01:45:09.532 5409-5463/? W/bt_btif: HAL bt_gatt_callbacks->client->register_client_cb 08-03 01:45:09.532 5409-5540/? D/bt_att: gatt_find_the_connected_bda start_idx=0 08-03 01:45:09.532 5409-5540/? D/bt_att: gatt_find_the_connected_bda found=0 found_idx=7 08-03 01:45:09.534 26456-26472/my_package_name D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=19 mClientIf=0 08-03 01:45:09.535 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_CONNECT 08-03 01:45:09.537 1877-1964/? I/BluetoothState: new active bluetooth uid: 10020, pid:26456, reason:BLE_SCAN 08-03 01:45:09.539 5409-5421/? E/Bth: G.GattService:App 'my_package_name' is scanning too frequently on screen off 08-03 01:45:10.513 26456-26456/my_package_name D/CycledLeScannerForLollipop: Waiting to start full Bluetooth scan for another 28947 milliseconds

@davidgyoung
Copy link
Member

Annotating that log excerpt, I see:

# background full power scan for 5 secs

08-03 01:44:29.469 26456-26456/my_package_name D/CycledLeScanner: starting a new scan cycle 
08-03 01:44:34.510 26456-26456/my_package_name D/CycledLeScanner: stopping bluetooth le scan

# low power scan for 30 secs

08-030 1:44:34.514 26456-26456/my_package_name D/CycledLeScannerForLollipop: This is Android L. Doing a filtered scan for the background. 

# background full power scan for 5 secs

08-03 01:45:04.462 26456-26456/my_package_name D/CycledLeScanner: starting a new scan cycle 
08-03 01:45:09.493 26456-26675/my_package_name D/CycledLeScannerForLollipop: Stopping LE scan on scan handler 

#Starts background scan:

08-03 01:45:09.496 26456-26456/my_package_name D/CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER 

# OS Blocks scan

08-03 01:45:09.539 5409-5421/? E/Bth: G.GattService:App 'my_package_name' is scanning too frequently on screen off 

So there are not 5 scans happening in 30 seconds.

The error message is "G.GattService:App 'my_package_name' is scanning too frequently on screen off" which is not the same as the error message in the Android Open Source code:

https://android.googlesource.com/platform/packages/apps/Bluetooth/+/master/src/com/android/bluetooth/gatt/GattService.java#1480

So I now wonder if this is a custom ROM modification made by Huawei that adds an additional restriction when the screen is off.

Question: Can you try using different backgroundBeteweenScanPeriod values to see if a longer value makes the error go away?

@zukopvd
Copy link
Author

zukopvd commented Aug 3, 2017

Currently I cant escape this error even if I use following configuration:

beaconManager.setBackgroundScanPeriod(2000L);
beaconManager.setBackgroundBetweenScanPeriod(600000L);

I'll try to use more extremal values until it gone.
By the way, on Nexus 5X running Android 7.1 with lib version 2.11 everything works fine.

@zukopvd
Copy link
Author

zukopvd commented Aug 3, 2017

So... I have the same issue with beaconManager.setBackgroundBetweenScanPeriod(1800000L) and beaconManager.setBackgroundBetweenScanPeriod(3600000L) as well.
Is it make sense to try 2 and more hours? Actually, with large periods the error appears on second scanning iteration after the first waiting period.

@davidgyoung
Copy link
Member

Well, we don't know what the criteria are to trigger this:

E/Bth: G.GattService:App 'my_package_name' is scanning too frequently on screen off

Again, this debug line does not appear in the open source code, so it must be a customization by Huawei or Samsung (Do you really see this debug line on both devices?) Unfortunately, if it is a closed source modification, there is no way to know the criteria that trigger it without reverse engineering it somehow. Perhaps it Is triggered when you start a scan in the background even once, regardless of the length of time.

My guess is that it is some variation on the AOSP algorithm for 7.0, which is to only allow 5 scan starts per app in a 30 second window. The customization might kick in when the screen is off, and restrict it to different values of X scan starts per app in a Y second window. If I am right about this, we need to find out the values of X and Y through experimentation before we can do anything about this.

@zukopvd
Copy link
Author

zukopvd commented Aug 8, 2017

@davidgyoung I still can't find proper values to avoid this error. But now I really worried about that often-scanning that you've mentioned (the one that happens every ~8 milliseconds). Actually that flood starts right after launching of regions monitoring via AltBeacon library.

I am facing same behavior in both foreground and background modes.

Furthermore, using foreground mode I can see original E/Bth: G.GattService:App 'my_package_name' is scanning too frequently (without words "screen off") error with following configuration:

BeaconManager.setDebug(true);
beaconManager = BeaconManager.getInstanceForApplication(this.getApplicationContext());
beaconManager.getBeaconParsers().add(new BeaconParser().
                setBeaconLayout(BeaconParser.EDDYSTONE_UID_LAYOUT));
beaconManager.getBeaconParsers().add(new BeaconParser().setBeaconLayout(BeaconParser.URI_BEACON_LAYOUT));

beaconManager.setForegroundScanPeriod(1000L);
beaconManager.setForegroundBetweenScanPeriod(3000L);

beaconManager.setBackgroundScanPeriod(2000L);
beaconManager.setBackgroundBetweenScanPeriod(30000L);

beaconManager.setRegionStatePeristenceEnabled(false);

Here is some logs attached. I've tried to capture as much logs before the first appearance of this error as possible. But in fact it takes about 10 seconds after starting of monitoring in foreground mode.

log_cat.txt

I think that the first issue can be caused because of that too. Earlier I was needed only background scanning so I've never tried foreground mode before but, as I can see, the only difference is the scan period time and the time between scanning periods.

UPD

Here is another log of the manager initialization that shows binding, regions registration etc. Hope it will be useful - maybe the initialization flow is wrong on my side.

log_cat_initialization_part.txt

@davidgyoung
Copy link
Member

In this case, you appear to have uncovered a bug in the library for foreground scan settings with a non-zero between scan period.

Two problems:

  1. As can be seen by the first code block below, the library is supposed to switch to low power scanning when the main cycle is not active. But because it also checks against the mBackgroundFlag, it ends up simply restarting the full scan in this case. Unfortunately, it appears that setting a betweenScanPeriod > 0 is currently broken in recent library versions. A possible solution is to remove the mBackgroundFlag from the if statement.

  2. The logic in the library that attempts to avoid the "is scanning too frequently" error from Android 7, will not work when the betweenScanPeriod > 0 and betweenScanPeriod+scanPeriod < 6 seconds. The logic will need to be augmented to avoid this error (perhaps by simply not scanning at all in the betweenScanPeriod if the length of this period < 6 seconds)

The practical effects of problem 2 above in your case are relatively minor. Other than seeing the error message about "scanning too frequently", the only result will be that you won't get any detections in your between scan period, something that my proposed fix to avoid the error message would ensure anyway.

Bottom line: While this causes noise in your log, I don't believe it is causing you any significant problems. You can avoid the error message by changing your cycle to be at least 6 seconds long if you have a nonzero between scan period, perhaps:

beaconManager.setForegroundScanPeriod(1000L);
beaconManager.setForegroundBetweenScanPeriod(5000L);

For the record, here is the problematic library code mentioned above:

    if (mBackgroundFlag && !mMainScanCycleActive) {
        LogManager.d(TAG, "starting filtered scan in SCAN_MODE_LOW_POWER");
        settings = (new ScanSettings.Builder().setScanMode(ScanSettings.SCAN_MODE_LOW_POWER)).build();
        filters = new ScanFilterUtils().createScanFiltersForBeaconParsers(
                mBeaconManager.getBeaconParsers());
    } else {
        LogManager.d(TAG, "starting non-filtered scan in SCAN_MODE_LOW_LATENCY");
        settings = (new ScanSettings.Builder().setScanMode(ScanSettings.SCAN_MODE_LOW_LATENCY)).build();
    }

@zukopvd
Copy link
Author

zukopvd commented Aug 9, 2017

It's strange but I was able to avoid the foreground issue only using LOW_POWER or BALANCED scan mode with following settings:

beaconManager.setForegroundScanPeriod(5000L);
beaconManager.setForegroundBetweenScanPeriod(15000L);

I've noticed, that you are calling the scanLeDevice method right after finishing a scan cycle, so BLE scan executes twice during the scan period. Could it cause any unexpected problems?

@davidgyoung
Copy link
Member

The second scan is intended to start a low power scan between scan cycles. This is intended, but it does cause the problem described in my last comment.

@zukopvd
Copy link
Author

zukopvd commented Aug 10, 2017

Is there simple way to try not to scan in betweenScanPeriod just to check if it solve the initial issue?

@davidgyoung
Copy link
Member

@zukopvd
Copy link
Author

zukopvd commented Aug 10, 2017

Not sure, but looks like works in similar way - at least both issues remains. Configuration:

beaconManager.setForegroundScanPeriod(1000L);
beaconManager.setForegroundBetweenScanPeriod(5000L);

beaconManager.setBackgroundScanPeriod(2000L);
beaconManager.setBackgroundBetweenScanPeriod(35000L);

foreground_log.txt

background_log.txt

@davidgyoung
Copy link
Member

@zukopvd, I have made a second change to that test release and verified that this time the scans remain off on the between scan cycle if the betweenScanPeriod < 6000 millis. When you test, make sure you re-download the aar file and change your gradle file to have the updated hash version here:

android-beacon-library:2.12-3-g4bf2d9f@aar

@zukopvd
Copy link
Author

zukopvd commented Aug 11, 2017

Looks better now. Here are the logs for the same configurations. With these configuration the foreground issue appears more rarely and I can avoid it in general just by changing values to 2000 and 6000.

Regarding the background issue: sometimes it takes more than 1 cycle to get the error but increasing of betweenScanPeriod doesn't make any improvements.

What about using the SCAN_MODE_BALANCED during background scanning periods? I've noticed that it much less intensive.

foregroung_log2.txt

background_log2.txt

@davidgyoung
Copy link
Member

Glad to hear that makes a difference, @zukopvd.

My understanding of SCAN_MODE_BALANCED is that it simply cycles scanning on and off at a more rapid rate at the OS-level. And I doubt it would make a difference in blocking scans in the background as I have no reason to think the mode affects this blocking algorithm, but you ware welcome to try.

Since I don't have a this device to test with (is this the Huawei or Samsung device?), I would certainly appreciate it if you could experiment with some different settings to see if you can find a combination to solve the background problem.

If we could somehow figure out how to detect devices that behave this way, one option might be to never start more than one new scan in the background, and instead simply start a SCAN_MODE_LOW_POWER scan once when you first go to the background that lasts forever. But I have no idea how to detect such a device. Perhaps it is all Huawei devices with 6.0+?

In general, all of the code you probably want to change would be in CycledLeScannerForLollipop.java

Here are instructions for generating your own build.

You can bring down a copy of the library repo with:

git@github.com:AltBeacon/android-beacon-library.git

Then you can do a build by going into the android-beacon-library directory and running:

$ ./gradlew release -Prelease -x text

Then you can access the generated aar file for testing with your app at:

$ ls build/outputs/aar/*

@zukopvd
Copy link
Author

zukopvd commented Aug 13, 2017

@davidgyoung thanks a lot for your help! Hope I'll find the solution. Could you please share the source code for the latest test release (g4bf2d9f)? I think it should be a better start point for experiments.

By the way, all the logs I posted here are from Huawei - haven't an access to that Samsung for now.

@davidgyoung
Copy link
Member

Source code for the test release is here #558

@zukopvd
Copy link
Author

zukopvd commented Aug 24, 2017

@davidgyoung Hello. Just to update the progress. After different experiments I still have this issue. Even if I set the scanning to the LOW_POWER mode and never touch the scanner and BT adapter the error appears after 2-3 minutes of scanning. And I can't predict or catch this error anyhow.

It is hardly possible, but maybe Huawei EMUI developers support will reveal their background scanning rules.

Have you thought more about it lately? Any new suggestions?

@davidgyoung
Copy link
Member

So you are saying that you get the error message not just when you start scanning, but when scanning is turned on and left on for a period of time?

@zukopvd
Copy link
Author

zukopvd commented Aug 24, 2017

Yes, exactly. This is the most interesting thing I've discovered recently.

@davidgyoung
Copy link
Member

You might be able to reverse-engineer the algorithm by running a number of tests in a custom app doing a low latency BLE scan that starts as soon as the screen goes off by listening for Intent.ACTION_SCREEN_OFF. You can then log something to LogCat when scanning starts and watch the log for how long it takes for E/BtGatt.GattService: App 'package_name' is scanning too frequently on screen off to appear.

I'd run this perhaps 5 times per scanning configuration to see if there is consistency. The goal woudl be a table that looks something like this:

EXAMPLE DATA ONLY. THESE ARE NOT REAL MEASUREMENTS:

Test run #    Scan Periods   Seconds before error seen
----------   -------------   ------------------
1             3000000/0        40 
2             3000000/0        42 
3             3000000/0        50 
4             3000000/0        30 
5             3000000/0        10 

6             1100/0           50
7             1100/0           50
8             1100/0           30
9             1100/0           32
10            1100/0           50

...             

@amodo-dev
Copy link

Any progress on this issue? Has anyone tested this with the code from the pull request 450?

@davidgyoung
Copy link
Member

To my knowledge nobody with a Huawei device has done tests described above to help reverse engineering the algorithm. (Help would be appreciated!)

Scanning only when screen is on is an interesting workaround, but may not work on Android 8+ which limits broadcast intents for this event for apps not running.

@davidgyoung
Copy link
Member

I have duplicated this issue on another Huawei P9 Lite VNS-L21 with Android 7.0 and build number VNS-L21C432B380.

10-26 18:10:36.220 13378 13378 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:10:36.220 15419 15447 D BluetoothAdapter: STATE_ON
10-26 18:10:36.220 13378 13378 D CycledLeScanner: Waiting to stop scan cycle for another 10000 milliseconds
10-26 18:10:36.227 13378 13466 D BluetoothAdapter: STATE_ON
10-26 18:10:36.227  1618  2116 I bt_att  : GATT_Deregister gatt_if=7
10-26 18:10:36.227  1618  2116 I bt_att  : GATT_Listen gatt_if=7
10-26 18:10:36.227  1618  2116 I bt_btm  : BTM_BleUpdateAdvFilterPolicy
10-26 18:10:36.227  1618  2116 I bt_btm  : BTM_ReadConnectability
10-26 18:10:36.227  1618  2116 I bt_btm  : btm_ble_set_connectability mode=0x0 combined_mode=0x1
10-26 18:10:36.228  1866  1975 I BluetoothState: inactive bluetooth uid: 10126, pid:15419, reason:BLE_SCAN
10-26 18:10:36.229  1866  1975 I BluetoothState: inactive bluetooth uid: 10126, pid:15419, reason:BLE_CONNECT
10-26 18:10:36.229  1866  1975 I BluetoothState: inactive bluetooth uid: 10126, pid:15419, reason:BLE_CONNECT
10-26 18:10:36.229  1866  1975 D BluetoothState: not find active bluetooth for inactive event uid: 10126, pid:15419, reason:BLE_CONNECT
10-26 18:10:36.230 13378 13378 D CycledLeScanner: Set a wakeup alarm to go off in 300000 ms: PendingIntent{81b0a2f: android.os.BinderProxy@ff7d83c}
10-26 18:10:36.230 13378 13378 D CycledLeScanner: Scan started
10-26 18:10:36.237  1866  1975 I BluetoothState: new active bluetooth uid: 10074, pid:13378, reason:BLE_CONNECT
10-26 18:10:36.237  1306  1517 W AlarmManager: mIsScreenOn is: false, WAKEUP alarm talarm.operation == null,package name is: android listenerTag is: *job.delay* creator uid is: 1000
10-26 18:10:36.238  1618  2078 I SendBroadcastPermission: action:android.bluetooth.GET_BLE_APP_NAME, mPermissionType:0
10-26 18:10:36.239  1306  1306 V AlarmManager: Received TIME_TICK alarm; rescheduling
10-26 18:10:36.240  1306  2756 W ActivityManager: Sending non-protected broadcast android.bluetooth.GET_BLE_APP_NAME from system 1618:com.android.bluetooth/1002 pkg com.android.bluetooth
10-26 18:10:36.249  1618  2078 D BtBLEAppInfoCollector: reportBLEAppInfo enter for ble app:DEAULT_STR
10-26 18:10:36.256  1618  1618 E Bth     : BigDataReceiver:intent or context is null.
10-26 18:10:36.262  1618  2078 I BtGatt.JNI: gattClientRegisterAppNative(L997): gattClientRegisterAppNative, register_client begin
10-26 18:10:36.262  1618  2078 I BtGatt.JNI: gattClientRegisterAppNative(L1003): gattClientRegisterAppNative, register_client
10-26 18:10:36.262  1618  2078 I BtGatt.JNI: gattClientRegisterAppNative(L1005): gattClientRegisterAppNative, register_client finish
10-26 18:10:36.262  1618  2116 I bt_att  : GATT_Register
10-26 18:10:36.262  1618  2116 D bt_att  : UUID=[0x6594c906601843a386ff45c42f5fc6cf]
10-26 18:10:36.262  1618  2116 I bt_att  : GATT_Register: allocated gatt_if=5
10-26 18:10:36.262  1618  2116 I bt_att  : GATT_StartIf gatt_if=5
10-26 18:10:36.262  1618  2116 D bt_att  : gatt_find_the_connected_bda start_idx=0
10-26 18:10:36.262  1618  2116 D bt_att  : gatt_find_the_connected_bda found=0 found_idx=7
10-26 18:10:36.262  1618  1751 W bt_btif : HAL bt_gatt_callbacks->client->register_client_cb
10-26 18:10:36.265  1866  1975 I BluetoothState: new active bluetooth uid: 10074, pid:13378, reason:BLE_CONNECT
10-26 18:10:36.270 13378 13518 D BluetoothLeScanner: onClientRegistered() - status=0 clientIf=5 mClientIf=0
10-26 18:10:36.277  2614  3885 I Places  : Converted 0 out of 7 WiFi scans
10-26 18:10:36.279  1618  2269 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off

@davidgyoung
Copy link
Member

davidgyoung commented Oct 26, 2017

Below are logs running tests with the reference app with no beacons transmitting in the vicinity.

Logs are filtered with: $ adb logcat | grep -e "CycledLeScannerForLollipop: starting" -e "is scanning too frequently on screen off" -e "BackgroundPowerSaver".

When you see the log line, BackgroundPowerSaver: setting background mode that indicates I have turned the screen off on the Huawei device.

Test run with backgroundBetweenScanPeriod set to 10000 ms:

10-26 19:01:39.381 25569 25569 D BackgroundPowerSaver: activity paused: org.altbeacon.beaconreference.MonitoringActivity@e6c633e active activities: 0
10-26 19:01:39.381 25569 25569 D BackgroundPowerSaver: setting background mode
10-26 19:01:39.576 25569 25569 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 19:01:46.230 25569 25569 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 19:01:56.275 25569 25569 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 19:02:06.221 25569 25569 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 19:02:16.250 25569 25569 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 19:02:26.230 25569 25569 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 19:02:36.277 25569 25569 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 19:02:36.312  1618  1635 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 19:02:46.229 25569 25569 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 19:02:46.269  1618  1634 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off

Test run with backgroundBetweenScanPeriod set to 30000 ms:

10-26 18:47:02.158 22709 22709 D BackgroundPowerSaver: setting background mode
10-26 18:47:03.035 22709 22709 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:47:06.244 22709 22709 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:47:16.276 22709 22709 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:47:46.226 22709 22709 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:47:56.272 22709 22709 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:48:26.234 22709 22709 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:48:36.277 22709 22709 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:48:36.311  1618  2078 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:49:06.236 22709 22709 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:49:06.280  1618  1634 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:49:16.274 22709 22709 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:49:16.326  1618  2269 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:49:46.223 22709 22709 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:49:46.252  1618 18098 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:49:56.245 22709 22709 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:49:56.275  1618  1634 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:50:26.232 22709 22709 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:50:26.266  1618  2269 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off

Test run with backgroundBetweenScanPeriod set to 60000 ms:

10-26 18:54:24.953 24434 24434 D BackgroundPowerSaver: activity paused: org.altbeacon.beaconreference.MonitoringActivity@e6c633e active activities: 0
10-26 18:54:24.953 24434 24434 D BackgroundPowerSaver: setting background mode
10-26 18:54:25.761 24434 24434 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:54:56.229 24434 24434 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:55:06.279 24434 24434 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:56:06.232 24434 24434 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:56:16.275 24434 24434 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:57:16.231 24434 24434 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:57:16.273  1618 18098 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:57:26.275 24434 24434 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:57:26.324  1618  1634 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:58:26.235 24434 24434 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 18:58:26.269  1618  2269 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 18:58:36.288 24434 24434 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 18:58:36.328  1618 18098 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off

Test run with backgroundBetweenScanPeriod set to 300000 ms (library default):

10-26 19:04:35.155 26209 26209 D BackgroundPowerSaver: activity paused: org.altbeacon.beaconreference.MonitoringActivity@e6c633e active activities: 0
10-26 19:04:35.155 26209 26209 D BackgroundPowerSaver: setting background mode
10-26 19:04:35.361 26209 26209 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 19:07:26.234 26209 26209 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
10-26 19:07:26.268  1618  1635 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
10-26 19:07:36.280 26209 26209 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
10-26 19:07:36.303  1618  1634 E Bth     : G.GattService:App 'com.commmutyble.commutyble' is scanning too frequently on screen off
10-26 19:07:36.316  1618 18098 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off

@davidgyoung
Copy link
Member

Based on the tests in the previous comment, I can conclude the following about the Huawei BLE scan limiting algorithm:

  • Attempts to start a BLE scan are blocked if the screen has been off more than ~150 seconds.
  • In shorter periods of time after the screen is off, no more than 6 BLE scans may be started.
  • Scans are blocked with the screen off regardless of whether they are in LOW_LATENCY or LOW_POWER mode

Based on subsequent tests, I also believe that the block on an app doing BLE scans can be cleared and counters/timers reset by turning the screen on. The phone does not have to be unlocked and the app doing the scanning does not have to be in the foreground.

@davidgyoung
Copy link
Member

@Fintasys, please see this issue: #526

If you are testing on Android 7, you may be having scans blocked by a different standard Android behavior. That one is not Huawei-specific.

@Fintasys
Copy link

Fintasys commented Nov 8, 2017

@davidgyoung wow thank you, didn't came across that yet. I will definitely repeat my tests with restart scanning!

@Fintasys
Copy link

Fintasys commented Nov 8, 2017

So I tested it again with balanced mode and restart scanning every 15 minutes. The result is really great!
screen shot 2017-11-08 at 19 05 04

So that means for example restart every 30 seconds is too often for Huawei and permanent scanning will be blocked by Android 7 after around 30 minutes.

Could you figure out what the minimum restarting time is about at Huawei?

By the way, actually I also tested Samsung Galaxy & Sony Devices before and I couldn't find the behaviour of Android 7 which you describe in #526

@davidgyoung
Copy link
Member

Wow. I am surprised to see these results. In my Huawei tests, I always saw scanning blocked in the background when restarting at rates of 10 sec/30 sec /60 sec/ 5 min. I will repeat will 15 min to see if I can reproduce.

One difference in my tests with the library is that it actually switches back and forth between LOW_LATENCY and LOW_POWER scans on the cycle above as it goes from scan period to between scan period. (So the number of scans started is effectively doubled). I will also test if a scanPeriod/betweenScanPeriod 15 min/15min can reproduce your results.

On the Samsung Galaxy & Sony Devices you tested, are you sure they has Android 7+ and not Android 6.x?

@davidgyoung
Copy link
Member

davidgyoung commented Nov 8, 2017

Unfortunately, I cannot reproduce the results of @Fintasys posted yesterday where background scans restarted every 15 minutes ran successfully.

If I use the reference app with the following mods:

        beaconManager.setBackgroundBetweenScanPeriod(30*60*1000l);
        beaconManager.setBackgroundScanPeriod(10*1000l);

Then run it on the phone, and quickly turn off the screen I see from the logs that the first scan started immediately after going into the background starts successfully, but the next one 30 minutes later (at 17:55:43) is blocked.

@Fintasys, are you sure your testing is even reproducing the "scanning too frequently on screen off" problem if you try to start scans more often in the background?

$ adb logcat | grep -e "CycledLeScannerForLollipop: starting" -e "is scanning too frequently on screen off" -e "BackgroundPowerSaver"

11-08 17:25:37.587 21822 21822 D BackgroundPowerSaver: activity paused: org.altbeacon.beaconreference.MonitoringActivity@7a4b875 active activities: 0
11-08 17:25:37.587 21822 21822 D BackgroundPowerSaver: setting background mode
11-08 17:25:38.394 21822 21822 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
11-08 17:25:38.885 21822 21822 D BackgroundPowerSaver: activity resumed: org.altbeacon.beaconreference.MonitoringActivity@7a4b875 active activities: 1
11-08 17:25:39.408 21822 21822 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
11-08 17:25:43.071 21822 21822 D BackgroundPowerSaver: activity paused: org.altbeacon.beaconreference.MonitoringActivity@7a4b875 active activities: 0
11-08 17:25:43.071 21822 21822 D BackgroundPowerSaver: setting background mode
11-08 17:25:43.857 21822 21822 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
11-08 17:55:43.886 21822 21822 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
11-08 17:55:43.935 11438 11503 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off
11-08 17:55:53.953 21822 21822 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER
11-08 17:55:53.982 11438 11449 E Bth     : G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off

Letting this test run a bit longer, I see the next two scans were allowed to start:

11-08 18:25:53.977 21822 21822 D CycledLeScannerForLollipop: starting non-filtered scan in SCAN_MODE_LOW_LATENCY
11-08 18:26:04.028 21822 21822 D CycledLeScannerForLollipop: starting filtered scan in SCAN_MODE_LOW_POWER

I waited 30 minutes more but the app was not running. The Huawei ActivityManager had killed it. Nice. This is a separate issue, so I won't focus on it too much here, but it appears a custom mod is killing an app running in the background for some reason. In this case, this happened after about 80 minutes in the background.

$ adb logcat | grep 21822
11-08 18:34:40.885  1297  4623 I ActivityManager: Killing 21822:org.altbeacon.beaconreference/u0a129 (adj 0): stop org.altbeacon.beaconreferencefrom pid 31708by app
11-08 18:34:40.887  1297  4623 D ActivityManager: cleanUpApplicationRecord -- 21822

@Fintasys
Copy link

Fintasys commented Nov 9, 2017

@davidgyoung seems we have a different testing environment. Actually I'm not using the beacon library for testing, just a a plain background service which I make foreground to not to be killed by any cleaning app or OS. Also I don't have my phone somehow plugged in to any cable. I just scanning for beacons and when my beacon is found I write an entry into a log file on the sdcard.
I didn't check the logcat entries during these tests.

Regarding Samsung and Sony tests on Android 7, I'm sorry I mistaked. I tested it with restarting every 30 seconds, so I couldn't notice it to be blocked after 30 minutes.

@davidgyoung
Copy link
Member

That is quite different. I wonder if the foreground service makes it immune from this Huawei screen off optimization. You can look at LogCat over WiFi so you can run your tests without a cable connected. Could you try this with a more rapid scan cycle and see if you ever get the "is scanning too frequently on screen off" message? If you can't see it, then we are comparing apples and oranges here.

http://stuffandtech.blogspot.co.at/2012/03/android-quick-tip-adb-over-wifi.html

@Fintasys
Copy link

Fintasys commented Nov 9, 2017

Of course I got the message with "scanning too frequently on screen off" that was the reason why I started to investigate about Huawei devices and was looking for help on Stackoverflow. My regular interval was 30 seconds back then.
I'm currently repeating the the test with 5 seconds and 3 seconds beacon. I will let you know once I've got the results.

Thank you for the hint with remote debugging, didn't know it's build in meanwhile!

@Fintasys
Copy link

Fintasys commented Nov 24, 2017

So, sorry for late answer.
I did a lot of testing too make sure my results are correct.

  • 15 min restarting works perfectly. My App started to work completely fine with Huawei!
  • 10 min I sometimes get the message "...scanning too frequently" but not always.
    If I get the message it stopped scanning for 10 minutes until I started to scan again. Then it sometimes scanned without showing the message for 30 minutes.
  • I think foreground service makes a difference in case of if the app get killed or not from some Huawei software.

I will stop investigating more about the "too frequently" message since it's working for me now.

@imtoori
Copy link

imtoori commented Feb 22, 2018

Hello, I'm in the same situation, but I'm using a foreground service. I need low latency, so I'm using this configuration:

beaconManager.setForegroundBetweenScanPeriod(25 * 1000L);
beaconManager.setForegroundScanPeriod(5 * 1000L);

I get always the 'scanning too frequently' message.
No solution?

@davidgyoung
Copy link
Member

I suspect the best workaround is to simply not restart scanning. Either set the betweeenScanPeriod to max long, or the scanPeriod to max long. This will leave scanning on constantly (either in low power mode for the between scan period) or high power mode for the scan period. It is switching back and forth that causes trouble on Huawei.

You will still get at least one callback on first beacon detection in the between scan period, so this could work.

@imtoori
Copy link

imtoori commented Feb 27, 2018

@davidgyoung It's not working.. Always the same message

@davidgyoung
Copy link
Member

@Salvatore-Giordano, could you link to a logcat excerpt that shows your test results?

@davidgyoung
Copy link
Member

If you have a use case that allows a foreground service, I have verified that #663 will resolve this issue on the Huawei P9 Lite.

@lollipierre
Copy link

Hi @davidgyoung - would you be able to share the sample code that you used to verify that #663 solves the issue on the Huawei P9 Lite? Running into similar issues for another device, and it would be better to test with the same ref app.

Many thanks in advance,

@carbonaro
Copy link

Hello David,

Itried #663 on a Huawei Honor 5C but it does not seem to work unfortunately. For the purpose of testing it, I used the support-foreground-service branch of the library in the reference app, but with the screen off, no detection occurs. Any thoughts on what to look for in the logs ?

@davidgyoung
Copy link
Member

@carbonaro, please try this branch here: AltBeacon/android-beacon-library-reference#46

@carbonaro
Copy link

Thanks @davidgyoung ! Tested it and it works for about ~ 40 s, which is approximately the time it takes for the "G.GattService:App 'org.altbeacon.beaconreference' is scanning too frequently on screen off" error to fire up. After that, detection only works again when the screen is turned on.

Then I have increased the backgroundScanPeriod to something much bigger than 1100 ms - 1 hour for instance - and detection with screen off still works after a couple of minutes. Your assumption regarding not restart scanning might work with the foreground service. Still more testing to do and I fear this will not fit my use case, as I need this to work without draining the battery.

@davidgyoung
Copy link
Member

@carbonaro, yes, there are two problems with background scanning on Huawei devices, and the foreground service only fixes the first of them:

  1. Huawei kills background services that run for ~80 minutes unless they are a foreground service.

  2. Huawei limits starting bluetooth scans with the screen off.

If you change the betweenScanPeriod to 30 minutes and have a beacon transmitting in the vicinity, I have confirmed Huawei lets you do a scan in the background every 30 minutes with a foreground service as @Fintasys reported above.

One major caveat here: if no beacon is visible, the library will try to start an immediate lower power scan as soon as the app goes to the background. This gets blocked with the same error "scanning too frequently" message, and then so do all subsequent scans. So it seems these low power scans would have to be disabled somehow for this combination of a foreground service and rare background scans to work on Huawei.

@lollipierre
Copy link

@davidgyoung I'm looking at this issue as well on a Huawei.

With your solution, and assuming 2. can be resolved in some way, does this mean that in a worst case scenario it could take up to 30 minutes to detect a beacon on a Huawei device?

@davidgyoung
Copy link
Member

Exactly. Not ideal I know.

@Fintasys
Copy link

We decided to use 15 minutes and works well so far.
So changes in scanning modes should be done in this interval.
Btw. App 'package_name' is scanning too frequently also exists on screen on, but it's much less sensitive. I just came across is while debugging.

@davidgyoung davidgyoung changed the title Huawei GattService Error: App 'package_name' is scanning too frequently on screen off Huawei Blocks Scans When Screen is Off Aug 2, 2018
@TracyEminem
Copy link

I think huawei may not blocks scans when the screen is off,as you say this library uses scanfilters to match the BLE advertisement pattern ,i have tried to use scanfilters to scan ,and i keep receiving result for a few hours when screen is off and the phone is not charging.

@isaacurbina
Copy link

In my experience, I still get bluetooth scan results up to 1 minute after screen goes off, however, once that time is up, I always get empty list of results for scan. The only workaround I found so far is to send a notification every N minutes to turn the screen on and keep getting results for another minute only for Huawei devices. This would reduce battery life but it's the only think that's worked so far.

@mreda7
Copy link

mreda7 commented Jun 1, 2022

We have also this problems and the only solution was like @isaacurbina have said is to send a notification every N minutes to turn the screen on.

Do you know if this problem happens on other Android phone manufacturers other than Huawei ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants