Created
August 14, 2019 04:33
-
-
Save cyberrob-zz/aff1b0ec7044e05e19986baa5ea0411b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-08-14 12:31:29.268 1664-1902/com.noodoe.sunray.dev D/OpenGLRenderer: endAllActiveAnimators on 0x7f723e8c00 (RelativeLayout) with handle 0x7f4fd903c0 | |
2019-08-14 12:31:29.275 1664-1664/com.noodoe.sunray.dev I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@7861620 time:45395117 | |
2019-08-14 12:31:29.311 1664-1664/com.noodoe.sunray.dev D/SunrayApplication:732: should init | |
2019-08-14 12:31:29.406 1664-3112/com.noodoe.sunray.dev D/SunrayTransferTaskManager$TransferTaskHandler:754: TransferTaskHandler handle message: 0x81504, messageName: RETRIEVE_NEW_PACKETS | |
2019-08-14 12:31:29.908 1664-3112/com.noodoe.sunray.dev D/SunrayTransferTaskManager$TransferTaskHandler:754: TransferTaskHandler handle message: 0x81504, messageName: RETRIEVE_NEW_PACKETS | |
2019-08-14 12:31:30.411 1664-3112/com.noodoe.sunray.dev D/SunrayTransferTaskManager$TransferTaskHandler:754: TransferTaskHandler handle message: 0x81504, messageName: RETRIEVE_NEW_PACKETS | |
2019-08-14 12:31:30.456 1664-1664/com.noodoe.sunray.dev D/DLog:20: QUERY with uri: content://com.invisibi.iv01.provider.sunray.mediaprovider/devices-[MediaProvider]--[query]--[MediaProvider:128]--[main]- | |
2019-08-14 12:31:30.460 1664-1664/com.noodoe.sunray.dev D/AclConnectedReceiver:64: get intent action: android.bluetooth.device.action.ACL_DISCONNECTED, address: 00:81:F9:11:B9:63, mIsAclConnectedRecently: false | |
2019-08-14 12:31:30.461 1664-1664/com.noodoe.sunray.dev D/AclConnectedReceiver:79: disconnect without connected recently, won't do the reconnect | |
2019-08-14 12:31:30.914 1664-3112/com.noodoe.sunray.dev D/SunrayTransferTaskManager$TransferTaskHandler:754: TransferTaskHandler handle message: 0x81504, messageName: RETRIEVE_NEW_PACKETS | |
2019-08-14 12:31:31.138 1664-3113/com.noodoe.sunray.dev I/PacketSequenceProcessor$SequenceHandler:480: SequenceHandler handle message: 0x92002, messageName: SEND_PACKET_TIME_OUT | |
2019-08-14 12:31:31.138 1664-3113/com.noodoe.sunray.dev W/PacketSequenceProcessor:401: send packet failed: PacketStructure{mCommandType=CONTROL_COMMAND, mListener=com.noodoe.sunray.cmu.service.connection.handler.spp.command.ControlCommandProcessor@9c7aedd, mPayloadCheckSum=109, mPacketIndex=4, mPacketAckIndex=134, mIsRetried=true}!! | |
2019-08-14 12:31:31.139 1664-3113/com.noodoe.sunray.dev W/PacketSequenceProcessor:430: onConnectionStatusBad | |
2019-08-14 12:31:31.139 1664-3113/com.noodoe.sunray.dev I/BaseCommandProcessor$CommandProcessorHandler:187: ControlCommandProcessor: CommandProcessorHandler handle message: 0x91803, messageName: COMMAND_OUTPUT_FAIL | |
2019-08-14 12:31:31.140 1664-3113/com.noodoe.sunray.dev I/PacketSequenceProcessor$SequenceHandler:480: SequenceHandler handle message: 0x92003, messageName: SEND_NEXT_PACKET | |
2019-08-14 12:31:31.141 1664-3112/com.noodoe.sunray.dev I/SunrayControlCommandV20Handler$ControlCommandInternalHandler:628: ControlCommandHandler handle message: 0x19101904, messageName: ON_COMMAND_FAIL | |
2019-08-14 12:31:31.142 1664-3113/com.noodoe.sunray.dev I/BaseCommandProcessor$CommandProcessorHandler:187: ControlCommandProcessor: CommandProcessorHandler handle message: 0x91801, messageName: SEND_QUEUED_COMMAND | |
2019-08-14 12:31:31.144 1664-3112/com.noodoe.sunray.dev E/ServiceInvoker:228: send setSOS failed: INVALID | |
2019-08-14 12:31:31.144 1664-3112/com.noodoe.sunray.dev I/SunrayControlCommandV20Handler$ControlCommandInternalHandler:628: ControlCommandHandler handle message: 0x19101904, messageName: ON_COMMAND_FAIL | |
2019-08-14 12:31:31.148 1664-3113/com.noodoe.sunray.dev I/PacketSequenceProcessor$SequenceHandler:480: SequenceHandler handle message: 0x92001, messageName: SEND_PACKET | |
2019-08-14 12:31:31.148 1664-3112/com.noodoe.sunray.dev E/AndroidRuntime: FATAL EXCEPTION: SunrayTransferTaskManager288941b3-526f-4fba-acee-372eb2d0f7f5 | |
Process: com.noodoe.sunray.dev, PID: 1664 | |
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter obj | |
at com.noodoe.sunray.communication.bt.BluetoothManagerV20Imp$getMaintenanceSettings$1$$special$$inlined$let$lambda$1.onOutputCommandResult(BluetoothManagerV20Imp.kt) | |
at com.noodoe.sunray.cmu.service.task.SunrayControlCommandV20Handler.setOnCommandWithReplyFail(SunrayControlCommandV20Handler.java:595) | |
at com.noodoe.sunray.cmu.service.task.SunrayControlCommandV20Handler.handleCommandFail(SunrayControlCommandV20Handler.java:567) | |
at com.noodoe.sunray.cmu.service.task.SunrayControlCommandV20Handler.access$1000(SunrayControlCommandV20Handler.java:31) | |
at com.noodoe.sunray.cmu.service.task.SunrayControlCommandV20Handler$ControlCommandInternalHandler.handleMessage(SunrayControlCommandV20Handler.java:649) | |
at android.os.Handler.dispatchMessage(Handler.java:102) | |
at android.os.Looper.loop(Looper.java:241) | |
at android.os.HandlerThread.run(HandlerThread.java:61) | |
2019-08-14 12:31:31.151 1664-3113/com.noodoe.sunray.dev D/DLog:20: writePacket!-[SunraySPPHandler]--[writePacket]--[SunraySPPHandler:233]--[SunrayBTConnection74ed3830-6c9d-405d-941e-dd4717b34673]- | |
2019-08-14 12:31:31.182 1664-1827/com.noodoe.sunray.dev D/FA: Logging event (FE): user_engagement(_e), Bundle[{firebase_event_origin(_o)=auto, engagement_time_msec(_et)=2082, firebase_screen_class(_sc)=EmergencySettingActivity, firebase_screen_id(_si)=80027841546633163}] | |
2019-08-14 12:31:31.191 1664-1664/com.noodoe.sunray.dev D/SunrayApplication:737: should not init | |
2019-08-14 12:31:31.222 1664-1664/com.noodoe.sunray.dev I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@bef3c71 time:45397065 | |
2019-08-14 12:31:31.288 1664-1827/com.noodoe.sunray.dev D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_previous_class(_pc)=EmergencySettingActivity, firebase_previous_id(_pi)=80027841546633163, firebase_screen_class(_sc)=HolderActivity, firebase_screen_id(_si)=80027841546633162}] | |
2019-08-14 12:31:31.384 1664-1664/com.noodoe.sunray.dev D/SunrayApplication:737: should not init | |
2019-08-14 12:31:31.398 1664-1841/com.noodoe.sunray.dev I/art: Starting a blocking GC Explicit | |
2019-08-14 12:31:31.482 1664-1841/com.noodoe.sunray.dev I/art: Explicit concurrent mark sweep GC freed 40872(2MB) AllocSpace objects, 19(456KB) LOS objects, 24% free, 49MB/65MB, paused 2.489ms total 83.307ms | |
2019-08-14 12:31:31.617 1664-1664/com.noodoe.sunray.dev D/DLog:20: QUERY with uri: content://com.invisibi.iv01.provider.sunray.mediaprovider/devices-[MediaProvider]--[query]--[MediaProvider:128]--[main]- | |
2019-08-14 12:31:31.623 1664-1664/com.noodoe.sunray.dev D/AclConnectedReceiver:64: get intent action: android.bluetooth.device.action.ACL_CONNECTED, address: 00:81:F9:11:B9:63, mIsAclConnectedRecently: false | |
2019-08-14 12:31:31.629 1664-1841/com.noodoe.sunray.dev D/LeakCanary: Could not dump heap, previous analysis still is in progress. | |
2019-08-14 12:31:33.418 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: false, aboveUserLocationTimeThreshold: true, updatingUserLocation: false | |
2019-08-14 12:31:33.418 1664-1664/com.noodoe.sunray.dev D/TrackingService:966: location 25.0587009 121.6131466 | |
2019-08-14 12:31:33.423 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:31:33.631 1664-1664/com.noodoe.sunray.dev D/TrackingService:985: update user location 25.0587009, 121.6131466, cost 212 | |
2019-08-14 12:31:33.800 1664-1664/com.noodoe.sunray.dev D/AclConnectedReceiver:32: isBTConnected = true | |
2019-08-14 12:31:33.800 1664-1664/com.noodoe.sunray.dev D/AclConnectedReceiver:34: reset mIsAclConnectedRecently on connected! | |
2019-08-14 12:31:34.158 1664-3113/com.noodoe.sunray.dev I/PacketSequenceProcessor$SequenceHandler:480: SequenceHandler handle message: 0x92002, messageName: SEND_PACKET_TIME_OUT | |
2019-08-14 12:31:34.158 1664-3113/com.noodoe.sunray.dev I/PacketSequenceProcessor:396: retry sending packet: %s!!PacketStructure{mCommandType=CONTROL_COMMAND, mListener=com.noodoe.sunray.cmu.service.connection.handler.spp.command.ControlCommandProcessor@9c7aedd, mPayloadCheckSum=109, mPacketIndex=4, mPacketAckIndex=134, mIsRetried=false} | |
2019-08-14 12:31:34.161 1664-3113/com.noodoe.sunray.dev D/DLog:20: writePacket!-[SunraySPPHandler]--[writePacket]--[SunraySPPHandler:233]--[SunrayBTConnection74ed3830-6c9d-405d-941e-dd4717b34673]- | |
2019-08-14 12:31:35.890 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: true, aboveUserLocationTimeThreshold: false, updatingUserLocation: false | |
2019-08-14 12:31:35.890 1664-1664/com.noodoe.sunray.dev D/TrackingService:966: location 25.0588532 121.6131843 | |
2019-08-14 12:31:35.891 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:31:36.101 1664-1664/com.noodoe.sunray.dev D/TrackingService:985: update user location 25.0588532, 121.6131843, cost 211 | |
2019-08-14 12:31:36.418 1664-1841/com.noodoe.sunray.dev I/art: Starting a blocking GC Explicit | |
2019-08-14 12:31:36.506 1664-1841/com.noodoe.sunray.dev I/art: Explicit concurrent mark sweep GC freed 11133(495KB) AllocSpace objects, 2(40KB) LOS objects, 24% free, 49MB/65MB, paused 2.487ms total 87.661ms | |
2019-08-14 12:31:37.168 1664-3113/com.noodoe.sunray.dev I/PacketSequenceProcessor$SequenceHandler:480: SequenceHandler handle message: 0x92002, messageName: SEND_PACKET_TIME_OUT | |
2019-08-14 12:31:37.169 1664-3113/com.noodoe.sunray.dev W/PacketSequenceProcessor:401: send packet failed: PacketStructure{mCommandType=CONTROL_COMMAND, mListener=com.noodoe.sunray.cmu.service.connection.handler.spp.command.ControlCommandProcessor@9c7aedd, mPayloadCheckSum=109, mPacketIndex=4, mPacketAckIndex=134, mIsRetried=true}!! | |
2019-08-14 12:31:37.169 1664-3113/com.noodoe.sunray.dev W/PacketSequenceProcessor:430: onConnectionStatusBad | |
2019-08-14 12:31:37.170 1664-3113/com.noodoe.sunray.dev I/BaseCommandProcessor$CommandProcessorHandler:187: ControlCommandProcessor: CommandProcessorHandler handle message: 0x91803, messageName: COMMAND_OUTPUT_FAIL | |
2019-08-14 12:31:37.171 1664-3113/com.noodoe.sunray.dev I/PacketSequenceProcessor$SequenceHandler:480: SequenceHandler handle message: 0x92003, messageName: SEND_NEXT_PACKET | |
2019-08-14 12:31:37.173 1664-3113/com.noodoe.sunray.dev I/BaseCommandProcessor$CommandProcessorHandler:187: ControlCommandProcessor: CommandProcessorHandler handle message: 0x91801, messageName: SEND_QUEUED_COMMAND | |
2019-08-14 12:31:40.896 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: false, aboveUserLocationTimeThreshold: false, updatingUserLocation: false | |
2019-08-14 12:31:40.897 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:31:46.417 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: true, aboveUserLocationTimeThreshold: true, updatingUserLocation: false | |
2019-08-14 12:31:46.418 1664-1664/com.noodoe.sunray.dev D/TrackingService:966: location 25.0586992 121.6131629 | |
2019-08-14 12:31:46.419 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:31:46.704 1664-1664/com.noodoe.sunray.dev D/TrackingService:985: update user location 25.0586992, 121.6131629, cost 286 | |
2019-08-14 12:31:58.453 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: true, aboveUserLocationTimeThreshold: true, updatingUserLocation: false | |
2019-08-14 12:31:58.454 1664-1664/com.noodoe.sunray.dev D/TrackingService:966: location 25.0587616 121.6131766 | |
2019-08-14 12:31:58.455 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:31:58.798 1664-1664/com.noodoe.sunray.dev D/TrackingService:985: update user location 25.0587616, 121.6131766, cost 345 | |
2019-08-14 12:32:00.577 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: true, aboveUserLocationTimeThreshold: false, updatingUserLocation: false | |
2019-08-14 12:32:00.577 1664-1664/com.noodoe.sunray.dev D/TrackingService:966: location 25.0587149 121.6131655 | |
2019-08-14 12:32:00.578 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:32:00.764 1664-1664/com.noodoe.sunray.dev D/TrackingService:985: update user location 25.0587149, 121.6131655, cost 187 | |
2019-08-14 12:32:05.583 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: false, aboveUserLocationTimeThreshold: false, updatingUserLocation: false | |
2019-08-14 12:32:05.584 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:32:07.645 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: false, aboveUserLocationTimeThreshold: false, updatingUserLocation: false | |
2019-08-14 12:32:07.646 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:32:11.663 1664-1841/com.noodoe.sunray.dev I/art: Starting a blocking GC Explicit | |
2019-08-14 12:32:11.759 1664-1841/com.noodoe.sunray.dev I/art: Explicit concurrent mark sweep GC freed 20432(990KB) AllocSpace objects, 10(212KB) LOS objects, 24% free, 48MB/64MB, paused 2.137ms total 95.957ms | |
2019-08-14 12:32:11.907 1664-1841/com.noodoe.sunray.dev D/LeakCanary: Could not dump heap, previous analysis still is in progress. | |
2019-08-14 12:32:12.660 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: false, aboveUserLocationTimeThreshold: true, updatingUserLocation: false | |
2019-08-14 12:32:12.661 1664-1664/com.noodoe.sunray.dev D/TrackingService:966: location 25.0586767 121.6131645 | |
2019-08-14 12:32:12.662 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:32:12.957 1664-1664/com.noodoe.sunray.dev D/TrackingService:985: update user location 25.0586767, 121.6131645, cost 296 | |
2019-08-14 12:32:14.682 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: false, aboveUserLocationTimeThreshold: false, updatingUserLocation: false | |
2019-08-14 12:32:14.683 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:32:19.698 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: false, aboveUserLocationTimeThreshold: false, updatingUserLocation: false | |
2019-08-14 12:32:19.699 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:32:24.711 1664-1664/com.noodoe.sunray.dev D/TrackingService:956: aboveUserLocationRangeThreshold: true, aboveUserLocationTimeThreshold: true, updatingUserLocation: false | |
2019-08-14 12:32:24.712 1664-1664/com.noodoe.sunray.dev D/TrackingService:966: location 25.058744 121.613169 | |
2019-08-14 12:32:24.714 1664-1664/com.noodoe.sunray.dev D/TrackingService:993: doFetchWeather: false, fetchingWeather: false, firstTimeUpdateWeather: true, aboveRangeThreshold(location): true, aboveTimeRangeThreshold(): true | |
2019-08-14 12:32:25.001 1664-1664/com.noodoe.sunray.dev D/TrackingService:985: update user location 25.058744, 121.613169, cost 288 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment