Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

App Crashes on or above Nagout while Shuting down ChatClient in Android #69

Closed
karvik09 opened this issue Oct 10, 2018 · 11 comments
Closed

Comments

@karvik09
Copy link

karvik09 commented Oct 10, 2018

Description

App is Crashing When chatClient is about to shutdown on or above Android API 24.

Steps to Reproduce

  1. Initialise the chatClient Object.
  2. Use chatClient.
  3. Release the chatClient.

Code (optional)

chatClient.shutdown();

Expected Behavior

All SDK resources should be freed & There Shouldn't be Any Crash

Actual Behavior

App is Crashing.

Reproduces how Often

Always(100%)

Logs

--------- beginning of main
10-10 19:38:46.504  1648  1772 W MayaPerformanceService: getPackageActionStatus no packageName,ui:1000;type:2
--------- beginning of system
10-10 19:38:40.793  1648 12733 E BatteryStatsService: no controller energy info supplied
10-10 19:38:55.229  1648  2384 I ActivityManager: Killing 20695:com.android.defcontainer/u0a32 (adj 906): empty #17
10-10 19:38:46.505  1648  1772 I chatty  : uid=1000(system) android.bg identical 2 lines
10-10 19:38:46.505  1648  1772 W MayaPerformanceService: getPackageActionStatus no packageName,ui:1000;type:2
10-10 19:38:55.755  3528  3542 I Finsky  : [179] com.google.android.finsky.contentfilterui.o.a(6): Received content filters request from sharedUserId=com.google.uid.shared:10043
10-10 19:38:55.771  2256  2256 W ChimeraUtils: Non Chimera context
10-10 19:38:55.771  2256  2256 W ChimeraUtils: Non Chimera context
10-10 19:38:55.861  2256 23198 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-10 19:38:55.862  2256 23198 W Conscrypt: 	at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@14366018@14.3.66 (040308-213742215):2)
10-10 19:38:55.862  2256 23198 W Conscrypt: 	at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@14366018@14.3.66 (040308-213742215):2)
10-10 19:38:55.869  2256 23198 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-10 19:38:55.869  2256 23198 W Conscrypt: 	at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@14366018@14.3.66 (040308-213742215):2)
10-10 19:38:55.869  2256 23198 W Conscrypt: 	at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@14366018@14.3.66 (040308-213742215):2)
10-10 19:38:56.001  2256 25381 I InstantApps: DomainFilterImpl: Domain filter response size: 178
10-10 19:38:56.005  2256 25381 I InstantApps: DomainFilterImpl: No changes in domain filter
10-10 19:38:56.026  1648  1664 I zygote  : Background concurrent copying GC freed 58953(2MB) AllocSpace objects, 33(4MB) LOS objects, 42% free, 17MB/30MB, paused 1.270ms total 215.520ms
10-10 19:38:58.310  4911  4833 W GmsLocationProvider: Error removing location updates: 16
10-10 19:39:00.800  1648  2384 I ActivityManager: Killing 20733:com.android.keychain/1000 (adj 906): empty #17
10-10 19:39:02.883  3528  3688 I PlayCommon: [195] com.google.android.play.b.g.d(217): Preparing logs for uploading
10-10 19:39:02.891  3528  3688 I PlayCommon: [195] com.google.android.play.b.g.a(387): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
10-10 19:39:03.183  3528  3688 I PlayCommon: [195] com.google.android.play.b.g.a(458): Successfully uploaded logs.
10-10 19:39:03.318  1648 15094 I ActivityManager: Killing 20760:com.android.vending:instant_app_installer/u0a75 (adj 906): empty #17
10-10 19:39:04.422 24192 24306 D TWC: TNWebsocket:        -1942283920 | 10/10/19:39:04.422 | DEBUG    | 7      | TNWebsocket | Receive message 95 bytes
10-10 19:39:04.423 24192 24306 D TWC: TNTwilsockClient:        -1942283920 | 10/10/19:39:04.423 | DEBUG    | 1      | TNTwilsockClient | onMessageReceived (96)
10-10 19:39:04.423 24192 24306 D TWC: TNTwilsockClient: TWILSOCK V3.0 76
10-10 19:39:04.423 24192 24306 D TWC: TNTwilsockClient: {"method":"ping","id":"TM6a59dd3470cd46f5a7602909fe628b68","payload_size":0}
10-10 19:39:04.423 24192 24306 I TWC: TNTwilsockClient:        -1942283920 | 10/10/19:39:04.423 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 2, id = TM6a59dd3470cd46f5a7602909fe628b68
10-10 19:39:04.423 24192 24306 D TWC: TNTwilsockClientImpl:        -1942283920 | 10/10/19:39:04.423 | DEBUG    | 3      | TNTwilsockClientImpl | proceedPingMessage TM6a59dd3470cd46f5a7602909fe628b68
10-10 19:39:04.424 24192 24289 I TWC: TNTwilsockClient:        -1917351568 | 10/10/19:39:04.423 | INFO     | 1      | TNTwilsockClient | sendSuccessReplyImpl >> Connected
10-10 19:39:04.424 24192 24289 D TWC: TNTwilsockClientImpl:        -1917351568 | 10/10/19:39:04.424 | DEBUG    | 3      | TNTwilsockClientImpl | sendSuccessReply
10-10 19:39:04.424 24192 24289 I TWC: TNTwilsockClientImpl:        -1917351568 | 10/10/19:39:04.424 | INFO     | 3      | TNTwilsockClientImpl | sendSuccessReply, id = TM6a59dd3470cd46f5a7602909fe628b68
10-10 19:39:04.424 24192 24308 D TWC: TNWebsocket:        -1944356496 | 10/10/19:39:04.424 | DEBUG    | 7      | TNWebsocket | Sending frame via websocket (116)
10-10 19:39:04.424 24192 24308 D TWC: TNWebsocket: TWILSOCK V3.0 96
10-10 19:39:04.424 24192 24308 D TWC: TNWebsocket: {"id":"TM6a59dd3470cd46f5a7602909fe628b68","method":"reply","status":{"code":200,"status":"ok"}}
10-10 19:39:07.022   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=2.000000
10-10 19:39:07.265   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=2.000000
10-10 19:39:07.747   570   670 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
10-10 19:39:09.238 24192 24307 D TWC: TNWebsocket:        -1943320208 | 10/10/19:39:09.238 | DEBUG    | 13     | TNWebsocket | Receive message 95 bytes
10-10 19:39:09.238 24192 24307 D TWC: TNTwilsockClient:        -1943320208 | 10/10/19:39:09.238 | DEBUG    | 10     | TNTwilsockClient | onMessageReceived (96)
10-10 19:39:09.238 24192 24307 D TWC: TNTwilsockClient: TWILSOCK V3.0 76
10-10 19:39:09.238 24192 24307 D TWC: TNTwilsockClient: {"method":"ping","id":"TM75b01bb1170942bb8a6e3cf6f00905a2","payload_size":0}
10-10 19:39:09.238 24192 24307 I TWC: TNTwilsockClient:        -1943320208 | 10/10/19:39:09.238 | INFO     | 10     | TNTwilsockClient | onMessageReceived, method = 2, id = TM75b01bb1170942bb8a6e3cf6f00905a2
10-10 19:39:09.239 24192 24307 D TWC: TNTwilsockClientImpl:        -1943320208 | 10/10/19:39:09.239 | DEBUG    | 11     | TNTwilsockClientImpl | proceedPingMessage TM75b01bb1170942bb8a6e3cf6f00905a2
10-10 19:39:09.239 24192 24312 I TWC: TNTwilsockClient:        -1947195024 | 10/10/19:39:09.239 | INFO     | 10     | TNTwilsockClient | sendSuccessReplyImpl >> Connected
10-10 19:39:09.239 24192 24312 D TWC: TNTwilsockClientImpl:        -1947195024 | 10/10/19:39:09.239 | DEBUG    | 11     | TNTwilsockClientImpl | sendSuccessReply
10-10 19:39:09.239 24192 24312 I TWC: TNTwilsockClientImpl:        -1947195024 | 10/10/19:39:09.239 | INFO     | 11     | TNTwilsockClientImpl | sendSuccessReply, id = TM75b01bb1170942bb8a6e3cf6f00905a2
10-10 19:39:09.240 24192 24313 D TWC: TNWebsocket:        -1948231312 | 10/10/19:39:09.240 | DEBUG    | 13     | TNWebsocket | Sending frame via websocket (116)
10-10 19:39:09.240 24192 24313 D TWC: TNWebsocket: TWILSOCK V3.0 96
10-10 19:39:09.240 24192 24313 D TWC: TNWebsocket: {"id":"TM75b01bb1170942bb8a6e3cf6f00905a2","method":"reply","status":{"code":200,"status":"ok"}}
10-10 19:39:09.313  5024  5191 I WebRtcAudioManager: [71740:478] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:39:09.371  1648  2384 I ActivityManager: Killing 14166:com.android.chrome:sandboxed_process0/u0a11i33 (adj 906): empty #17
10-10 19:39:09.373  1648  1776 W zygote  : failed to open /acct/uid_99033/pid_14166/cgroup.procs: No such file or directory
10-10 19:39:09.390  1648  4015 W ActivityManager: Scheduling restart of crashed service com.aura.oobe.ml/org.chromium.content.app.SandboxedProcessService0 in 1000ms
10-10 19:39:09.390  3527 14165 W cr_ChildProcessConn: onServiceDisconnected (crash or killed by oom): pid=0
10-10 19:39:11.363   570   670 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
10-10 19:39:11.825   584   584 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
10-10 19:39:12.071   570   670 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
10-10 19:39:12.221  1648  4015 I ActivityManager: moveHomeStack, setupComplete:true
10-10 19:39:12.245   584   584 I SFPerfTracer:      triggers: (rate: 35:4154) (compose: 0:13) (post: 0:18) (render: 1:37) (49:139686 frames) (50:178494)
10-10 19:39:12.245   584   584 D SFPerfTracer:        layers: (5:13) (NavigationBar#0 (0xa5e57000): 45:8037) (StatusBar#0 (0xa5e55000): 0:23580) (RoundedOverlay#0 (0xa5ef6000): 0:116) (RoundedOverlay#1 (0xa6365000): 0:124) (com.android.systemui.ImageWallpaper#0 (0xa5e76000): 0:502)* (DimLayerController/Stack=0#0 (0xa610d000): 0:6877)* (Sprite#0 (0xa6110000): 0:10)* (DockedStackDivider#0 (0xa5ed6000): 0:196)* (DockedStackDim#0 (0xa5fc7000): 0:28)* (animation background stackId=1#0 (0xa6013000): 0:2)* (com.app.tillo/com.app.tillo.features.HomeScreen.HomeActivity#0 (0xa5fd7000): 33:75) (com.android.settings/com.android.settings.deviceinfo.UsbModeChooserActivity#0 (0xa6144000): 0:23)- (com.android.settings/com.android.settings.deviceinfo.UsbModeChooserActivity#1 (0xa6009000): 0:26)- 
10-10 19:39:12.254   584   584 D SurfaceFlinger: duplicate layer name: changing com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher to com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#1
10-10 19:39:12.291  4911  4911 W SessionLifecycleManager: Handover failed. Creating new session controller.
10-10 19:39:12.300  4911  4911 W ThreadPoolDumper: Queue length for executor User-Facing Non-Blocking is now 11. Perhaps some tasks are too long, or the pool is too small.
10-10 19:39:12.302  4911  4911 I OptInState: There is a new client and it does not support opt-in. Dropping request.
10-10 19:39:12.329  4911  6478 W LocationOracle: No location history returned by ContextManager
10-10 19:39:12.331  2090  2090 I GoogleInputMethod: onFinishInput() : Dummy InputConnection bound
10-10 19:39:12.332  2090  2090 I GoogleInputMethod: onStartInput() : Dummy InputConnection bound
10-10 19:39:12.340  4911  4911 I BgTaskExecutorImpl: Starting EXCLUSIVE background task update_searchnow_bootstrap_data.
10-10 19:39:12.368  4911  4833 I UpdateSNBDTask: Updating bootstrap data
10-10 19:39:12.383  2256 23198 W ctxmgr  : [AclManager]No 3 for (accnt=account#-517948760#, com.google.android.gms(10043):UserVelocityProducer, vrsn=14366018, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 2256). Was: 3 for 1, account#-517948760#
10-10 19:39:12.433  2104  2113 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: com.android.systemui.qs.external.TileLifecycleManager
10-10 19:39:12.436  2256 23198 E ctxmgr  : [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=7
10-10 19:39:12.455  2256  2256 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=null]
10-10 19:39:12.459  2256  2256 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=null]
10-10 19:39:12.472  2256 25400 I PlaceInferenceEngine: [anon] Changed inference mode: 0
10-10 19:39:12.499  2256 25400 I Places  : ?: PlacesBleScanner start() with priority 2
10-10 19:39:12.500  2256 25400 I PlaceInferenceEngine: [anon] Changed inference mode: 1
10-10 19:39:12.511  2256  2256 I BeaconBle: Using BLE 'L' hardware layer
10-10 19:39:12.515  2256 25400 I Places  : Converted 0 out of 2 WiFi scans
10-10 19:39:12.521  2256 25400 I PlaceInferenceEngine: [anon] Changed inference mode: 1
10-10 19:39:12.532  2256  2256 I BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 1 filters, 0 clients, callingClientName=Places]
10-10 19:39:12.534  2256  2256 E BeaconBle: Scan couldn't start for Places
10-10 19:39:12.534  2256  2256 W Places  : BLE failure while scanning - code 5
10-10 19:39:12.569  1648  1773 I ActivityManager: Killing 3527:com.aura.oobe.ml/u0a11 (adj 906): empty #17
10-10 19:39:12.571 24192 24192 D ChatClient: Application backgrounded
10-10 19:39:12.602  1648  2328 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=96, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@71c99d2)
10-10 19:39:12.603  1648  2035 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=96, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-10 19:39:12.572 24192 24192 D ChatClient: Application backgrounded
10-10 19:39:12.633  2256 23198 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
10-10 19:39:12.649 24192 24192 D TwilioChatService: onDestroy: 
10-10 19:39:12.653 24192 25401 D ChatClient: Unsubscribed from ActivityLifecycleCallbacks
10-10 19:39:12.654 24192 25401 D ChatClient: Unsubscribed from ComponentCallbacks2
10-10 19:39:12.654 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.654 | INFO     | IPM | client [api] shutdown
10-10 19:39:12.654 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.654 | INFO     | IPM | [C3lZG] client: StateInitialized->StateShutdown
10-10 19:39:12.654 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.654 | INFO     | IPM | shutdown: started
10-10 19:39:12.654 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.654 | DEBUG    | IPM | typing indicator: deinitialize
10-10 19:39:12.655 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.655 | INFO     | IPM | typing indicator: deinitialized
10-10 19:39:12.655 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.655 | DEBUG    | IPM | consumption: deinitialize
10-10 19:39:12.655 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.655 | INFO     | IPM | consumption: deinitialized
10-10 19:39:12.656 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.655 | DEBUG    | IPM | users: deinitialize
10-10 19:39:12.656 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.656 | INFO     | IPM | users: deinitialized
10-10 19:39:12.656 24192 25401 D TWC: TMD:        -1810671248 | 10/10/19:39:12.656 | DEBUG    | TMD | client shuts down
10-10 19:39:12.656 24192 25401 I TWC: TMD:        -1810671248 | 10/10/19:39:12.656 | INFO     | TMD | client was successfully shut down
10-10 19:39:12.656 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.656 | DEBUG    | IPM | shutdown: deleting command queue
10-10 19:39:12.656 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.656 | INFO     | IPM | [tVtgZ] commands: StateProcessing->StateStopped
10-10 19:39:12.657 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.657 | DEBUG    | IPM | shutdown: deleting data objects
10-10 19:39:12.657 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.657 | INFO     | IPM | [C3lZG] channels: StateChannelsInitialized->StateShutdown
10-10 19:39:12.657 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.657 | DEBUG    | IPM | channels: deinitializing user channels
10-10 19:39:12.657 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.657 | INFO     | IPM | [yahHd] channel: StateChannelDocument->StateShutdown
10-10 19:39:12.657 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.657 | INFO     | IPM | [yahHd] members: StateMembersSkip->StateShutdown
10-10 19:39:12.658 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.658 | INFO     | IPM | [yahHd] messages: StateMessagesSkip->StateShutdown
10-10 19:39:12.658 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.658 | INFO     | IPM | [vK1PO] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.658 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.658 | INFO     | IPM | [vK1PO] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.658 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.658 | INFO     | 246    | SyncMap | destructed
10-10 19:39:12.659 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.659 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MP279557e257864ce8a2d45443399aee6e
10-10 19:39:12.659 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.659 | INFO     | IPM | [vK1PO] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.661 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.661 | INFO     | 250    | SyncList | destructed
10-10 19:39:12.661 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.661 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ES80dbf4783765430bbd9e8c7544f3ae56
10-10 19:39:12.661 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.661 | INFO     | IPM | [EKu9H] channel: StateChannelDocument->StateShutdown
10-10 19:39:12.661 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.661 | INFO     | IPM | [EKu9H] members: StateMembersSkip->StateShutdown
10-10 19:39:12.661 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.661 | INFO     | IPM | [EKu9H] messages: StateMessagesSkip->StateShutdown
10-10 19:39:12.667 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.667 | INFO     | IPM | [gNLZs] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.668 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.668 | INFO     | IPM | [gNLZs] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.669 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.669 | INFO     | 178    | SyncMap | destructed
10-10 19:39:12.669 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.669 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MP37fbc7414886452a977e6d12379a2dba
10-10 19:39:12.669 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.669 | INFO     | IPM | [gNLZs] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.671 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.671 | INFO     | 186    | SyncList | destructed
10-10 19:39:12.671 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.671 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ESe98456552cb34263a520396c11918982
10-10 19:39:12.671 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.671 | INFO     | IPM | [s27jl] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.671 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.671 | INFO     | IPM | [s27jl] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.673 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.673 | INFO     | 200    | SyncMap | destructed
10-10 19:39:12.673 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.673 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MP2d910f8512044adc8dd3ca2c71211e58
10-10 19:39:12.673 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.673 | INFO     | IPM | [s27jl] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.674 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.674 | INFO     | 211    | SyncList | destructed
10-10 19:39:12.674 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.674 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ES22037c01a0044728861b660018b71fc8
10-10 19:39:12.674 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.674 | INFO     | IPM | [iZKDJ] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.674 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.674 | INFO     | IPM | [iZKDJ] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.674 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.674 | INFO     | 184    | SyncMap | destructed
10-10 19:39:12.675 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.675 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MP8e1d3da3817049afa3a4d37278c51fbf
10-10 19:39:12.675 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.675 | INFO     | IPM | [iZKDJ] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.675 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.675 | INFO     | 196    | SyncList | destructed
10-10 19:39:12.675 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.675 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ES78959be0fe5d468b83790dec76d5b3ef
10-10 19:39:12.675 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.675 | INFO     | IPM | [aRBWg] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.677 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.677 | INFO     | IPM | [aRBWg] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.680 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.679 | INFO     | 228    | SyncMap | destructed
10-10 19:39:12.680 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.680 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MPf73ed438a9d042a4bc8a108ed5dfed78
10-10 19:39:12.680 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.680 | INFO     | IPM | [aRBWg] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.681 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.681 | INFO     | 230    | SyncList | destructed
10-10 19:39:12.681 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.681 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ES61eb39f6c26b4fc793b3f5f377a456c4
10-10 19:39:12.681 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.681 | INFO     | IPM | [2BPzY] channel: StateChannelDocument->StateShutdown
10-10 19:39:12.682 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.682 | INFO     | IPM | [2BPzY] members: StateMembersSkip->StateShutdown
10-10 19:39:12.683 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.683 | INFO     | IPM | [2BPzY] messages: StateMessagesSkip->StateShutdown
10-10 19:39:12.683 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.683 | INFO     | IPM | [Pde3J] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.683 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.683 | INFO     | IPM | [Pde3J] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.685 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.685 | INFO     | 180    | SyncMap | destructed
10-10 19:39:12.685 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.685 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MP6e0fd23f2fcd4ac8ac9cd712bdb7f0bb
10-10 19:39:12.685 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.685 | INFO     | IPM | [Pde3J] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.686 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.686 | INFO     | 192    | SyncList | destructed
10-10 19:39:12.686 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.686 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ESf162709177fc4c72a76e7f56380ece20
10-10 19:39:12.686 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.686 | INFO     | IPM | [T5myk] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.686 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.686 | INFO     | IPM | [T5myk] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.686 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.686 | INFO     | 188    | SyncMap | destructed
10-10 19:39:12.687 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.687 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MP3976fdc49f9146448114af73cea42c44
10-10 19:39:12.687 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.687 | INFO     | IPM | [T5myk] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.688 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.688 | INFO     | 208    | SyncList | destructed
10-10 19:39:12.688 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.688 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ESa5b1588fe8ab42d8bc7153ab751c1f11
10-10 19:39:12.688 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.688 | INFO     | IPM | [Z72wp] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.689 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.688 | INFO     | IPM | [Z72wp] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.689 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.689 | INFO     | 215    | SyncMap | destructed
10-10 19:39:12.689 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.689 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MP62a14f815d674818b849acce56179050
10-10 19:39:12.689 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.689 | INFO     | IPM | [Z72wp] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.690 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.690 | INFO     | 217    | SyncList | destructed
10-10 19:39:12.690 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.690 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ESa16acfa625d649ce8fc7c212f0f96757
10-10 19:39:12.690 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.690 | INFO     | IPM | [8lCVn] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.690 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.690 | INFO     | IPM | [8lCVn] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.690 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.690 | INFO     | 182    | SyncMap | destructed
10-10 19:39:12.690 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.690 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MPd4aeefea5de44215be091fe6c3b416a6
10-10 19:39:12.691 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.691 | INFO     | IPM | [8lCVn] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.692 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.692 | INFO     | 190    | SyncList | destructed
10-10 19:39:12.692 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.692 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ES78277f9736eb40eebd0c17debad1aee3
10-10 19:39:12.692 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.692 | INFO     | IPM | [utIPF] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.693 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.693 | INFO     | IPM | [utIPF] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.693 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.693 | INFO     | 234    | SyncMap | destructed
10-10 19:39:12.693 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.693 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MPe59be9ae634b49d5980bde5497bd7773
10-10 19:39:12.693 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.693 | INFO     | IPM | [utIPF] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.695 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.695 | INFO     | 236    | SyncList | destructed
10-10 19:39:12.695 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.695 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ES7c3e4937422d4c4bb875846ac9024413
10-10 19:39:12.695 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.695 | INFO     | IPM | [cyGM1] channel: StateChannelCollections->StateShutdown
10-10 19:39:12.695 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.695 | INFO     | IPM | [cyGM1] members: StateMembersInitialized->StateShutdown
10-10 19:39:12.697 24192 25401 I TWC: SyncMap:        -1810671248 | 10/10/19:39:12.696 | INFO     | 238    | SyncMap | destructed
10-10 19:39:12.697 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.697 | DEBUG    | 40     | TSSubscriptions | Removing subscription for MPe528b049ebd340449c96ffabcc8a011f
10-10 19:39:12.697 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.697 | INFO     | IPM | [cyGM1] messages: StateMessagesInitialized->StateShutdown
10-10 19:39:12.697 24192 25401 I TWC: SyncList:        -1810671248 | 10/10/19:39:12.697 | INFO     | 240    | SyncList | destructed
10-10 19:39:12.697 24192 25401 D TWC: TSSubscriptions:        -1810671248 | 10/10/19:39:12.697 | DEBUG    | 40     | TSSubscriptions | Removing subscription for ES4f017ef4a821421b98197ec94facc1d9
10-10 19:39:12.697 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.697 | DEBUG    | IPM | channels: deinitializing channels cache
10-10 19:39:12.697 24192 25401 I TWC: IPM:        -1810671248 | 10/10/19:39:12.697 | INFO     | IPM | channels: deinitialized
10-10 19:39:12.697 24192 25401 D TWC: IPM:        -1810671248 | 10/10/19:39:12.697 | DEBUG    | IPM | shutdown: deleting twilsock subscriptions
10-10 19:39:12.698 24192 25401 I TWC: TMD:        -1810671248 | 10/10/19:39:12.698 | INFO     | TMD | client was destroyed
10-10 19:39:12.698 24192 25401 D TWC: TNRawHttp:        -1810671248 | 10/10/19:39:12.698 | DEBUG    | 58     | TNRawHttp | ~TNRawHttp - start
10-10 19:39:12.699 24192 25401 D TWC: TNRawHttp:        -1810671248 | 10/10/19:39:12.699 | DEBUG    | 58     | TNRawHttp | ~TNRawHttp - end
--------- beginning of crash
10-10 19:39:12.699 24192 25401 F libc    : invalid pthread_t 0x8ac0b970 passed to libc
10-10 19:39:12.700 24192 25401 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 25401 (AsyncTask #5)
10-10 19:39:12.781  2708  2855 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
10-10 19:39:12.781  2708  2855 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
10-10 19:39:12.817  2256  2267 I zygote  : Background concurrent copying GC freed 299814(14MB) AllocSpace objects, 54(3MB) LOS objects, 49% free, 12MB/25MB, paused 330us total 168.666ms
10-10 19:39:12.829 25527 25527 I crash_dump32: obtaining output fd from tombstoned
10-10 19:39:12.830  1075  1075 I /system/bin/tombstoned: received crash request for pid 24192
10-10 19:39:12.832 25527 25527 I crash_dump32: performing dump of process 24192 (target tid = 25401)
10-10 19:39:12.833 25527 25527 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-10 19:39:12.833 25527 25527 F DEBUG   : Build fingerprint: 'motorola/ali/ali:8.0.0/OPS27.82-87/108:user/release-keys'
10-10 19:39:12.833 25527 25527 F DEBUG   : Revision: 'c200'
10-10 19:39:12.833 25527 25527 F DEBUG   : ABI: 'arm'
10-10 19:39:12.833 25527 25527 F DEBUG   : pid: 24192, tid: 25401, name: AsyncTask #5  >>> com.app.tillo <<<
10-10 19:39:12.833 25527 25527 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
10-10 19:39:12.844 25527 25527 F DEBUG   : Abort message: 'invalid pthread_t 0x8ac0b970 passed to libc'
10-10 19:39:12.844 25527 25527 F DEBUG   :     r0 00000000  r1 00006339  r2 00000006  r3 00000008
10-10 19:39:12.844 25527 25527 F DEBUG   :     r4 00005e80  r5 00006339  r6 94133c40  r7 0000010c
10-10 19:39:12.844 25527 25527 F DEBUG   :     r8 94133cac  r9 8deea968  sl 941344d8  fp 94133e30
10-10 19:39:12.844 25527 25527 F DEBUG   :     ip 00000000  sp 94133c30  lr af925447  pc af955ab0  cpsr 200f0010
10-10 19:39:12.853 25527 25527 F DEBUG   : 
10-10 19:39:12.853 25527 25527 F DEBUG   : backtrace:
10-10 19:39:12.853 25527 25527 F DEBUG   :     #00 pc 0004aab0  /system/lib/libc.so (tgkill+12)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #01 pc 0001a443  /system/lib/libc.so (abort+54)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #02 pc 0001eaf1  /system/lib/libc.so (__libc_fatal+24)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #03 pc 000480b3  /system/lib/libc.so (_Z23__pthread_internal_findl+90)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #04 pc 00048135  /system/lib/libc.so (pthread_join+24)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #05 pc 0046848c  /data/app/com.app.tillo-hlE_QOl7PnaEktINzkezqw==/lib/arm/libtwilio-rtd-native.so (_ZN10TwilioPoco10ThreadImpl8joinImplEv+112)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #06 pc 0046c960  /data/app/com.app.tillo-hlE_QOl7PnaEktINzkezqw==/lib/arm/libtwilio-rtd-native.so (_ZN10TwilioPoco16ActiveDispatcher4stopEv+148)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #07 pc 0046c9d0  /data/app/com.app.tillo-hlE_QOl7PnaEktINzkezqw==/lib/arm/libtwilio-rtd-native.so (_ZN10TwilioPoco16ActiveDispatcherD2Ev+24)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #08 pc 003adc95  /data/app/com.app.tillo-hlE_QOl7PnaEktINzkezqw==/lib/arm/libtwilio-rtd-native.so (_ZN3rtd9TNRawHttpD2Ev+1328)
10-10 19:39:12.853 25527 25527 F DEBUG   :     #09 pc 00572ef0  /data/app/com.app.tillo-hlE_QOl7PnaEktINzkezqw==/lib/arm/libtwilio-rtd-native.so
10-10 19:39:12.853 25527 25527 F DEBUG   :     #10 pc 0033d4bb  /data/app/com.app.tillo-hlE_QOl7PnaEktINzkezqw==/lib/arm/libtwilio-rtd-native.so (_ZNSt3__110shared_ptrIN3rtd10ITNRawHttpEED2Ev+8)
10-10 19:39:12.877   584   793 I SFPerfTracer:      triggers: (rate: 0:14) (0 sw vsyncs) (0 skipped) (83:140293 vsyncs) (85:181337)
10-10 19:39:13.429   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:39:13.627   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:39:13.826   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:39:14.025   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:39:17.327  1075  1075 E /system/bin/tombstoned: Tombstone written to: /data/tombstones//tombstone_05
10-10 19:39:17.330  1648  1775 I ActivityManager: Showing crash dialog for package com.app.tillo u0
10-10 19:39:17.333  1648  1820 I BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
10-10 19:39:17.336 24192 24303 D TWC: TSSubscriptions:        -1939175056 | 10/10/19:39:17.336 | DEBUG    | 40     | TSSubscriptions | Sending subscription request for action: cancel (size: 22, correlationId: 1539180557336)
10-10 19:39:17.385  4911  6478 I EventLogSendingHelper: Sending log events.
10-10 19:39:17.399  1648 13296 I ActivityManager: Process com.app.tillo (pid 24192) has died: cch  CEM 
10-10 19:39:17.402  1648  1825 W ActivityManager: setHasOverlayUi called on unknown pid: 24192
10-10 19:39:17.451   932   932 I Zygote  : Process 24192 exited due to signal (6)
10-10 19:39:22.385  4911  4833 I EventLogSendingHelper: Sending log events.
10-10 19:39:25.092  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:39:25.093  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:39:25.641  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:39:29.633  1648  2032 D WifiNative-wlan0: Scan issued for specific freq..
10-10 19:39:29.720   560   560 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened. 
10-10 19:39:29.730  1648 13296 E BatteryStatsService: no controller energy info supplied
10-10 19:39:32.318  1648 12922 D WificondControl: Scan result ready event
10-10 19:39:29.731  1648 13296 E BatteryStatsService: no controller energy info supplied
10-10 19:39:37.190  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4178900, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=36163, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=320, SEQNUM=116867, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2513760, POWER_SUPPLY_CAPACITY=86, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:39:37.201  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:39:39.313  5024  5191 I WebRtcAudioManager: [71770:479] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:39:40.590   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:39:40.591  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:39:47.216  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4180731, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=15411, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=320, SEQNUM=116868, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2513625, POWER_SUPPLY_CAPACITY=86, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:39:47.226  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:39:52.956  2547  2600 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
10-10 19:39:52.958  2547  2547 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
10-10 19:39:52.962  2287  2287 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
10-10 19:39:52.962  2287  2287 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
10-10 19:39:52.967  2356  2356 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
10-10 19:39:52.967  2356  2356 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
10-10 19:39:52.967  2356  2356 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
10-10 19:39:52.967  2356  2356 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
10-10 19:39:53.017  2356  2356 E MSimContext: MSimContext: Invalid subId in getSimContext(-2). Returning the original Context
10-10 19:39:57.244  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4179510, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=44097, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=320, SEQNUM=116869, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2513540, POWER_SUPPLY_CAPACITY=86, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:39:53.021  2356  2356 E MSimContext: MSimContext: Invalid subId in getSimContext(-2). Returning the original Context
10-10 19:39:57.255  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:40:04.437  2547  2600 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
10-10 19:40:04.438  2547  2547 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
10-10 19:40:04.441  2287  2287 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
10-10 19:40:04.441  2287  2287 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
10-10 19:40:04.445  2356  2356 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
10-10 19:40:04.445  2356  2356 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
10-10 19:40:04.445  2356  2356 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
10-10 19:40:04.445  2356  2356 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
10-10 19:40:04.446  2356  2356 E MSimContext: MSimContext: Invalid subId in getSimContext(-2). Returning the original Context
10-10 19:40:04.448  2356  2356 E MSimContext: MSimContext: Invalid subId in getSimContext(-2). Returning the original Context
10-10 19:40:09.313  5024  5191 I WebRtcAudioManager: [71800:479] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:40:12.461   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:40:16.082  3493 20283 W OkHttpClient: A connection to http://conf.international.baidu.com/ was leaked. Did you forget to close a response body?
10-10 19:40:23.834   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:40:25.094  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:40:25.095  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:40:25.643  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:40:28.803   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:40:39.313  5024  5191 I WebRtcAudioManager: [71830:479] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:40:40.591  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:40:40.595   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:40:40.595  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:40:49.636  1648  2032 D WifiNative-wlan0: Scan issued for specific freq..
10-10 19:40:49.659  1648  1648 I ActivityManager: Start proc 25565:com.android.vending:instant_app_installer/u0a75 for service com.android.vending/com.google.android.finsky.instantapps.metrics.LogFlushJob
10-10 19:40:49.877 25565 25593 I PlayCommon: [3942] com.google.android.play.b.g.d(217): Preparing logs for uploading
10-10 19:40:49.890 25565 25593 I PlayCommon: [3942] com.google.android.play.b.x.a(9): Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp
10-10 19:40:49.892 25565 25593 D NetworkSecurityConfig: No Network Security Config specified, using platform default
10-10 19:40:50.071   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:40:52.282  1648 12922 D WificondControl: Scan result ready event
10-10 19:40:52.532 25565 25593 W PlayCommon: [3942] com.google.android.play.b.g.a(502): No account for auth token provided
10-10 19:40:52.533 25565 25593 I PlayCommon: [3942] com.google.android.play.b.g.a(387): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
10-10 19:40:52.701 25565 25593 I PlayCommon: [3942] com.google.android.play.b.g.a(458): Successfully uploaded logs.
10-10 19:40:53.848   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:40:54.723 25565 25580 I zygote  : Waiting for a blocking GC ProfileSaver
10-10 19:40:54.753 25565 25580 I zygote  : WaitForGcToComplete blocked for 29.306ms for cause ProfileSaver
10-10 19:40:55.637   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:40:57.404  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4179510, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=29144, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=320, SEQNUM=116870, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2512713, POWER_SUPPLY_CAPACITY=86, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:40:57.418  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:41:05.178   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:41:09.315  5024  5191 I WebRtcAudioManager: [71860:480] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:41:25.097  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:41:25.097  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:41:25.645  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:41:39.316  5024  5191 I WebRtcAudioManager: [71890:481] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:41:40.591  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:41:40.596   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:41:40.596  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:41:52.283   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:41:57.561  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4176916, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=53252, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=320, SEQNUM=116871, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2511850, POWER_SUPPLY_CAPACITY=86, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:41:57.571  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:42:01.492  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4176916, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=53252, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=320, SEQNUM=116873, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2511850, POWER_SUPPLY_CAPACITY=85, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:42:01.501   560   560 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened. 
10-10 19:42:01.512  1648  1779 E BatteryStatsService: no controller energy info supplied
10-10 19:42:01.567  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:42:09.316  5024  5191 I WebRtcAudioManager: [71920:482] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:42:09.637  1648  2032 D WifiNative-wlan0: Scan issued for specific freq..
10-10 19:42:12.276  1648 18606 D WificondControl: Scan result ready event
10-10 19:42:25.099  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:42:25.100  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:42:25.647  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:42:39.317  5024  5191 I WebRtcAudioManager: [71950:483] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:42:40.592   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:42:40.592  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:42:40.593  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:42:49.123   560   560 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened. 
10-10 19:42:49.132  1648  1779 I chatty  : uid=1000(system) batterystats-sy identical 2 lines
10-10 19:42:49.132  1648  1779 E BatteryStatsService: no controller energy info supplied
10-10 19:42:57.722  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4173712, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=96740, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=317, SEQNUM=116874, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2510950, POWER_SUPPLY_CAPACITY=85, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:42:57.734  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:43:00.186   584   584 I SFPerfTracer:      triggers: (rate: 35:4154) (compose: 0:13) (post: 0:18) (render: 1:37) (3:139748 frames) (4:178596)
10-10 19:43:00.187   584   584 D SFPerfTracer:        layers: (8:14) (NavigationBar#0 (0xa5e57000): 0:8065) (StatusBar#0 (0xa5e55000): 2:23608) (RoundedOverlay#0 (0xa5ef6000): 0:116) (RoundedOverlay#1 (0xa6365000): 0:124) (com.android.systemui.ImageWallpaper#0 (0xa5e76000): 0:503) (DimLayerController/Stack=0#0 (0xa610d000): 0:6887) (Sprite#0 (0xa6110000): 0:10)* (DockedStackDivider#0 (0xa5ed6000): 0:196)* (DockedStackDim#0 (0xa5fc7000): 0:28)* (animation background stackId=1#0 (0xa6013000): 0:2)- (com.app.tillo/com.app.tillo.features.HomeScreen.HomeActivity#0 (0xa5fd7000): 0:100)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xa6144000): 0:6)* (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#1 (0xa6009000): 4:26) (Application Error: com.app.tillo#0 (0xa5fd7000): 0:13) 
10-10 19:43:09.318  5024  5191 I WebRtcAudioManager: [71980:484] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:43:18.774  1648  2026 D WifiCountryMonitorFcc: fixCurrentCountryIso called
10-10 19:43:22.703  1648 12733 W ActivityManager: Removing FLAG_RECEIVER_FROM_SHELL because caller is UID 10152
10-10 19:43:22.704  1648 12733 E ActivityManager: isInstantApp with an application's uid, no record, and no package name
10-10 19:43:25.101  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:43:25.102  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:43:25.649  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:43:29.638  1648  2032 D WifiNative-wlan0: Scan issued for specific freq..
10-10 19:43:32.256  1648 12922 D WificondControl: Scan result ready event
10-10 19:43:35.096 25177 25219 D NetworkSecurityConfig: No Network Security Config specified, using platform default
10-10 19:43:39.319  5024  5191 I WebRtcAudioManager: [72010:485] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:43:40.594   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:43:40.597  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:43:40.597  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:43:57.882  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4178747, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=42571, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=317, SEQNUM=116875, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2510117, POWER_SUPPLY_CAPACITY=85, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:43:57.896  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:44:09.320  5024  5191 I WebRtcAudioManager: [72040:486] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:44:17.350  1648 25530 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{2d00c4d 0:com.app.tillo/u0a194}
10-10 19:44:17.577  1648  1976 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
10-10 19:44:25.103  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:44:25.104  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:44:25.651  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:44:39.320  5024  5191 I WebRtcAudioManager: [72070:485] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:44:40.592  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:44:40.593   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:44:40.594  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:44:49.639  1648  2032 D WifiNative-wlan0: Scan issued for specific freq..
10-10 19:44:52.325  1648 13296 D WificondControl: Scan result ready event
10-10 19:44:58.042  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4174322, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=77971, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=317, SEQNUM=116876, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2509223, POWER_SUPPLY_CAPACITY=85, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:44:58.054  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:44:58.188   584   793 I SFPerfTracer:      triggers: (rate: 0:14) (0 sw vsyncs) (0 skipped) (0:140333 vsyncs) (2:181439)
10-10 19:45:09.320  5024  5191 I WebRtcAudioManager: [72100:486] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:45:17.272   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:45:25.105  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:45:25.106  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:45:25.653  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:45:39.321  5024  5191 I WebRtcAudioManager: [72130:487] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:45:40.592  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:45:42.558 20065 20416 E memtrack: Couldn't load memtrack module
10-10 19:45:42.559 20065 20416 W android.os.Debug: failed to get memory consumption info: -1
10-10 19:45:49.077   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:45:55.042   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:45:58.202  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4178747, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=42571, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=315, SEQNUM=116877, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2508332, POWER_SUPPLY_CAPACITY=85, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:45:58.214  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:45:59.813   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:46:04.584   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:46:05.739  2256 25400 I Places  : Converted 0 out of 3 WiFi scans
10-10 19:46:05.783  2256 25398 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
10-10 19:46:05.826  2256 22126 I GCoreUlr: Successfully inserted 1 locations
10-10 19:46:05.964  1648  1664 I zygote  : Background concurrent copying GC freed 112649(5MB) AllocSpace objects, 39(5MB) LOS objects, 42% free, 17MB/31MB, paused 2.499ms total 242.968ms
10-10 19:46:09.321  5024  5191 I WebRtcAudioManager: [72160:487] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:46:09.641  1648  2032 D WifiNative-wlan0: Scan issued for specific freq..
10-10 19:46:12.320  1648  2361 D WificondControl: Scan result ready event
10-10 19:46:19.894   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:46:25.107  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:46:25.108  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:46:25.654  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:46:29.634   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:46:39.322  5024  5191 I WebRtcAudioManager: [72190:487] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:46:40.591  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:46:40.595   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:46:40.596  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:46:44.941   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:46:52.098   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:46:58.362  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4177526, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=48522, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=315, SEQNUM=116878, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2507600, POWER_SUPPLY_CAPACITY=85, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:46:58.376  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:47:07.009   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:47:09.323  5024  5191 I WebRtcAudioManager: [72220:488] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:47:20.375   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:47:25.109  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@fa53b4b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
10-10 19:47:25.110  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@86d4928[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 33]
10-10 19:47:25.656  3528  3588 I Finsky  : [184] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@fc28641[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 11]
10-10 19:47:28.924   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:47:29.647  1648  2032 D WifiNative-wlan0: Scan issued for specific freq..
10-10 19:47:32.347  1648 12922 D WificondControl: Scan result ready event
10-10 19:47:37.473   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:47:38.666   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:47:39.323  5024  5191 I WebRtcAudioManager: [72250:488] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:47:40.593  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:47:40.598   961  2250 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
10-10 19:47:40.599  1648  2189 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
10-10 19:47:55.766   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:47:57.997   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000
10-10 19:47:58.523  1648  1981 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4177221, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=45318, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=315, SEQNUM=116879, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=2506746, POWER_SUPPLY_CAPACITY=85, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
10-10 19:47:58.534  2356  2356 D QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0
10-10 19:48:03.961   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=1.000000
10-10 19:48:09.322  5024  5191 I WebRtcAudioManager: [72280:487] [5191] WebRtcAudioManager: VOICE_CALL stream volume: 6 (max=8)
10-10 19:48:10.325   545  1585 D NativeSensors: CapSensor:  mPendingEvent.distance=0.000000

Versions

minSdkVersion 21
targetSdkVersion 28

Chat Android SDK

3.1.0

Android API

24

Android Device

MotoXPlay,Motog05,Samsung Galaxy S8,Samsung Galaxy S7 & few more Devices

@spalmertwilio
Copy link

This is also logged as Support Request 1537089.

@berkus
Copy link
Contributor

berkus commented Oct 11, 2018

What is the SDK version?

When you press the "New Issue" button on github there's a number of fields that must be filled in, please fill them in.

@karvik09 karvik09 changed the title App Crashes On Oreo while Shutdown ChatClient App Crashes on or above Nagout while Shuting down ChatClient in Android Oct 12, 2018
@karvik09
Copy link
Author

minSdkVersion 21
targetSdkVersion 28

@berkus
Copy link
Contributor

berkus commented Oct 12, 2018

You filled in all the details, thank you! This is much easier now.

@berkus berkus added category:bug sdk-version:3.x disposition:pending-release Fix is implemented and is pending release clearance and removed disposition:pending-release Fix is implemented and is pending release clearance labels Oct 12, 2018
@berkus
Copy link
Contributor

berkus commented Oct 12, 2018

As per the changelog this is actually fixed in 3.1.1.

@karvik09
Copy link
Author

Thanx for the Solution.
Here Some Leak occured with log:
844/com.app.tillo W/OkHttpClient: A connection to https://ers.twilio.com/ was leaked. Did you forget to close a response body?

@berkus
Copy link
Contributor

berkus commented Oct 15, 2018

We do not use OkHttpClient for requests.

@InI4
Copy link

InI4 commented Oct 15, 2018

AFAIK I know with later Android OkHttp is used internally anyway and HttpClientConnection is a mere wrapper.

@berkus
Copy link
Contributor

berkus commented Oct 15, 2018

From the URL it looks like request to ERS and we don't use any Java classes to connect to ERS. Its all done in native code.

@berkus
Copy link
Contributor

berkus commented Oct 15, 2018

Again, providing more information context than just 1 line of log could be helpful.

@berkus
Copy link
Contributor

berkus commented Dec 6, 2018

No response, closing.

@berkus berkus closed this as completed Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants