lingochamp / okdownload

A Reliable, Flexible, Fast and Powerful download engine.
Apache License 2.0
5.18k stars 772 forks source link

适配安卓十有问题 #314

Closed baisaikele closed 5 years ago

baisaikele commented 5 years ago

checkVersionProgress = ((ProgressBar) findViewById(R.id.check_version_progress)); checkVersionProgress.setMax(100);

    DownloadTask task =new DownloadTask.Builder(ApkUrl, apkFile.getParentFile())
            .setFilename( apkFile.getName())
            // 下载进度回调的间隔时间(毫秒)
            .setMinIntervalMillisCallbackProcess(30)
            // 任务过去已完成是否要重新下载
            .setPassIfAlreadyCompleted(false)
            .build();

//异步执行任务 task.enqueue(new DownloadListener4WithSpeed() { private String readableTotalLength; private long totalLength; @Override public void taskStart(@NonNull DownloadTask task) {

        }

        @Override
        public void connectStart(@NonNull DownloadTask task, int blockIndex, @NonNull Map<String, List<String>> requestHeaderFields) {

        }

        @Override
        public void connectEnd(@NonNull DownloadTask task, int blockIndex, int responseCode, @NonNull Map<String, List<String>> responseHeaderFields) {

        }

        @Override
        public void infoReady(@NonNull DownloadTask task, @NonNull BreakpointInfo info, boolean fromBreakpoint, @NonNull Listener4SpeedAssistExtend.Listener4SpeedModel model) {
            totalLength=  info.getTotalLength();
            readableTotalLength = Util.humanReadableBytes(totalLength, true);
        }

        @Override
        public void progressBlock(@NonNull DownloadTask task, int blockIndex, long currentBlockOffset, @NonNull SpeedCalculator blockSpeed) {

        }

        @Override
        public void progress(@NonNull DownloadTask task, long currentOffset, @NonNull SpeedCalculator taskSpeed) {

            if (checkVersionProgress != null) {
                int progress = (int) ((currentOffset * 1f) / totalLength * 100);
                Log.e(TAG, "progress: "+progress );
                checkVersionProgress.setProgress(progress);

            }

        }

        @Override
        public void blockEnd(@NonNull DownloadTask task, int blockIndex, BlockInfo info, @NonNull SpeedCalculator blockSpeed) {

        }

        @Override
        public void taskEnd(@NonNull DownloadTask task, @NonNull EndCause cause, @Nullable Exception realCause, @NonNull SpeedCalculator taskSpeed) {
            if (cause == EndCause.COMPLETED) {
                install(UpdataActivity.this, apkFile.getAbsolutePath());
            }

        }
    });

在安卓十中下载taskEnd方法没有回调。

rantianhua commented 5 years ago

请提供你所使用的版本和完整的下载日志,然后重新提一个信息完整的 Issue ,谢谢。

Movement123 commented 4 years ago

我也遇到这种情况了

i91h1r commented 4 years ago

请问解决了么? 我也是不回调taskend,而且手动删除文件,也不会重新下载 要怎么处理额

OpenfaceSY commented 4 years ago

同问,遇到了相同的问题。一下是日志: 07-22 10:56:15.754 2627 9543 D BsuiWindowController: BsuiLog: SendMessage 1 LISTEN_FOCUS_CHANGED: 0 / {(0,0)(fillxfill) sim={state=hidden adjust=resize forwardNavigation} blurRatio=1.0 blurMode=0 ty=BASE_APPLICATION wanim=0x7f110177 sysuil=true 07-22 10:56:15.754 2627 9543 D BsuiWindowController: fl=LAYOUT_IN_SCREEN FULLSCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS 07-22 10:56:15.754 2627 9543 D BsuiWindowController: pfl=FORCE_DRAW_STATUS_BAR_BACKGROUND 07-22 10:56:15.754 2627 9543 D BsuiWindowController: vsysui=LOW_PROFILE HIDE_NAVIGATION FULLSCREEN LAYOUT_STABLE LAYOUT_HIDE_NAVIGATION LAYOUT_FULLSCREEN IMMERSIVE IMMERSIVE_STICKY} observer size: 1 07-22 10:56:15.754 2627 9543 D WindowManager: Input focus has changed to Window{7a4aaca u0 com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity} 07-22 10:56:15.755 3842 3863 I PressureManager: onFocusChanged title:com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity 07-22 10:56:15.798 3842 3842 D EventBus: [3842, u0] send(AppTransitionFinishedEvent) 07-22 10:56:15.798 3842 3842 D EventBus: [3842, u0] -> ForcedResizableInfoActivityController [0xbb366fe, P1] onBusEvent(AppTransitionFinishedEvent) 07-22 10:56:15.799 3842 3842 D EventBus: [3842, u0] onBusEvent(AppTransitionFinishedEvent) duration: 10 microseconds, avg: 310 07-22 10:56:15.813 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36636, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:15.814 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36637 07-22 10:56:15.823 15622 15622 W Looper : Slow Looper main: doFrame is 333ms late because of 4 msg, msg 1 took 339ms (seq=713 late=4ms h=android.app.ActivityThread$H w=159) 07-22 10:56:15.826 15622 15622 V BugManager_JNI: bug message start: fd=74,tag =0X01004801 07-22 10:56:15.826 15622 15622 V BugManager_JNI: bug message copy: fd=74,msgid =49233,len=91,msg={"activity":"com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity","frames":8} 07-22 10:56:15.826 15622 15622 V BugManager_JNI: bug message stop: fd =74,msgid =49233 07-22 10:56:15.836 2627 2734 I ActivityTaskManager: Displayed com.nondev.emu/.room.ui.activity.GameMarketActivity: +557ms 07-22 10:56:15.845 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36637, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:15.897 2627 2727 I Timeline: Timeline: Activity_windows_visible id: ActivityRecord{408bb5e u0 com.nondev.emu/.room.ui.activity.GameMarketActivity t477} time:345607655 07-22 10:56:15.898 2627 2727 I Timeline: Timeline: App_transition_stopped time:345607656 07-22 10:56:15.902 3842 3842 D EventBus: [3842, u0] send(AppTransitionFinishedEvent) 07-22 10:56:15.903 3842 3842 D EventBus: [3842, u0] -> ForcedResizableInfoActivityController [0xbb366fe, P1] onBusEvent(AppTransitionFinishedEvent) 07-22 10:56:15.903 3842 3842 D EventBus: [3842, u0] onBusEvent(AppTransitionFinishedEvent) duration: 25 microseconds, avg: 310 07-22 10:56:15.905 2627 2721 I SplashScreenServiceDelegate: None for com.nondev.emu 07-22 10:56:15.906 2627 2721 D ActivityTrigger: ActivityTrigger activityStopTrigger 07-22 10:56:15.937 2627 3679 I MiuiNetworkPolicy: bandwidth: 7 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:16.271 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36637, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:07.261 0 0 I : [NextInput] ni_force_autok_cancel tag 07-22 10:56:07.262 0 0 I : [NextInput] ni_force_autok_disable tag 07-22 10:56:16.273 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36638 07-22 10:56:16.273 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36638, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:16.285 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:16.285 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:16.285 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:16.285 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:16.285 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:16.285 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:16.285 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:16.313 837 837 E ANDR-PERF-MPCTL: Hint: hint_id=0x1080, hint_type=4 07-22 10:56:16.313 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=2627, client_tid=2724, inupt handle=0, duration=80 ms, num_args=12, list=0x43000000 0x19 0x40800000 0x5DC 0x40800100 0x5DC 0x40800200 0x5DC 0x40C00000 0x2 0x43400000 0x1F40 07-22 10:56:16.314 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36639 07-22 10:56:16.315 837 837 E ANDR-PERF-MPCTL: Hint: hint_id=0x1087, hint_type=1 07-22 10:56:16.315 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=2627, client_tid=2724, inupt handle=0, duration=0 ms, num_args=12, list=0x43000000 0x11 0x40800000 0x3E8 0x40800100 0x3E8 0x40800200 0x3E8 0x40C00000 0x2 0x43400000 0x1F40 07-22 10:56:16.315 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36640 07-22 10:56:16.381 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36638, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:16.381 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36641 07-22 10:56:16.383 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36641, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:07.453 0 0 I : [NextInput] ni_force_autok_enable 07-22 10:56:16.463 837 837 E ANDR-PERF-MPCTL: Hint: hint_id=0x1080, hint_type=1 07-22 10:56:16.463 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=2627, client_tid=2724, inupt handle=0, duration=795 ms, num_args=12, list=0x43000000 0x19 0x40800000 0x3E8 0x40800100 0x3E8 0x40800200 0x3E8 0x40C00000 0x2 0x43400000 0x1F40 07-22 10:56:16.463 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36642 07-22 10:56:16.466 837 837 E ANDR-PERF-MPCTL: Hint: hint_id=0x1080, hint_type=4 07-22 10:56:16.466 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=2627, client_tid=2724, inupt handle=0, duration=80 ms, num_args=12, list=0x43000000 0x19 0x40800000 0x5DC 0x40800100 0x5DC 0x40800200 0x5DC 0x40C00000 0x2 0x43400000 0x1F40 07-22 10:56:16.466 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36643 07-22 10:56:16.467 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36641, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:16.473 837 837 E ANDR-PERF-MPCTL: Hint: hint_id=0x1080, hint_type=1 07-22 10:56:16.474 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=1257, client_tid=1257, inupt handle=0, duration=387 ms, num_args=12, list=0x43000000 0x19 0x40800000 0x3E8 0x40800100 0x3E8 0x40800200 0x3E8 0x40C00000 0x2 0x43400000 0x1F40 07-22 10:56:16.475 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36644 07-22 10:56:16.596 962 4526 D BufferQueueProducerInjector: fps: 53.428 07-22 10:56:16.868 837 851 E ANDR-PERF-MPCTL: Request does not exist, pending handle=36644 07-22 10:56:16.942 15725 15725 I dex2oat : Explicit concurrent copying GC freed 37709(9502KB) AllocSpace objects, 0(0B) LOS objects, 75% free, 872KB/3490KB, paused 43us total 19.401ms 07-22 10:56:17.209 7853 24949 D Peripheral: PeripheralExternalManager: curEarPhoneInfo: {"batteryTemperature":250,"coolerTemperature":250,"deviceAddress":"","deviceBattery":100,"deviceName":"","deviceState":0,"deviceType":8,"deviceTypeSupplement":1,"extraData":"","extraDevice":0,"isCharging":false,"mode":0,"productId":0} , 1 07-22 10:56:17.211 24893 8107 D Peripheral: onPeripheralDeviceChanged 31 0 1368 07-22 10:56:17.286 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:17.286 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:17.286 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:17.286 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:17.286 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:17.286 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:17.286 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:17.573 15725 15725 I dex2oat : dex2oat took 3.098s (6.368s cpu) (threads: 6) arena alloc=3438KB (3520720B) java alloc=888KB (909880B) native alloc=15MB (16189320B) free=1262KB (1292408B) 07-22 10:56:17.625 1238 9996 V installd: DexInv: --- END '/data/app/com.nondev.emu-06KDtJWsB-4Hz5hmDv49ZA==/base.apk' (success) --- 07-22 10:56:17.626 2627 2751 D com.android.server.pm.PackageManagerServiceInjector: FirstUseActivity packageName = com.nondev.emu is compiled using filter speed-profile, success = true 07-22 10:56:17.626 2627 2751 I com.android.server.pm.PackageManagerServiceInjector: FirstUseActivity Pinning optimized code com.nondev.emu 07-22 10:56:17.627 2627 2751 W Looper : Slow Looper PackageManager: Long Msg: seq=3066 plan=10:56:14.329 late=43ms wall=3254ms running=0ms h=com.android.server.pm.PackageManagerService$PackageHandler c=com.android.server.pm.PackageManagerService$4 07-22 10:56:17.787 1203 1268 I ThermalEngine: Sensor:xo-therm:36044 mC 07-22 10:56:17.788 1203 1268 I ThermalEngine: Sensor:xo-therm:36047 mC 07-22 10:56:18.287 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:18.287 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:18.287 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:18.287 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:18.287 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:18.287 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:18.287 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:09.300 0 0 I : [NextInput] ni_force_autok_cancel tag 07-22 10:56:09.300 0 0 I : [NextInput] ni_force_autok_disable tag 07-22 10:56:18.313 837 851 E ANDR-PERF-MPCTL: Request does not exist, pending handle=36642 07-22 10:56:18.314 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36641, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:18.315 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36645 07-22 10:56:18.316 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36645, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:09.381 0 0 I : [NextInput] ni_force_autok_enable 07-22 10:56:18.394 15622 15622 D a : start:gameBean -> gamename:蝙蝠侠5 gameurl:https://share-1256119282.file.myqcloud.com/gameapp/MD-蝙蝠侠5.bin 07-22 10:56:18.400 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:18.400 15622 15622 D a : taskStart() -> gamename:蝙蝠侠5 07-22 10:56:18.400 15622 15622 D a : taskStart() -> isCompleted:false 07-22 10:56:18.403 15622 15622 D a : connectTrialStart() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:18.403 15622 15622 D a : connectTrialStart() -> isCompleted:false 07-22 10:56:18.527 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:18.527 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:18.527 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:18.527 709 15753 E ResolverController: No valid NAT64 prefix (123, /0) 07-22 10:56:18.536 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-60 TxLinkspeed=360 freq=5260 RxLinkSpeed=360 07-22 10:56:18.536 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-59 for "bskj-sh"-WPA_PSK 07-22 10:56:18.539 2627 3681 D WifiClientModeImpl: L2ConnectedState screen=on 350 0 "bskj-sh" 00:4e:35:21:8f:10 rssi=-60 f=5260 sc=60 link=360 tx=1.8, 0.0, 0.0 rx=1.5 bcn=66506 [on:469 tx:2 rx:6 period:3013] from screen [on:276278 period:3708090] score=60 07-22 10:56:18.540 2627 18413 I WifiService: getCurrentNetwork uid=1000 07-22 10:56:18.540 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:18.540 2627 3681 D WifiClientModeImpl: handleMessage: X 07-22 10:56:18.541 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:18.541 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -60 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:18.541 07-22 10:56:18.541 3457 3457 D AppBroadcastReceiver: AppSystemReceiver onReceive 07-22 10:56:18.541 3457 3457 D AppBroadcastReceiver: action:android.net.wifi.RSSI_CHANGED 07-22 10:56:18.541 3457 3457 D AppBroadcastReceiver: handle BroadcastReceiver action... 07-22 10:56:18.541 3457 3457 D AppBroadcastReceiver: AppSystemReceiver.onReceive, cost time:0 07-22 10:56:18.621 15622 15622 D a : connectTrialEnd() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:18.621 15622 15622 D a : connectTrialEnd() -> isCompleted:false 07-22 10:56:18.623 15622 15622 D a : downloadFromBeginning() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:18.623 15622 15622 D a : downloadFromBeginning() -> isCompleted:false 07-22 10:56:18.626 15622 15622 D a : connectStart() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:18.626 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:18.626 15622 15622 D a : connectStart() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:18.627 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:18.687 15622 15622 D a : connectEnd() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:18.689 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:18.689 15622 15622 D a : fetchStart() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:18.689 15622 15622 D a : fetchStart() -> contentLength:1572864 07-22 10:56:18.690 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:18.691 15622 15622 D a : fetchProgress() -> progress:0% 07-22 10:56:18.692 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:18.692 15622 15622 D a : fetchProgress() -> increaseBytes:4096 07-22 10:56:18.692 15622 15622 D a : fetchProgress() -> file.length:3145728 07-22 10:56:18.692 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:18.709 15622 15622 D updateGameMarket -> : GameName:蝙蝠侠5 07-22 10:56:18.709 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:18.864 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:18.941 2627 3679 I MiuiNetworkPolicy: bandwidth: 96 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:19.066 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:19.070 952 1008 I AudioPolicyService: onUidIdle uid:10071
07-22 10:56:19.070 2627 3679 I MiuiNetworkPolicy: updateUidState uid = 10071, uidState = 9 07-22 10:56:19.079 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36645, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:19.081 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36646 07-22 10:56:10.068 0 0 I : [NextInput] ni_force_autok_cancel tag 07-22 10:56:10.068 0 0 I : [NextInput] ni_force_autok_disable tag 07-22 10:56:19.081 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36646, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:19.126 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:10.151 0 0 I : [NextInput] ni_force_autok_enable 07-22 10:56:19.179 15622 15622 D updateGameMarket -> : GameName:餓狼傳説2 07-22 10:56:19.180 15622 15622 E md5 time start: 2020-07-22 10:56:19 07-22 10:56:19.181 15622 15692 E file len: size: 1024 07-22 10:56:19.195 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 258 lines 07-22 10:56:19.195 15622 15692 E file len: size: 1024 07-22 10:56:19.195 15622 15622 D TypefaceUtils: getProperWeight, fontNames = [miui], style = 0, idx = 4, weight = 400 07-22 10:56:19.195 15622 15692 E file len: size: 1024 07-22 10:56:19.201 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 144 lines 07-22 10:56:19.201 15622 15692 E file len: size: 1024 07-22 10:56:19.187 15622 15622 I com.nondev.emu: type=1400 audit(0.0:254404): avc: denied { ioctl } for path="/dev/heye_bms_clt" dev="tmpfs" ino=28452 ioctlcmd=0x4501 scontext=u:r:untrusted_app_27:s0:c8,c257,c512,c768 tcontext=u:object_r:hawkeye_device:s0 tclass=chr_file permissive=1 app=com.nondev.emu 07-22 10:56:19.201 15622 15692 E file len: size: 1024 07-22 10:56:19.201 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 20 lines 07-22 10:56:19.201 15622 15692 E file len: size: 1024 07-22 10:56:19.201 15622 15622 V BugManager_JNI: bug message start: fd=74,tag =0X01004801 07-22 10:56:19.201 15622 15692 E file len: size: 1024 07-22 10:56:19.202 15622 15622 V BugManager_JNI: bug message copy: fd=74,msgid =49234,len=91,msg={"activity":"com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity","frames":2} 07-22 10:56:19.202 15622 15622 V BugManager_JNI: bug message stop: fd =74,msgid =49234 07-22 10:56:19.205 15622 15692 E file len: size: 1024 07-22 10:56:19.209 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 69 lines 07-22 10:56:19.209 15622 15692 E file len: size: 1024 07-22 10:56:19.209 15622 15622 I Toast : Show toast from OpPackageName:com.nondev.emu, PackageName:com.nondev.emu 07-22 10:56:19.210 15622 15692 E file len: size: 1024 07-22 10:56:19.238 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 645 lines 07-22 10:56:19.238 15622 15692 E file len: size: 1024 07-22 10:56:19.238 15622 15622 D a : connectEnd() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:19.238 15622 15692 E file len: size: 1024 07-22 10:56:19.238 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 5 lines 07-22 10:56:19.238 15622 15692 E file len: size: 1024 07-22 10:56:19.238 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:19.238 15622 15692 E file len: size: 1024 07-22 10:56:19.238 15622 15622 D a : fetchStart() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:19.238 15622 15692 E file len: size: 1024 07-22 10:56:19.238 15622 15622 D a : fetchStart() -> contentLength:1572864 07-22 10:56:19.239 15622 15692 E file len: size: 1024 07-22 10:56:19.239 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 1 line 07-22 10:56:19.239 15622 15692 E file len: size: 1024 07-22 10:56:19.239 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:19.239 15622 15692 E file len: size: 1024 07-22 10:56:19.249 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 249 lines 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 29.0 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 33.0 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 32.0 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 27.0 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.249 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:19.249 15622 15692 E file len: size: 1024 07-22 10:56:19.250 15622 15692 E file len: size: 1024 07-22 10:56:19.250 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:19.250 15622 15692 E file len: size: 1024 07-22 10:56:19.250 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 1 line 07-22 10:56:19.250 15622 15692 E file len: size: 1024 07-22 10:56:19.250 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36646, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:19.250 15622 15692 E file len: size: 1024 07-22 10:56:19.250 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 12 lines 07-22 10:56:19.250 15622 15692 E file len: size: 1024 07-22 10:56:19.250 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36647 07-22 10:56:19.250 15622 15692 E file len: size: 1024 07-22 10:56:19.273 15622 15692 I chatty : uid=10264(com.nondev.emu) AsyncTask #2 identical 603 lines 07-22 10:56:19.273 15622 15692 E file len: size: 1024 07-22 10:56:19.274 15622 15622 E md5 time end: 2020-07-22 10:56:19 md5: e1552464b4b1032325c2ddae6857c705 07-22 10:56:19.274 15622 15622 D a : isBatch->truepath->/sdcard/Retroarch/games/MD-餓狼傳説2.smdmd5Code->e1552464b4b1032325c2ddae6857c705iconResource->2131624037 07-22 10:56:19.277 15622 15622 D TypefaceUtils: getProperWeight, fontNames = [miui], style = 0, idx = 4, weight = 400 07-22 10:56:19.287 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:19.287 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:19.287 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:19.287 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:19.287 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:19.287 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:19.287 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:19.676 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:19.732 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:19.814 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:19.815 709 20917 I netd : trafficSwapActiveStatsMap() <0.85ms> 07-22 10:56:19.818 709 20917 I netd : tetherGetStats() <1.22ms> 07-22 10:56:19.852 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:19.847 709 709 I Binder:709_A: type=1400 audit(0.0:254405): avc: denied { associate } for name="globalAlert" scontext=u:object_r:proc_net:s0 tcontext=u:object_r:proc:s0 tclass=filesystem permissive=1 07-22 10:56:19.855 6606 7110 I TrafficManageService: mina mTrafficStatsReceiver onReceive 07-22 10:56:19.855 709 20917 I netd : bandwidthSetGlobalAlert(2097152) <1.23ms> 07-22 10:56:10.851 0 0 I get_iris_status: 1366 iris INT_STATUS 0x30000 07-22 10:56:10.851 0 0 I get_iris_status: 1388 iris IRIS_RUN_STATUS 0x40 lcdstatus 0x9c lcdsi 0x0 07-22 10:56:19.880 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:11.130 0 0 I : [NextInput] ni_force_autok_cancel tag 07-22 10:56:11.130 0 0 I : [NextInput] ni_force_autok_disable tag 07-22 10:56:20.140 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36647, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:20.141 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36648 07-22 10:56:20.142 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36648, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:20.207 15622 15622 D a : start:gameBean -> gamename:超级马里奥 gameurl:https://share-1256119282.file.myqcloud.com/gameapp/超级马里奥.gba 07-22 10:56:20.209 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:20.210 15622 15622 D a : taskStart() -> gamename:超级马里奥 07-22 10:56:20.210 15622 15622 D a : taskStart() -> isCompleted:false 07-22 10:56:20.211 15622 15622 D a : connectTrialStart() -> filename:超级马里奥.gba 07-22 10:56:11.196 0 0 I : [NextInput] ni_force_autok_enable 07-22 10:56:20.211 15622 15622 D a : connectTrialStart() -> isCompleted:false 07-22 10:56:20.263 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:20.289 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:20.289 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:20.289 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:20.289 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:20.289 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:20.289 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:20.289 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:20.516 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:20.694 793 2414 I chatty : uid=1010 wifi@1.0-servic identical 1 line 07-22 10:56:20.835 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:20.871 15622 15622 D a : connectTrialEnd() -> filename:超级马里奥.gba 07-22 10:56:20.871 15622 15622 D a : connectTrialEnd() -> isCompleted:false 07-22 10:56:20.872 15622 15622 D a : downloadFromBeginning() -> filename:超级马里奥.gba 07-22 10:56:20.873 15622 15622 D a : downloadFromBeginning() -> isCompleted:false 07-22 10:56:20.875 15622 15622 D a : connectStart() -> filename:超级马里奥.gba 07-22 10:56:20.876 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:20.876 15622 15622 D a : connectStart() -> filename:超级马里奥.gba 07-22 10:56:20.876 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:21.116 15622 15622 D a : fetchProgress() -> progress:50% 07-22 10:56:21.117 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:21.117 15622 15622 D a : fetchProgress() -> increaseBytes:1572864 07-22 10:56:21.117 15622 15622 D a : fetchProgress() -> file.length:3145728 07-22 10:56:21.117 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:21.136 15622 15622 D updateGameMarket -> : GameName:蝙蝠侠5 07-22 10:56:21.137 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:21.138 15622 15622 D a : fetchEnd() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:21.138 15622 15622 D a : fetchEnd() -> contentLength:1572864 07-22 10:56:21.138 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:12.192 0 0 I : [NextInput] ni_force_autok_cancel tag 07-22 10:56:12.192 0 0 I : [NextInput] ni_force_autok_disable tag 07-22 10:56:21.204 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36648, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:21.204 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36649 07-22 10:56:21.205 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36649, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:21.211 2627 2627 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@568aea0 07-22 10:56:21.217 2627 9543 W NotificationService: Toast already killed. pkg=com.nondev.emu callback=android.app.ITransientNotification$Stub$Proxy@ffb9dda 07-22 10:56:21.215 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36649, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:21.224 15622 15622 I Toast : Show toast from OpPackageName:com.nondev.emu, PackageName:com.nondev.emu 07-22 10:56:21.264 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36649, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:21.286 15622 15622 D a : start:gameBean -> gamename:卡比之星 gameurl:https://share-1256119282.file.myqcloud.com/gameapp/卡比之星.gba 07-22 10:56:21.289 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:21.289 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:21.289 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:21.289 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:21.289 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:21.289 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:21.289 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:21.289 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:21.289 15622 15622 D a : taskStart() -> gamename:卡比之星 07-22 10:56:21.290 15622 15622 D a : taskStart() -> isCompleted:false 07-22 10:56:12.275 0 0 I : [NextInput] ni_force_autok_enable 07-22 10:56:21.292 15622 15622 D a : connectTrialStart() -> filename:卡比之星.gba 07-22 10:56:21.292 15622 15622 D a : connectTrialStart() -> isCompleted:false 07-22 10:56:21.381 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:21.384 793 2414 I chatty : uid=1010 wifi@1.0-servic identical 1 line 07-22 10:56:21.465 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:21.542 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:21.542 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:21.542 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:21.554 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-61 TxLinkspeed=300 freq=5260 RxLinkSpeed=300 07-22 10:56:21.554 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-60 for "bskj-sh"-WPA_PSK 07-22 10:56:21.555 15622 15622 D a : connectEnd() -> filename:超级马里奥.gba 07-22 10:56:21.555 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:21.555 15622 15622 D a : fetchStart() -> filename:超级马里奥.gba 07-22 10:56:21.556 15622 15622 D a : fetchStart() -> contentLength:2097152 07-22 10:56:21.556 2627 3681 D WifiClientModeImpl: L2ConnectedState screen=on 350 0 "bskj-sh" 00:4e:35:21:8f:10 rssi=-61 f=5260 sc=60 link=300 tx=242.0, 14.9, 0.0 rx=394.8 bcn=66534 [on:2939 tx:129 rx:43 period:3016] from screen [on:279217 period:3711107] score=60 07-22 10:56:21.556 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:21.557 15622 15622 D a : connectEnd() -> filename:超级马里奥.gba 07-22 10:56:21.557 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:21.557 2627 2721 I WifiService: getCurrentNetwork uid=1000 07-22 10:56:21.557 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:21.557 15622 15622 D a : fetchStart() -> filename:超级马里奥.gba 07-22 10:56:21.557 15622 15622 D a : fetchStart() -> contentLength:2097152 07-22 10:56:21.558 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:21.559 2627 3681 D WifiClientModeImpl: handleMessage: X 07-22 10:56:21.559 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:21.559 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -61 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:21.559 07-22 10:56:21.559 3457 3457 D AppBroadcastReceiver: AppSystemReceiver onReceive 07-22 10:56:21.560 3457 3457 D AppBroadcastReceiver: action:android.net.wifi.RSSI_CHANGED 07-22 10:56:21.560 3457 3457 D AppBroadcastReceiver: handle BroadcastReceiver action... 07-22 10:56:21.560 3457 3457 D AppBroadcastReceiver: AppSystemReceiver.onReceive, cost time:1 07-22 10:56:21.583 15622 15622 D a : fetchProgress() -> progress:0% 07-22 10:56:21.584 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:21.584 15622 15622 D a : fetchProgress() -> increaseBytes:4096 07-22 10:56:21.584 15622 15622 D a : fetchProgress() -> file.length:4194304 07-22 10:56:21.584 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:21.584 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:21.599 15622 15622 D updateGameMarket -> : GameName:超级马里奥 07-22 10:56:21.600 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:21.789 15622 15622 D a : connectTrialEnd() -> filename:卡比之星.gba 07-22 10:56:21.789 15622 15622 D a : connectTrialEnd() -> isCompleted:false 07-22 10:56:21.791 15622 15622 D a : downloadFromBeginning() -> filename:卡比之星.gba 07-22 10:56:21.792 15622 15622 D a : downloadFromBeginning() -> isCompleted:false 07-22 10:56:21.795 15622 15622 D a : connectStart() -> filename:卡比之星.gba 07-22 10:56:21.796 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:21.796 15622 15622 D a : connectStart() -> filename:卡比之星.gba 07-22 10:56:21.796 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:21.796 15622 15622 D a : connectStart() -> filename:卡比之星.gba 07-22 10:56:21.797 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:21.943 2627 3679 I MiuiNetworkPolicy: bandwidth: 966 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:22.026 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:22.187 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:22.254 7853 24949 D Peripheral: PeripheralExternalManager: curEarPhoneInfo: {"batteryTemperature":250,"coolerTemperature":250,"deviceAddress":"","deviceBattery":100,"deviceName":"","deviceState":0,"deviceType":8,"deviceTypeSupplement":1,"extraData":"","extraDevice":0,"isCharging":false,"mode":0,"productId":0} , 1 07-22 10:56:22.257 24893 8107 D Peripheral: onPeripheralDeviceChanged 31 0 1368 07-22 10:56:22.290 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:22.290 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:22.290 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:22.290 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:22.290 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:22.290 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:22.290 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:22.390 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:22.436 15622 15622 D a : connectEnd() -> filename:卡比之星.gba 07-22 10:56:22.437 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:22.437 15622 15622 D a : fetchStart() -> filename:卡比之星.gba 07-22 10:56:22.437 15622 15622 D a : fetchStart() -> contentLength:2796202 07-22 10:56:22.438 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:13.548 0 0 I : [NextInput] ni_force_autok_cancel tag 07-22 10:56:13.548 0 0 I : [NextInput] ni_force_autok_disable tag 07-22 10:56:22.561 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36649, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:22.562 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36650 07-22 10:56:22.563 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36650, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:22.586 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:22.625 15622 15622 D a : connectEnd() -> filename:卡比之星.gba 07-22 10:56:22.626 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:22.626 15622 15622 D a : fetchStart() -> filename:卡比之星.gba 07-22 10:56:22.626 15622 15622 D a : fetchStart() -> contentLength:2796204 07-22 10:56:22.626 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:22.627 15622 15622 D a : connectEnd() -> filename:卡比之星.gba 07-22 10:56:22.627 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:22.627 15622 15622 D a : fetchStart() -> filename:卡比之星.gba 07-22 10:56:22.627 15622 15622 D a : fetchStart() -> contentLength:2796202 07-22 10:56:22.628 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:22.645 15622 15622 D a : fetchProgress() -> progress:0% 07-22 10:56:22.646 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:22.646 15622 15622 D a : fetchProgress() -> increaseBytes:4096 07-22 10:56:22.646 15622 15622 D a : fetchProgress() -> file.length:8388608 07-22 10:56:22.646 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:13.638 0 0 I : [NextInput] ni_force_autok_enable 07-22 10:56:22.664 15622 15622 D updateGameMarket -> : GameName:卡比之星 07-22 10:56:22.664 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:22.668 15622 15622 D a : start:gameBean -> gamename:双截龙4 gameurl:https://share-1256119282.file.myqcloud.com/gameapp/FC-259_双截龙4.nes 07-22 10:56:22.670 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:22.670 15622 15622 D a : taskStart() -> gamename:双截龙4 07-22 10:56:22.670 15622 15622 D a : taskStart() -> isCompleted:false 07-22 10:56:22.672 15622 15622 D a : connectTrialStart() -> filename:FC-259_双截龙4.nes 07-22 10:56:22.672 15622 15622 D a : connectTrialStart() -> isCompleted:false 07-22 10:56:22.710 2627 2726 W WindowManager: Unable to start animation, surface is null or no children. 07-22 10:56:23.008 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:23.011 709 20917 I netd : trafficSwapActiveStatsMap() <1.75ms> 07-22 10:56:23.015 709 20917 I netd : tetherGetStats() <1.70ms> 07-22 10:56:23.026 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:23.043 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:23.046 6606 7110 I TrafficManageService: mina mTrafficStatsReceiver onReceive 07-22 10:56:23.050 709 20917 I netd : bandwidthSetGlobalAlert(2097152) <1.47ms> 07-22 10:56:23.122 3457 3540 I TeaLog : p worked:true 60000 07-22 10:56:23.130 3457 3540 I TeaLog : s0 0 07-22 10:56:23.130 3457 3540 I TeaLog : s worked:true 60000 07-22 10:56:23.172 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:23.224 2627 2627 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@149eef7 07-22 10:56:23.227 2627 9543 W NotificationService: Toast already killed. pkg=com.nondev.emu callback=android.app.ITransientNotification$Stub$Proxy@e7a34d7 07-22 10:56:23.215 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:23.232 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36650, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:23.234 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36651 07-22 10:56:23.290 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:23.290 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:23.290 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:23.290 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:23.290 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:23.290 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:23.290 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:23.319 15622 15622 D a : connectTrialEnd() -> filename:FC-259_双截龙4.nes 07-22 10:56:23.319 15622 15622 D a : connectTrialEnd() -> isCompleted:false 07-22 10:56:23.321 15622 15622 D a : downloadFromBeginning() -> filename:FC-259_双截龙4.nes 07-22 10:56:23.321 15622 15622 D a : downloadFromBeginning() -> isCompleted:false 07-22 10:56:23.323 15622 15622 D a : connectStart() -> filename:FC-259_双截龙4.nes 07-22 10:56:23.323 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:23.385 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36651, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:23.386 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36652 07-22 10:56:23.386 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36652, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:14.375 0 0 I : [NextInput] ni_force_autok_cancel tag 07-22 10:56:14.375 0 0 I : [NextInput] ni_force_autok_disable tag 07-22 10:56:14.466 0 0 I : [NextInput] ni_force_autok_enable 07-22 10:56:23.477 15622 15622 D a : start:gameBean -> gamename:口袋妖怪 紅 gameurl:https://share-1256119282.file.myqcloud.com/gameapp/FC-口袋妖怪 紅.nes 07-22 10:56:23.479 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:23.480 15622 15622 D a : taskStart() -> gamename:口袋妖怪 紅 07-22 10:56:23.480 15622 15622 D a : taskStart() -> isCompleted:false 07-22 10:56:23.481 15622 15622 D a : connectTrialStart() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:23.481 15622 15622 D a : connectTrialStart() -> isCompleted:false 07-22 10:56:23.564 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: client_pid=783, client_tid=783, inupt handle=36652, duration=100 ms, num_args=2, list=0x40800100 0x514 07-22 10:56:23.564 837 837 E ANDR-PERF-MPCTL: perf_lock_acq: output handle=36653 07-22 10:56:23.826 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:23.964 15622 15622 D a : connectTrialEnd() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:23.964 15622 15622 D a : connectTrialEnd() -> isCompleted:false 07-22 10:56:23.964 15622 15622 D a : connectEnd() -> filename:FC-259_双截龙4.nes 07-22 10:56:23.965 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:23.965 15622 15622 D a : fetchStart() -> filename:FC-259_双截龙4.nes 07-22 10:56:23.965 15622 15622 D a : fetchStart() -> contentLength:262160 07-22 10:56:23.965 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:23.965 15622 15622 D a : downloadFromBeginning() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:23.966 15622 15622 D a : downloadFromBeginning() -> isCompleted:false 07-22 10:56:23.967 15622 15622 D a : connectStart() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:23.967 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:23.968 15622 15622 D a : connectStart() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:23.968 15622 15622 D a : connectStart() -> isCompleted:false 07-22 10:56:24.028 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:24.032 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:24.176 15622 15622 D a : fetchProgress() -> progress:1% 07-22 10:56:24.177 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:24.177 15622 15622 D a : fetchProgress() -> increaseBytes:4096 07-22 10:56:24.177 15622 15622 D a : fetchProgress() -> file.length:262160 07-22 10:56:24.177 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:24.192 15622 15622 D updateGameMarket -> : GameName:双截龙4 07-22 10:56:24.192 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:24.238 15622 15622 D a : fetchProgress() -> progress:90% 07-22 10:56:24.239 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:24.239 15622 15622 D a : fetchProgress() -> increaseBytes:1261437 07-22 10:56:24.239 15622 15622 D a : fetchProgress() -> file.length:3145728 07-22 10:56:24.239 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:24.255 15622 15622 D updateGameMarket -> : GameName:蝙蝠侠5 07-22 10:56:24.255 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:24.291 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:24.291 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:24.291 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:24.291 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:24.291 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:24.291 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:24.291 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:24.558 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:24.558 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:24.558 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:24.567 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-61 TxLinkspeed=300 freq=5260 RxLinkSpeed=300 07-22 10:56:24.567 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-60 for "bskj-sh"-WPA_PSK 07-22 10:56:24.570 2627 3681 D WifiClientModeImpl: L2ConnectedState screen=on 350 0 "bskj-sh" 00:4e:35:21:8f:10 rssi=-61 f=5260 sc=60 link=300 tx=325.1, 29.4, 0.0 rx=568.9 bcn=66564 [on:2943 tx:126 rx:34 period:3011] from screen [on:282160 period:3714121] score=60 07-22 10:56:24.571 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:24.571 2627 3681 D WifiClientModeImpl: handleMessage: X 07-22 10:56:24.572 2627 9543 I WifiService: getCurrentNetwork uid=1000 07-22 10:56:24.572 3457 3457 D AppBroadcastReceiver: AppSystemReceiver onReceive 07-22 10:56:24.572 3457 3457 D AppBroadcastReceiver: action:android.net.wifi.RSSI_CHANGED 07-22 10:56:24.572 3457 3457 D AppBroadcastReceiver: handle BroadcastReceiver action... 07-22 10:56:24.572 3457 3457 D AppBroadcastReceiver: AppSystemReceiver.onReceive, cost time:0 07-22 10:56:24.572 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:24.572 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -61 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:24.572 07-22 10:56:24.601 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:24.634 15622 15622 D a : fetchProgress() -> progress:24% 07-22 10:56:24.635 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:24.635 15622 15622 D a : fetchProgress() -> increaseBytes:1015265 07-22 10:56:24.635 15622 15622 D a : fetchProgress() -> file.length:4194304 07-22 10:56:24.635 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:24.637 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:24.652 15622 15622 D updateGameMarket -> : GameName:超级马里奥 07-22 10:56:24.652 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:24.724 2627 2726 W WindowManager: Unable to start animation, surface is null or no children. 07-22 10:56:24.755 2627 3679 I MiuiNetworkPolicy: updateUidState uid = 1000, uidState = 0 07-22 10:56:24.810 15622 15622 D a : connectEnd() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:24.811 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:24.811 15622 15622 D a : fetchStart() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:24.811 15622 15622 D a : fetchStart() -> contentLength:524296 07-22 10:56:24.812 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:24.812 15622 15622 D a : connectEnd() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:24.813 15622 15622 D a : connectEnd() -> isCompleted:false 07-22 10:56:24.813 15622 15622 D a : fetchStart() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:24.813 15622 15622 D a : fetchStart() -> contentLength:524296 07-22 10:56:24.813 15622 15622 D a : fetchStart() -> isCompleted:false 07-22 10:56:24.840 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:15.891 0 0 I get_iris_status: 1366 iris INT_STATUS 0x30000 07-22 10:56:15.891 0 0 I get_iris_status: 1388 iris IRIS_RUN_STATUS 0x60 lcdstatus 0x9c lcdsi 0x0 07-22 10:56:24.944 2627 3679 I MiuiNetworkPolicy: bandwidth: 989 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:25.029 15622 15622 D a : fetchProgress() -> progress:0% 07-22 10:56:25.029 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:25.029 15622 15622 D a : fetchProgress() -> increaseBytes:4096 07-22 10:56:25.029 15622 15622 D a : fetchProgress() -> file.length:1048592 07-22 10:56:25.029 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:25.046 15622 15622 D updateGameMarket -> : GameName:口袋妖怪 紅 07-22 10:56:25.046 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:25.172 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:25.292 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:25.292 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:25.292 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:25.292 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:25.292 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:25.292 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:25.292 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:25.450 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:25.648 15622 15622 D a : fetchProgress() -> progress:19% 07-22 10:56:25.649 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:25.649 15622 15622 D a : fetchProgress() -> increaseBytes:1621209 07-22 10:56:25.649 15622 15622 D a : fetchProgress() -> file.length:8388608 07-22 10:56:25.649 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:25.655 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:25.666 15622 15622 D updateGameMarket -> : GameName:卡比之星 07-22 10:56:25.667 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:25.738 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:26.124 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:26.125 709 20917 I netd : trafficSwapActiveStatsMap() <1.26ms> 07-22 10:56:26.128 709 20917 I netd : tetherGetStats() <1.54ms> 07-22 10:56:26.154 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:26.156 6606 7110 I TrafficManageService: mina mTrafficStatsReceiver onReceive 07-22 10:56:26.159 709 20917 I netd : bandwidthSetGlobalAlert(2097152) <1.31ms> 07-22 10:56:26.260 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:26.293 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:26.293 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:26.293 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:26.293 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:26.293 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:26.293 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:26.293 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:26.309 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:26.870 793 2414 I chatty : uid=1010 wifi@1.0-servic identical 2 lines 07-22 10:56:27.073 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:27.223 15622 15622 D a : fetchProgress() -> progress:88% 07-22 10:56:27.223 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:27.223 15622 15622 D a : fetchProgress() -> increaseBytes:228846 07-22 10:56:27.223 15622 15622 D a : fetchProgress() -> file.length:262160 07-22 10:56:27.223 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:27.239 15622 15622 D updateGameMarket -> : GameName:双截龙4 07-22 10:56:27.239 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:27.258 15622 15622 D a : fetchProgress() -> progress:100% 07-22 10:56:27.258 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:27.258 15622 15622 D a : fetchProgress() -> increaseBytes:29218 07-22 10:56:27.258 15622 15622 D a : fetchProgress() -> file.length:262160 07-22 10:56:27.258 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:27.276 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:27.278 15622 15622 D updateGameMarket -> : GameName:双截龙4 07-22 10:56:27.278 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:27.280 15622 15622 D a : fetchEnd() -> filename:FC-259_双截龙4.nes 07-22 10:56:27.280 15622 15622 D a : fetchEnd() -> contentLength:262160 07-22 10:56:27.280 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:27.280 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:27.293 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:27.293 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:27.293 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:27.293 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:27.293 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:27.293 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:27.293 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:27.301 7853 24949 D Peripheral: PeripheralExternalManager: curEarPhoneInfo: {"batteryTemperature":250,"coolerTemperature":250,"deviceAddress":"","deviceBattery":100,"deviceName":"","deviceState":0,"deviceType":8,"deviceTypeSupplement":1,"extraData":"","extraDevice":0,"isCharging":false,"mode":0,"productId":0} , 1 07-22 10:56:27.302 24893 8107 D Peripheral: onPeripheralDeviceChanged 31 0 1368 07-22 10:56:27.323 15622 15622 D a : fetchProgress() -> progress:97% 07-22 10:56:27.324 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:27.324 15622 15622 D a : fetchProgress() -> increaseBytes:233068 07-22 10:56:27.324 15622 15622 D a : fetchProgress() -> file.length:3145728 07-22 10:56:27.324 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:27.339 15622 15622 D updateGameMarket -> : GameName:蝙蝠侠5 07-22 10:56:27.340 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:27.442 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:27.572 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:27.572 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:27.572 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:27.584 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-63 TxLinkspeed=240 freq=5260 RxLinkSpeed=240 07-22 10:56:27.584 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-61 for "bskj-sh"-WPA_PSK 07-22 10:56:27.588 2627 9543 I WifiService: getCurrentNetwork uid=1000 07-22 10:56:27.588 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:27.589 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:27.589 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -63 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:27.589 07-22 10:56:27.589 3457 3457 D AppBroadcastReceiver: AppSystemReceiver onReceive 07-22 10:56:27.589 3457 3457 D AppBroadcastReceiver: action:android.net.wifi.RSSI_CHANGED 07-22 10:56:27.589 3457 3457 D AppBroadcastReceiver: handle BroadcastReceiver action... 07-22 10:56:27.589 3457 3457 D AppBroadcastReceiver: AppSystemReceiver.onReceive, cost time:0 07-22 10:56:27.592 2627 3681 D WifiClientModeImpl: L2ConnectedState screen=on 350 0 "bskj-sh" 00:4e:35:21:8f:10 rssi=-63 f=5260 sc=60 link=240 tx=352.3, 33.9, 0.0 rx=639.6 bcn=66593 [on:2944 tx:127 rx:28 period:3016] from screen [on:285104 period:3717138] score=60 07-22 10:56:27.592 2627 3681 D WifiClientModeImpl: handleMessage: X 07-22 10:56:27.659 15622 15622 D a : fetchProgress() -> progress:29% 07-22 10:56:27.661 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:27.661 15622 15622 D a : fetchProgress() -> increaseBytes:229376 07-22 10:56:27.661 15622 15622 D a : fetchProgress() -> file.length:4194304 07-22 10:56:27.661 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:27.681 15622 15622 D updateGameMarket -> : GameName:超级马里奥 07-22 10:56:27.681 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:27.884 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:27.938 15622 15622 D a : fetchProgress() -> progress:100% 07-22 10:56:27.939 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:27.939 15622 15622 D a : fetchProgress() -> increaseBytes:74263 07-22 10:56:27.939 15622 15622 D a : fetchProgress() -> file.length:3145728 07-22 10:56:27.939 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:27.948 2627 3679 I MiuiNetworkPolicy: bandwidth: 994 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:27.954 15622 15622 D updateGameMarket -> : GameName:蝙蝠侠5 07-22 10:56:27.954 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:27.955 15622 15622 D a : fetchEnd() -> filename:MD-蝙蝠侠5.bin 07-22 10:56:27.955 15622 15622 D a : fetchEnd() -> contentLength:1572864 07-22 10:56:27.955 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:27.955 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:28.014 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:28.031 15622 15622 D a : fetchProgress() -> progress:22% 07-22 10:56:28.032 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:28.032 15622 15622 D a : fetchProgress() -> increaseBytes:228557 07-22 10:56:28.032 15622 15622 D a : fetchProgress() -> file.length:1048592 07-22 10:56:28.033 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:28.049 15622 15622 D updateGameMarket -> : GameName:口袋妖怪 紅 07-22 10:56:28.049 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:28.087 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:28.294 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:28.294 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:28.294 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:28.294 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:28.294 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:28.294 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:28.294 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:28.421 1349 1390 D LocSvc_launcher: signal_handler_thread_func:308]: Got signal Alarm clock(14) 07-22 10:56:28.421 1349 1390 D LocSvc_launcher: signal_handler_thread_func:377]:sigalrm_received 07-22 10:56:28.421 1349 1390 D LocSvc_launcher: signal_handler_thread_func:382]: Child_id: 1391; child name: lowi-server; num_restarts: 0 07-22 10:56:28.421 1349 1390 D LocSvc_launcher: signal_handler_thread_func:382]: Child_id: 1392; child name: xtra-daemon; num_restarts: 0 07-22 10:56:28.421 1349 1390 D LocSvc_launcher: Notifying parent of signal handling 07-22 10:56:28.422 1349 1349 E LocSvc_launcher: Parent woken up! 07-22 10:56:28.422 1349 1349 D LocSvc_launcher: Parent sleeping. Will wake up when one of the children mess up 07-22 10:56:28.466 15622 15622 D a : fetchProgress() -> progress:33% 07-22 10:56:28.466 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:28.466 15622 15622 D a : fetchProgress() -> increaseBytes:1174995 07-22 10:56:28.467 15622 15622 D a : fetchProgress() -> file.length:8388608 07-22 10:56:28.467 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:28.490 15622 15622 D updateGameMarket -> : GameName:卡比之星 07-22 10:56:28.491 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:28.491 15622 15622 V BugManager_JNI: bug message start: fd=74,tag =0X01004801 07-22 10:56:28.491 15622 15622 V BugManager_JNI: bug message copy: fd=74,msgid =49235,len=91,msg={"activity":"com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity","frames":1} 07-22 10:56:28.491 15622 15622 V BugManager_JNI: bug message stop: fd =74,msgid =49235 07-22 10:56:28.477 15622 15622 I com.nondev.emu: type=1400 audit(0.0:254406): avc: denied { ioctl } for path="/dev/heye_bms_clt" dev="tmpfs" ino=28452 ioctlcmd=0x4501 scontext=u:r:untrusted_app_27:s0:c8,c257,c512,c768 tcontext=u:object_r:hawkeye_device:s0 tclass=chr_file permissive=1 app=com.nondev.emu 07-22 10:56:28.493 15622 15622 D a : fetchEnd() -> filename:卡比之星.gba 07-22 10:56:28.493 15622 15622 D a : fetchEnd() -> contentLength:2796204 07-22 10:56:28.493 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:28.582 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:28.696 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:28.898 15622 15622 D a : fetchProgress() -> progress:50% 07-22 10:56:28.898 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:28.898 15622 15622 D a : fetchProgress() -> increaseBytes:291643 07-22 10:56:28.898 15622 15622 D a : fetchProgress() -> file.length:1048592 07-22 10:56:28.898 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:28.900 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:28.920 15622 15622 D updateGameMarket -> : GameName:口袋妖怪 紅 07-22 10:56:28.921 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:28.922 15622 15622 D a : fetchEnd() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:28.922 15622 15622 D a : fetchEnd() -> contentLength:524296 07-22 10:56:28.923 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:29.152 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:29.234 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:29.236 709 20917 I netd : trafficSwapActiveStatsMap() <1.22ms> 07-22 10:56:29.239 709 20917 I netd : tetherGetStats() <1.52ms> 07-22 10:56:29.256 15622 15622 D a : fetchProgress() -> progress:100% 07-22 10:56:29.257 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:29.257 15622 15622 D a : fetchProgress() -> increaseBytes:524296 07-22 10:56:29.257 15622 15622 D a : fetchProgress() -> file.length:1048592 07-22 10:56:29.257 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:29.267 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:29.257 709 709 I Binder:709_A: type=1400 audit(0.0:254407): avc: denied { associate } for name="globalAlert" scontext=u:object_r:proc_net:s0 tcontext=u:object_r:proc:s0 tclass=filesystem permissive=1 07-22 10:56:29.272 709 20917 I netd : bandwidthSetGlobalAlert(2097152) <1.32ms> 07-22 10:56:29.272 6606 7110 I TrafficManageService: mina mTrafficStatsReceiver onReceive 07-22 10:56:29.274 15622 15622 D updateGameMarket -> : GameName:口袋妖怪 紅 07-22 10:56:29.274 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:29.276 15622 15622 D a : fetchEnd() -> filename:FC-口袋妖怪 紅.nes 07-22 10:56:29.276 15622 15622 D a : fetchEnd() -> contentLength:524296 07-22 10:56:29.276 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:29.276 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:29.286 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:29.286 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 29.0 07-22 10:56:29.286 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 33.0 07-22 10:56:29.287 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 32.0 07-22 10:56:29.287 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 27.0 07-22 10:56:29.287 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:29.287 7853 7853 I chatty : uid=10089(com.blackshark.bsperipheral) identical 1 line 07-22 10:56:29.287 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:29.295 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:29.295 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:29.295 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:29.295 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:29.295 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:29.295 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:29.295 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:29.508 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:29.710 793 2414 I chatty : uid=1010 wifi@1.0-servic identical 1 line 07-22 10:56:29.717 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:29.903 709 20917 D OemNetd : setLimit: disable, rate=0 07-22 10:56:20.917 0 0 I get_iris_status: 1366 iris INT_STATUS 0x30000 07-22 10:56:20.917 0 0 I get_iris_status: 1388 iris IRIS_RUN_STATUS 0x90 lcdstatus 0x9c lcdsi 0x0 07-22 10:56:30.010 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:30.295 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:30.295 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:30.295 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:30.295 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:30.295 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:30.295 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:30.295 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:30.318 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:30.521 793 2414 I chatty : uid=1010 wifi@1.0-servic identical 1 line 07-22 10:56:30.575 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:30.590 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:30.590 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:30.590 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:30.600 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-57 TxLinkspeed=360 freq=5260 RxLinkSpeed=360 07-22 10:56:30.600 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-58 for "bskj-sh"-WPA_PSK 07-22 10:56:30.604 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:30.604 2627 9543 I WifiService: getCurrentNetwork uid=1000 07-22 10:56:30.605 2627 3681 D WifiClientModeImpl: L2ConnectedState screen=on 350 0 "bskj-sh" 00:4e:35:21:8f:10 rssi=-57 f=5260 sc=60 link=360 tx=357.1, 27.7, 0.0 rx=666.0 bcn=66622 [on:2946 tx:122 rx:26 period:3011] from screen [on:288050 period:3720154] score=60 07-22 10:56:30.605 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:30.605 3457 3457 D AppBroadcastReceiver: AppSystemReceiver onReceive 07-22 10:56:30.605 2627 3681 D WifiClientModeImpl: handleMessage: X 07-22 10:56:30.605 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -57 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:30.605 07-22 10:56:30.605 3457 3457 D AppBroadcastReceiver: action:android.net.wifi.RSSI_CHANGED 07-22 10:56:30.605 3457 3457 D AppBroadcastReceiver: handle BroadcastReceiver action... 07-22 10:56:30.605 3457 3457 D AppBroadcastReceiver: AppSystemReceiver.onReceive, cost time:0 07-22 10:56:30.828 15622 15622 D a : fetchProgress() -> progress:35% 07-22 10:56:30.829 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:30.829 15622 15622 D a : fetchProgress() -> increaseBytes:245760 07-22 10:56:30.829 15622 15622 D a : fetchProgress() -> file.length:4194304 07-22 10:56:30.829 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:30.844 15622 15622 D updateGameMarket -> : GameName:超级马里奥 07-22 10:56:30.844 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:30.950 2627 3679 I MiuiNetworkPolicy: bandwidth: 997 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:31.133 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:31.143 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:31.296 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:31.296 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:31.296 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:31.296 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:31.296 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:31.296 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:31.296 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:31.335 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:31.481 15622 15622 D a : fetchProgress() -> progress:59% 07-22 10:56:31.481 15622 15622 D a : fetchProgress() -> blockIndex:2 07-22 10:56:31.481 15622 15622 D a : fetchProgress() -> increaseBytes:2178232 07-22 10:56:31.481 15622 15622 D a : fetchProgress() -> file.length:8388608 07-22 10:56:31.481 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:31.498 15622 15622 D updateGameMarket -> : GameName:卡比之星 07-22 10:56:31.498 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:31.705 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:32.158 1424 1424 E TLOC : [TLOCChannel]"Can't receive message due to timeout" 07-22 10:56:31.943 793 2414 I chatty : uid=1010 wifi@1.0-servic identical 1 line 07-22 10:56:32.145 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:32.158 1424 1424 V LocSvc_api_v02: validateRequest:1254]: reqId = 59 07-22 10:56:32.158 1424 1424 V LocSvc_api_v02: validateRequest:1853]: reqId=59, len = 0 07-22 10:56:32.158 1424 1424 V LocSvc_api_v02: locClientSendReq:2319] sending reqId= 59, len = 0 07-22 10:56:32.158 1424 1424 I LocSvc_api_v02: ---> locClientSendReq line 2325 QMI_LOC_GET_ENGINE_LOCK_REQ_V02 07-22 10:56:32.159 1424 1424 V LocSvc_api_v02: locClientSendReq:2336] qmi_client_send_msg_sync returned 0 07-22 10:56:32.159 1424 1453 V LocSvc_api_v02: locClientIndCb:1052]: Indication: msg_id=59 buf_len=14 pCallbackData = 0x781622b000 07-22 10:56:32.160 1424 1424 V LocSvc_api_v02: convertQmiResponseToLocStatus:938]: result = 0, error = 0, status = 0 07-22 10:56:32.160 1424 1453 V LocSvc_api_v02: locClientGetSizeByRespIndId:2521]: resp ind Id 59 size = 32 07-22 10:56:32.160 1424 1424 I TLOC : [ModemComm ]"Request succeeded for gps engine lock" 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCChannel] "Going to receive message for TLOCD" 07-22 10:56:32.160 1424 1453 V LocSvc_api_v02: locClientGetSizeAndTypeByIndId:835]: indId 59 is a resp size = 32 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCChannel] "wait for message for user TLOCD" 07-22 10:56:32.160 1424 1453 I TLOC : [Modem ]"Sending location turned off status to the daemon" 07-22 10:56:32.160 1424 1453 D TLOC : [TLOCChannel] "TLOCChannel is already initialized" 07-22 10:56:32.160 1424 1453 D TLOC : [TLOCChannel] "Going to send message to TLOCD" 07-22 10:56:32.160 1424 1453 D TLOC : [TLOCChannel]" --- message(id:15, size:0) ---> TLOCD" 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCChannel]" TLOCD <--- message(id:15, size:0) ---" 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCDaemon ]"Periodic location sampling is disabled" 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCDaemon ]"The command finished successfully" 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCDaemon ]"waiting for command" 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCChannel] "Going to receive message for TLOCD" 07-22 10:56:32.160 1424 1424 D TLOC : [TLOCChannel] "wait for message for user TLOCD" 07-22 10:56:32.218 2627 2627 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@568aea0 07-22 10:56:32.275 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:32.290 15622 15622 D a : fetchProgress() -> progress:66% 07-22 10:56:32.291 15622 15622 D a : fetchProgress() -> blockIndex:2 07-22 10:56:32.291 15622 15622 D a : fetchProgress() -> increaseBytes:617970 07-22 10:56:32.291 15622 15622 D a : fetchProgress() -> file.length:8388608 07-22 10:56:32.291 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:32.297 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:32.297 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:32.297 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:32.297 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:32.297 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:32.297 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:32.297 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:32.330 15622 15622 D updateGameMarket -> : GameName:卡比之星 07-22 10:56:32.331 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:32.332 15622 15622 V BugManager_JNI: bug message start: fd=74,tag =0X01004801 07-22 10:56:32.332 15622 15622 V BugManager_JNI: bug message copy: fd=74,msgid =49236,len=91,msg={"activity":"com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity","frames":1} 07-22 10:56:32.332 15622 15622 V BugManager_JNI: bug message stop: fd =74,msgid =49236 07-22 10:56:32.333 15622 15622 D a : fetchEnd() -> filename:卡比之星.gba 07-22 10:56:32.333 15622 15622 D a : fetchEnd() -> contentLength:2796202 07-22 10:56:32.334 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:32.339 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:32.342 709 20917 I netd : trafficSwapActiveStatsMap() <1.32ms> 07-22 10:56:32.345 709 20917 I netd : tetherGetStats() <1.43ms> 07-22 10:56:32.345 7853 24949 D Peripheral: PeripheralExternalManager: curEarPhoneInfo: {"batteryTemperature":250,"coolerTemperature":250,"deviceAddress":"","deviceBattery":100,"deviceName":"","deviceState":0,"deviceType":8,"deviceTypeSupplement":1,"extraData":"","extraDevice":0,"isCharging":false,"mode":0,"productId":0} , 1 07-22 10:56:32.346 24893 8107 D Peripheral: onPeripheralDeviceChanged 31 0 1368 07-22 10:56:32.371 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:32.373 6606 7110 I TrafficManageService: mina mTrafficStatsReceiver onReceive 07-22 10:56:32.377 709 20917 I netd : bandwidthSetGlobalAlert(2097152) <1.17ms> 07-22 10:56:32.762 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:32.848 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:32.883 15622 15622 D a : fetchProgress() -> progress:50% 07-22 10:56:32.884 15622 15622 D a : fetchProgress() -> blockIndex:0 07-22 10:56:32.884 15622 15622 D a : fetchProgress() -> increaseBytes:602655 07-22 10:56:32.884 15622 15622 D a : fetchProgress() -> file.length:4194304 07-22 10:56:32.884 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:32.909 15622 15622 D updateGameMarket -> : GameName:超级马里奥 07-22 10:56:32.909 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:32.910 15622 15622 V BugManager_JNI: bug message start: fd=74,tag =0X01004801 07-22 10:56:32.910 15622 15622 V BugManager_JNI: bug message copy: fd=74,msgid =49237,len=91,msg={"activity":"com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity","frames":1} 07-22 10:56:32.910 15622 15622 V BugManager_JNI: bug message stop: fd =74,msgid =49237 07-22 10:56:32.911 15622 15622 D a : fetchEnd() -> filename:超级马里奥.gba 07-22 10:56:32.911 15622 15622 D a : fetchEnd() -> contentLength:2097152 07-22 10:56:32.911 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:32.959 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:33.298 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:33.298 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:33.298 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:33.298 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:33.298 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:33.298 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:33.298 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:33.409 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:33.566 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:33.605 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:33.606 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:33.606 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:33.615 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-58 TxLinkspeed=360 freq=5260 RxLinkSpeed=360 07-22 10:56:33.615 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-58 for "bskj-sh"-WPA_PSK 07-22 10:56:33.618 2627 3681 D WifiClientModeImpl: L2ConnectedState screen=on 350 0 "bskj-sh" 00:4e:35:21:8f:10 rssi=-58 f=5260 sc=60 link=360 tx=361.7, 24.4, 0.0 rx=681.6 bcn=66652 [on:2944 tx:124 rx:25 period:3012] from screen [on:290994 period:3723168] score=60 07-22 10:56:33.618 2627 3681 D WifiClientModeImpl: handleMessage: X 07-22 10:56:33.619 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:33.619 2627 9543 I WifiService: getCurrentNetwork uid=1000 07-22 10:56:33.620 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:33.620 3457 3457 D AppBroadcastReceiver: AppSystemReceiver onReceive 07-22 10:56:33.620 3457 3457 D AppBroadcastReceiver: action:android.net.wifi.RSSI_CHANGED 07-22 10:56:33.620 3457 3457 D AppBroadcastReceiver: handle BroadcastReceiver action... 07-22 10:56:33.620 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -58 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:33.62 07-22 10:56:33.620 3457 3457 D AppBroadcastReceiver: AppSystemReceiver.onReceive, cost time:0 07-22 10:56:33.770 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:33.954 2627 3679 I MiuiNetworkPolicy: bandwidth: 996 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:33.975 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:34.227 2627 2627 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@149eef7 07-22 10:56:34.298 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:34.298 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:34.298 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:34.298 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:34.298 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:34.298 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:34.298 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:34.379 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:34.541 793 2414 I chatty : uid=1010 wifi@1.0-servic identical 1 line 07-22 10:56:34.583 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:34.924 709 20917 D OemNetd : setLimit: enable, rate=497339 07-22 10:56:25.962 0 0 I get_iris_status: 1366 iris INT_STATUS 0x30000 07-22 10:56:25.962 0 0 I get_iris_status: 1388 iris IRIS_RUN_STATUS 0xb0 lcdstatus 0x9c lcdsi 0x0 07-22 10:56:35.113 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:35.190 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:35.194 570 570 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.servicetracker@1.0::IServicetracker/default in either framework or device manifest. 07-22 10:56:35.196 2627 9543 D CompatibilityInfo: mCompatibilityFlags - 0 07-22 10:56:35.197 2627 9543 D CompatibilityInfo: applicationDensity - 440 07-22 10:56:35.197 2627 9543 D CompatibilityInfo: applicationScale - 1.0 07-22 10:56:35.198 570 570 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.servicetracker@1.0::IServicetracker/default in either framework or device manifest. 07-22 10:56:35.217 709 15788 E ResolverController: No valid NAT64 prefix (123, /0) 07-22 10:56:35.293 15622 15622 D a : fetchProgress() -> progress:96% 07-22 10:56:35.294 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:35.294 15622 15622 D a : fetchProgress() -> increaseBytes:2485459 07-22 10:56:35.294 15622 15622 D a : fetchProgress() -> file.length:8388608 07-22 10:56:35.294 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:35.297 5905 32499 D com.xiaomi.common.Network: Http POST Response Code: 200 07-22 10:56:35.299 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:35.299 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:35.299 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:35.299 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:35.299 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:35.299 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:35.299 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:35.300 570 570 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.servicetracker@1.0::IServicetracker/default in either framework or device manifest. 07-22 10:56:35.301 570 570 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.servicetracker@1.0::IServicetracker/default in either framework or device manifest. 07-22 10:56:35.314 15622 15622 D updateGameMarket -> : GameName:卡比之星 07-22 10:56:35.314 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:35.388 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:35.443 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:35.445 709 20917 I netd : trafficSwapActiveStatsMap() <1.27ms> 07-22 10:56:35.448 709 20917 I netd : tetherGetStats() <1.73ms> 07-22 10:56:35.473 2627 3676 D NtpTrustedTime: currentTimeMillis() cache hit 07-22 10:56:35.475 6606 7110 I TrafficManageService: mina mTrafficStatsReceiver onReceive 07-22 10:56:35.477 709 20917 I netd : bandwidthSetGlobalAlert(2097152) <1.21ms> 07-22 10:56:26.594 0 0 I : [SHARK][PM] Statistic start (07-22 10:56:35) 07-22 10:56:26.594 0 0 I : [SHARK] active wakelocks: PowerManager.SuspendLockout PowerManagerService.Display 07-22 10:56:35.638 15622 15622 D a : fetchProgress() -> progress:100% 07-22 10:56:35.639 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:35.639 15622 15622 D a : fetchProgress() -> increaseBytes:306647 07-22 10:56:35.639 15622 15622 D a : fetchProgress() -> file.length:8388608 07-22 10:56:35.639 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:35.671 15622 15622 D updateGameMarket -> : GameName:卡比之星 07-22 10:56:35.671 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:35.672 15622 15622 V BugManager_JNI: bug message start: fd=74,tag =0X01004801 07-22 10:56:35.672 15622 15622 V BugManager_JNI: bug message copy: fd=74,msgid =49238,len=91,msg={"activity":"com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity","frames":1} 07-22 10:56:35.672 15622 15622 V BugManager_JNI: bug message stop: fd =74,msgid =49238 07-22 10:56:35.674 15622 15622 D a : fetchEnd() -> filename:卡比之星.gba 07-22 10:56:35.674 15622 15622 D a : fetchEnd() -> contentLength:2796202 07-22 10:56:35.674 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:35.674 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:35.674 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:35.894 15622 15622 D a : fetchProgress() -> progress:80% 07-22 10:56:35.894 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:35.894 15622 15622 D a : fetchProgress() -> increaseBytes:1297883 07-22 10:56:35.894 15622 15622 D a : fetchProgress() -> file.length:4194304 07-22 10:56:35.894 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:35.911 15622 15622 D updateGameMarket -> : GameName:超级马里奥 07-22 10:56:35.911 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:35.996 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:36.199 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:36.300 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:36.300 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:36.300 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:36.300 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:36.300 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:36.300 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:36.300 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:36.524 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:36.619 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:36.619 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:36.620 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:36.630 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-61 TxLinkspeed=300 freq=5260 RxLinkSpeed=300 07-22 10:56:36.630 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-59 for "bskj-sh"-WPA_PSK 07-22 10:56:36.633 2627 2721 I WifiService: getCurrentNetwork uid=1000 07-22 10:56:36.634 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:36.632 2627 3681 D WifiClientModeImpl: L2ConnectedState screen=on 350 0 "bskj-sh" 00:4e:35:21:8f:10 rssi=-61 f=5260 sc=60 link=300 tx=364.8, 26.6, 0.0 rx=689.1 bcn=66681 [on:2943 tx:126 rx:23 period:3014] from screen [on:293937 period:3726183] score=60 07-22 10:56:36.635 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:36.635 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -61 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:36.635 07-22 10:56:36.635 2627 3681 D WifiClientModeImpl: handleMessage: X 07-22 10:56:36.635 3457 3457 D AppBroadcastReceiver: AppSystemReceiver onReceive 07-22 10:56:36.635 3457 3457 D AppBroadcastReceiver: action:android.net.wifi.RSSI_CHANGED 07-22 10:56:36.635 3457 3457 D AppBroadcastReceiver: handle BroadcastReceiver action... 07-22 10:56:36.635 3457 3457 D AppBroadcastReceiver: AppSystemReceiver.onReceive, cost time:0 07-22 10:56:36.724 15622 15622 D a : fetchProgress() -> progress:100% 07-22 10:56:36.724 15622 15622 D a : fetchProgress() -> blockIndex:1 07-22 10:56:36.724 15622 15622 D a : fetchProgress() -> increaseBytes:799269 07-22 10:56:36.725 15622 15622 D a : fetchProgress() -> file.length:4194304 07-22 10:56:36.725 15622 15622 D a : fetchProgress() -> gameStatus:2 07-22 10:56:36.754 15622 15622 D updateGameMarket -> : GameName:超级马里奥 07-22 10:56:36.754 15622 15622 D a : fetchProgress() -> isCompleted:false 07-22 10:56:36.755 15622 15622 V BugManager_JNI: bug message start: fd=74,tag =0X01004801 07-22 10:56:36.755 15622 15622 V BugManager_JNI: bug message copy: fd=74,msgid =49239,len=91,msg={"activity":"com.nondev.emu/com.nondev.emu.room.ui.activity.GameMarketActivity","frames":1} 07-22 10:56:36.755 15622 15622 V BugManager_JNI: bug message stop: fd =74,msgid =49239 07-22 10:56:36.757 15622 15622 D a : fetchEnd() -> filename:超级马里奥.gba 07-22 10:56:36.757 15622 15622 D a : fetchEnd() -> contentLength:2097152 07-22 10:56:36.757 15622 15622 D a : fetchEnd() -> isCompleted:false 07-22 10:56:36.757 15622 15622 D a : taskEnd() -> isCompleted:false 07-22 10:56:36.957 2627 3679 I MiuiNetworkPolicy: bandwidth: 918 KB/s, Max bandwidth: 997 KB/s 07-22 10:56:37.302 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:37.302 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:37.302 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:37.302 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:37.302 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:37.302 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:37.302 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:37.390 7853 24949 D Peripheral: PeripheralExternalManager: curEarPhoneInfo: {"batteryTemperature":250,"coolerTemperature":250,"deviceAddress":"","deviceBattery":100,"deviceName":"","deviceState":0,"deviceType":8,"deviceTypeSupplement":1,"extraData":"","extraDevice":0,"isCharging":false,"mode":0,"productId":0} , 1 07-22 10:56:37.393 24893 8107 D Peripheral: onPeripheralDeviceChanged 31 0 1368 07-22 10:56:37.472 793 2414 V WifiHAL : Read rolling over to the start of ring buffer 07-22 10:56:37.494 3457 8658 D beacon_step_buffer: (RQDSRC:50)run [event] -> do sync db and upload task. Tunnel key: 00300K0SCQ379GNI 07-22 10:56:37.495 3457 8658 D beacon_step_buffer: (RQDSRC:71)run [event] -> do max size upload task. Tunnel key: 00300K0SCQ379GNI 07-22 10:56:37.495 3457 8658 D beacon : (RQDSRC:20)countRecordNum [db] start 07-22 10:56:37.495 3457 8658 D beacon : (RQDSRC:338)querySum [db] query where: _time >= -1 and _time <= 9223372036854775807 and ( _type = 1 or _type = 2 or _type = 3 or _type = 4 ) 07-22 10:56:37.503 3457 8658 D beacon : (RQDSRC:352)querySum [db] query sum: 0 07-22 10:56:37.504 3457 8658 D beacon : (RQDSRC:360)querySum [db] querySum end 07-22 10:56:37.504 3457 8658 D beacon_step_api: (RQDSRC:199)doSyncDBAndUpload [event] polling then up Tunnel key: 00300K0SCQ379GNI 07-22 10:56:37.736 3457 8655 D beacon_step_buffer: (RQDSRC:50)run [event] -> do sync db and upload task. Tunnel key: com.ume.browser.hs 07-22 10:56:37.737 3457 8655 D beacon_step_buffer: (RQDSRC:71)run [event] -> do max size upload task. Tunnel key: com.ume.browser.hs 07-22 10:56:37.737 3457 8655 D beacon : (RQDSRC:20)countRecordNum [db] start 07-22 10:56:37.737 3457 8655 D beacon : (RQDSRC:338)querySum [db] query where: _time >= -1 and _time <= 9223372036854775807 and ( _type = 1 or _type = 2 or _type = 3 or _type = 4 ) 07-22 10:56:37.741 3457 8655 D beacon : (RQDSRC:352)querySum [db] query sum: 0 07-22 10:56:37.741 3457 8655 D beacon : (RQDSRC:360)querySum [db] querySum end 07-22 10:56:37.742 3457 8655 D beacon_step_api: (RQDSRC:199)doSyncDBAndUpload [event] polling then up Tunnel key: com.ume.browser.hs 07-22 10:56:38.303 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:38.303 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:38.303 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:38.303 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:38.303 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:38.303 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:38.303 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:39.305 7237 7296 W LocalConnector: Cannot connect the wmserver-data-reciever-191891 07-22 10:56:39.305 7237 7296 W LocalConnector: java.io.IOException: Connection refused 07-22 10:56:39.305 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connectLocal(Native Method) 07-22 10:56:39.305 7237 7296 W LocalConnector: at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:296) 07-22 10:56:39.305 7237 7296 W LocalConnector: at android.net.LocalSocket.connect(LocalSocket.java:147) 07-22 10:56:39.305 7237 7296 W LocalConnector: at com.miui.wmsvc.b.b.a$a.run(Unknown Source:40) 07-22 10:56:39.305 7237 7296 W LocalConnector: at java.lang.Thread.run(Thread.java:919) 07-22 10:56:39.327 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:39.327 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 29.0 07-22 10:56:39.327 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 33.0 07-22 10:56:39.327 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 32.0 07-22 10:56:39.327 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 27.0 07-22 10:56:39.328 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:39.328 7853 7853 I chatty : uid=10089(com.blackshark.bsperipheral) identical 1 line 07-22 10:56:39.328 7853 7853 D Peripheral: CoolerService: mUpdateTemperature 28.0 07-22 10:56:39.635 2627 3681 D WifiClientModeImpl: handleMessage: E msg.what=131155 07-22 10:56:39.636 2627 3681 D WifiClientModeImpl: processMsg: ConnectedState 07-22 10:56:39.636 2627 3681 D WifiClientModeImpl: processMsg: L2ConnectedState 07-22 10:56:39.647 2627 3681 D WifiClientModeImpl: fetchRssiLinkSpeedAndFrequencyNative rssi=-60 TxLinkspeed=360 freq=5260 RxLinkSpeed=360 07-22 10:56:39.647 2627 3681 V WifiConfigManager: Updating scan detail cache freq=5260 BSSID=00:4e:35:21:8f:10 RSSI=-59 for "bskj-sh"-WPA_PSK 07-22 10:56:39.650 4422 4422 D ModeSwitcher: Rcv RSSI_CHANGED_ACTION mStat=1, mWifiConnected=true 07-22 10:56:39.650 4349 5349 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 07-22 10:56:39.651 4349 5349 I QCNEJ/NativeHalConnector: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -60 ssid = bskj-sh bssid = 00:4e:35:21:8f:10 dnsInfo = 10.0.13.251;10.0.13.252;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = cn[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 531686674445 ipAddrV4 = 10.0.64.50 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-07-22 10:56:39.651 07-22 10:56:39.651 2627 18413 I WifiService: getCurrentNetwork uid=1000