Giter VIP home page Giter VIP logo

Comments (52)

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube Please have a look

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

@jddeep looks like you try to listen to messages before login into the chat, try to add message listener only after success login to the chat.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube This below is the full function.

private fun bindToChatConnection() {
        if (!ConnectycubeChatService.getInstance().isLoggedIn) {
            subscribeToChatConnectionChanges()
            return
        }

        subscribeMessageSenderText()
        chatDialog.addMessageListener(messageListener)

        initManagers()

        input_chat_message.addTextChangedListener(textTypingWatcher)
    }

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

Do you reproduce it on our sample app?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

According to the code from SDK, you can get this error when you try to add the listener to the chatDialog which doesn't contain the recipient's id in occupantsIds. Check does occupantsIds contain the opponent's id before add the listener.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube In the case it doesn't contains the opponent's id what to do?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

Where do you get the instance of this chatDialog? From the DB or from the Connectycube server? Without an opponent's id, you can't send/receive messages in the PRIVATE chat.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube This issue occurs only first time after new login after clearing app data or logout. I do have two mechanisms of getting the chatDialog. First it fetches from db and then it is backed by data coming from server. I have logged out the chatDialog everything seems fine. data like dialog id, lastMessage, timestamp, etc are all coming fine. Only issue it shows with recipient id while adding message listener

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

you should investigate your code and logs and found in which cases you have the dialog without the opponent's id.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube This is what is getting logged after fetching the chatDialog:

 GetChatDialogSucc:: chatId 608544dfca8bf410b4874d4f, lastMessageDateSent= 1619532497, createdAt= Sun Apr 25 16:00:55 GMT+05:30 2021, lastMessage= Hello, updatedAt= Tue Apr 27 19:38:19 GMT+05:30 2021, unreadMessageCount= 1, name= Jaideep Prasad, dialogType= 3

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube While logging the recipient id directly like chatDialog.recepientId I get this error:

    java.lang.NullPointerException: Attempt to invoke virtual method 'com.connectycube.users.model.ConnectycubeUser com.connectycube.chat.ConnectycubeChatService.getUser()' on a null object reference

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube If i just log the user before logging recipient id using ConnectycubeChatService.getInstance().user.toString():

ConnectycubeUser{id=4102886, createdAt=null, updatedAt=null, fullName='null', email='null', login='sWvLQsM8O3gwMDXST3MsquOk5p52', phone='null', website='null', lastRequestAt='null', externalId=null, facebookId=null, twitterId=null, blobId=null, tags='null', password='sWvLQsM8O3gwMDXST3MsquOk5p52', oldPassword='null', customData='null', avatar='null'}

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

Please attach the full log, not only errors.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube

2021-04-27 21:23:00.001 1951-2526/? V/AlarmManager: set(null) : type=3 when=488288960whenElapsed488288960maxWhen =488288960 win=0 interval=0 flags=0x1 pkg = android
2021-04-27 21:23:00.018 16226-16226/? D/ColorViewRootUtil: nav bar mode ignore false downX 369 downY 1994 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=369.0, y[0]=1994.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=396361667, downTime=396361667, deviceId=4, source=0x1002, displayId=0 }
2021-04-27 21:23:00.020 4873-4873/? D/EdgePanelService: handleMessage: 1002
2021-04-27 21:23:00.020 4873-4873/? D/OverlayHandler: removeView() anim = true, state = 0
2021-04-27 21:23:00.028 4873-4873/? I/FloatBarHandler: updateVisibility() visible = true, mTarget == null ? false
2021-04-27 21:23:00.293 962-962/? E/SDM: HWCDisplay::GetHWCLayer: [0] GetLayer(138353) failed: no such layer
2021-04-27 21:23:00.295 1069-1069/? W/HwcComposer: command 0x3000000 generated error 3
2021-04-27 21:23:00.304 16226-16226/? D/StatusBar: disable<e i a s b h r c s > disable2<q i n >
2021-04-27 21:23:00.359 3257-22767/? D/Launcher.TouchInteractionService: onSystemUiStateChanged: stateFlags = 0
2021-04-27 21:23:00.359 3257-3257/? D/Launcher.TouchInteractionService: onSystemUiFlagsChanged: mIsUserUnlocked = true
2021-04-27 21:23:00.369 1951-3256/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:00.369 1951-3256/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:00.372 1951-3256/? V/WindowManager: Changing focus from Window{990fdf1 u0 StatusBar} to Window{17cf21b u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-04-27 21:23:00.376 1951-1951/? D/OppoPowerMonitor: Receive broadcast android.intent.action.BATTERY_CHANGED
2021-04-27 21:23:00.376 1951-3256/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:00.376 1951-3256/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:00.386 16226-16226/? D/StatusBar: disable<e i a s b h r c s > disable2<q i n >
2021-04-27 21:23:00.388 16226-16226/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:00.394 1951-5485/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:00.394 1951-5485/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:00.397 1951-5485/? V/WindowManager: adjustNotShowWallpaperByOppo: false
2021-04-27 21:23:00.397 1951-5485/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:00.397 1951-5485/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:00.424 16226-16226/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:00.786 1951-2593/? D/OppoWifiSarManager: Received Data State Change: 0
2021-04-27 21:23:00.907 22938-22938/com.mentro.mentro_app D/ColorViewRootUtil: nav bar mode ignore false downX 500 downY 2167 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=500.0, y[0]=2167.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=396362559, downTime=396362559, deviceId=4, source=0x1002, displayId=0 }
2021-04-27 21:23:01.028 1437-1523/? E/statsd: Found dropped events: 1 error -19 last atom tag 83 from uid 10552
2021-04-27 21:23:01.049 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:01.054 3264-20334/? I/Qu: pid ==16226
2021-04-27 21:23:01.055 14860-14860/? W/adbd: timeout expired while flushing socket, closing
2021-04-27 21:23:01.056 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:01.168 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 6 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:01.169 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:01.231 22938-22938/com.mentro.mentro_app E/CCUser:: ConnectycubeUser{id=4102886, createdAt=null, updatedAt=null, fullName='null', email='null', login='sWvLQsM8O3gwMDXST3MsquOk5p52', phone='null', website='null', lastRequestAt='null', externalId=null, facebookId=null, twitterId=null, blobId=null, tags='null', password='sWvLQsM8O3gwMDXST3MsquOk5p52', oldPassword='null', customData='null', avatar='null'}
2021-04-27 21:23:01.231 22938-22938/com.mentro.mentro_app D/ConnectWithStudentFrag: subscribeUi
2021-04-27 21:23:01.233 962-962/? E/SDM: HWCDisplay::GetHWCLayer: [0] GetLayer(138354) failed: no such layer
2021-04-27 21:23:01.237 1069-1069/? W/HwcComposer: command 0x3000000 generated error 3
2021-04-27 21:23:01.268 22938-22938/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-04-27 21:23:01.279 22938-22938/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-04-27 21:23:01.307 22938-22938/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@145e8c1[HomeActivity], this = android.view.WindowManagerGlobal@93866d1,pkg= com.mentro.mentro_app
2021-04-27 21:23:01.313 1951-5485/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:01.315 1951-5485/? V/WindowManager: Changing focus from Window{17cf21b u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} to Window{e5afc81 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-04-27 21:23:01.317 22938-22938/com.mentro.mentro_app D/ConnectWithStudentFrag: Status.LOADING
2021-04-27 21:23:01.328 1951-5485/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:01.328 1951-3949/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:01.330 822-30330/? I/netd: trafficSwapActiveStatsMap() <0.74ms>
2021-04-27 21:23:01.332 822-30330/? I/netd: tetherGetStats() <1.13ms>
2021-04-27 21:23:01.341 1951-3949/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:01.341 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:01.341 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:01.343 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:01.343 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:01.352 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 474673509; t: 68225574
2021-04-27 21:23:01.366 1069-1165/? D/DispPerfService: onframeavailable pid=22938, slot=2, seq=97657, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity#1
2021-04-27 21:23:01.367 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 8 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:01.367 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:01.368 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:01.367 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:01.368 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:01.368 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:01.368 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.369 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.369 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:01.369 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.371 976-976/? I/chatty: uid=1000(system) [email protected] identical 10 lines
2021-04-27 21:23:01.371 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.372 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:01.372 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:01.372 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:01.372 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.374 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:01.374 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:01.374 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-04-27 21:23:01.374 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.375 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:01.375 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:01.375 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:01.375 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.387 1951-5485/? V/WindowManager: Changing focus from Window{e5afc81 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity EXITING} to Window{17cf21b u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-04-27 21:23:01.388 1951-5485/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:01.388 1951-5485/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:01.378 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-04-27 21:23:01.378 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:01.389 1951-1989/? E/InputDispatcher: Window handle Window{e5afc81 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} has no registered input channel
2021-04-27 21:23:01.396 22938-22938/com.mentro.mentro_app E/LoadedChats:: [chatId 608544dfca8bf410b4874d4f, lastMessageDateSent= 1619532497, createdAt= Sun Apr 25 16:00:55 GMT+05:30 2021, lastMessage= Como Dice
    ManuelTurizoSir>>video#Call@Session&<<<, updatedAt= Tue Apr 27 19:38:19 GMT+05:30 2021, unreadMessageCount= 0, name= Jaideep Prasad, dialogType= 3]
2021-04-27 21:23:01.397 22938-22938/com.mentro.mentro_app D/ConnectWithStudentFrag: chatDialogListViewModel.getChats() = 1
2021-04-27 21:23:01.401 22938-22938/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== 56b8b386-42c8-4e00-8c7a-d2e98fcd9df1 ===
    REQUEST
        GET https://api.connectycube.com/chat/Dialog.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=d7549f3b42d6cd171120caf2688930a78c00118d
    PARAMETERS
        limit=10
    INLINE
        GET https://api.connectycube.com/chat/Dialog.json?limit=10
2021-04-27 21:23:01.402 22938-22938/com.mentro.mentro_app I/DpmTcmClient: RegisterTcmMonitor from: $Proxy0
2021-04-27 21:23:01.407 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 2 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:01.409 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:01.448 22938-22938/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-04-27 21:23:01.545 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:01.545 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:01.548 16226-16226/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:01.551 3264-20334/? I/Qu: pid ==16226
2021-04-27 21:23:01.558 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:01.558 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:01.644 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-04-27 21:23:01.645 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.645 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-04-27 21:23:01.645 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.646 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.646 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.646 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.646 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.647 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.647 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.647 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.647 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.647 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.647 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.647 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.648 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.648 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.648 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.648 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:01.648 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:01.783 822-23088/? E/ResolverController: No valid NAT64 prefix (112, <unspecified>/0)
2021-04-27 21:23:01.802 1951-2593/? D/OppoWifiSarManager: Received Data State Change: 3
2021-04-27 21:23:03.081 3212-3212/? D/OppoNecManager: notifyOrigSignalStrengthChanged slotId:0
2021-04-27 21:23:03.082 1951-5485/? D/OppoNecService: reportNecEvent.slotId:0,eventId:8000
2021-04-27 21:23:03.084 3202-3202/? D/OppoNecEventListener: handleNecEventReport:8000
2021-04-27 21:23:03.386 22938-22938/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** 56b8b386-42c8-4e00-8c7a-d2e98fcd9df1 ***
    STATUS : 200 
    HEADERS
        Status=200 OK
        Transfer-Encoding=chunked
        Server=nginx/1.16.1
        Access-Control-Allow-Origin=*
        X-Request-Id=ffb6e0e8-f87d-48c5-836c-ed374ebad30a
        CB-Token-ExpirationDate=2021-04-27 17:46:57 UTC
        X-Content-Type-Options=nosniff
        X-Runtime=0.028754
        Connection=close
        X-Android-Received-Millis=1619538783368
        Date=Tue, 27 Apr 2021 15:53:05 GMT
        X-Frame-Options=SAMEORIGIN
        ConnectyCube-REST-API-Version=0.1.1
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=31536000max-age=15768000;
        Cache-Control=max-age=0, private, must-revalidate
        ETag=W/"97c7646df40cacde20840cf049536341"
        X-Android-Response-Source=NETWORK 200
        Set-Cookie=_mkra_ctxt=e12b537fc3b1de98ea768a1cf6659cae--200; path=/; max-age=5; HttpOnly; secure
        X-Android-Sent-Millis=1619538782515
        X-XSS-Protection=1; mode=block
        Content-Type=application/json; charset=utf-8
    BODY
        '{"total_entries":1,"skip":0,"limit":10,"items":[{"_id":"608544dfca8bf410b4874d4f","admins_ids":[],"created_at":"2021-04-25T10:30:55Z","description":null,"last_message":"Como Dice\nManuelTurizoSir>>video#Call@Session&<<<","last_message_date_sent":1619532497,"last_message_id":"60881ad17aaab26ce3f384d1","last_message_user_id":4010576,"name":"Jaideep Prasad","occupants_ids":[4010576,4102886],"photo":null,"pinned_messages_ids":[],"type":3,"updated_at":"2021-04-27T14:08:19Z","user_id":4010576,"unread_messages_count":0,"xmpp_room_jid":null}]}'
2021-04-27 21:23:03.538 22938-22938/com.mentro.mentro_app D/ChatRepo: shouldFetch result= false
2021-04-27 21:23:03.543 22938-22938/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@145e8c1[HomeActivity], this = android.view.WindowManagerGlobal@93866d1,pkg= com.mentro.mentro_app
2021-04-27 21:23:03.547 1951-5485/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:03.551 1951-5485/? V/WindowManager: Changing focus from Window{17cf21b u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} to Window{651c429 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-04-27 21:23:03.553 22938-22938/com.mentro.mentro_app D/ConnectWithStudentFrag: Status.LOADING
2021-04-27 21:23:03.554 22938-22938/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== 4c57e984-9bc6-4b4d-96b8-c27e99c8eb51 ===
    REQUEST
        GET https://api.connectycube.com/chat/Dialog.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=d7549f3b42d6cd171120caf2688930a78c00118d
    PARAMETERS
        sort_desc=last_message_date_sent
        type[in]=2,3
    INLINE
        GET https://api.connectycube.com/chat/Dialog.json?sort_desc=last_message_date_sent&type[in]=2%2C3
2021-04-27 21:23:03.568 1951-1989/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:03.568 1951-1989/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:03.568 1951-1989/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:03.573 1951-1989/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:03.573 1951-1989/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:03.605 1069-2198/? D/DispPerfService: onframeavailable pid=22938, slot=2, seq=97664, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity#1
2021-04-27 21:23:03.607 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:03.607 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:03.613 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:03.613 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:03.938 22938-22938/com.mentro.mentro_app D/ColorViewRootUtil: nav bar mode ignore false downX 377 downY 613 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=350.0, y[0]=-29.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=396365583, downTime=396365583, deviceId=4, source=0x1002, displayId=0 }
2021-04-27 21:23:03.945 21112-21218/? W/msgr.EndToEndAnalyticsEventListener: Not enabled, returning early
2021-04-27 21:23:03.957 21112-21218/? I/chatty: uid=10241(com.facebook.orca) Analytics-Micro identical 1 line
2021-04-27 21:23:03.963 21112-21218/? W/msgr.EndToEndAnalyticsEventListener: Not enabled, returning early
2021-04-27 21:23:03.981 21112-21203/? E/msgr.msys: E[N rtchannel]_rt_mqtt_publish_callback(356)=>Failed to publish the request over MQTT. token:fd35541f-41a5-40e6-8f11-5d812e44d9a1, category:mcd-sync-data-task-category, requestId:29135, error:Error Domain=mqtt Code=3008
2021-04-27 21:23:03.995 21112-21203/? E/msgr.msys: E[N rtchannel]_rt_mqtt_publish_callback(356)=>Failed to publish the request over MQTT. token:86ea4c62-a65c-4008-b6a9-7f7bd8f630cf, category:mcd-sync-data-task-category, requestId:6449, error:Error Domain=mqtt Code=3008
2021-04-27 21:23:04.006 21112-21203/? E/msgr.msys: E[N rtchannel]_rt_mqtt_publish_callback(356)=>Failed to publish the request over MQTT. token:f297480b-afd7-4f84-bfca-f67c4112bdfc, category:mcd-sync-data-task-category, requestId:60067, error:Error Domain=mqtt Code=3008
2021-04-27 21:23:04.007 21112-21202/? E/msgr.msys: E[S sync]_createResponseError(164)=>Network Response fd35541f-41a5-40e6-8f11-5d812e44d9a1 contains sync error Error Domain=mqtt Code=3008 - Underlying error (null): Error Domain=mqtt Code=3008
2021-04-27 21:23:04.011 21112-21202/? E/msgr.msys: E[S sync]_createResponseError(164)=>Network Response 86ea4c62-a65c-4008-b6a9-7f7bd8f630cf contains sync error Error Domain=mqtt Code=3008 - Underlying error (null): Error Domain=mqtt Code=3008
2021-04-27 21:23:04.016 21112-21202/? E/msgr.msys: E[S sync]_createResponseError(164)=>Network Response f297480b-afd7-4f84-bfca-f67c4112bdfc contains sync error Error Domain=mqtt Code=3008 - Underlying error (null): Error Domain=mqtt Code=3008
2021-04-27 21:23:04.146 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:04.152 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:04.153 23269-23269/? D/BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
2021-04-27 21:23:04.160 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=99242 procState=5
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10066 procState=0
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10036 procState=4
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:04.164 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:04.260 962-962/? E/SDM: HWCDisplay::GetHWCLayer: [0] GetLayer(138359) failed: no such layer
2021-04-27 21:23:04.263 1069-1069/? W/HwcComposer: command 0x3000000 generated error 3
2021-04-27 21:23:04.361 1951-1989/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:04.362 1951-1989/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:04.366 822-30330/? I/netd: trafficSwapActiveStatsMap() <1.80ms>
2021-04-27 21:23:04.372 822-30330/? I/netd: tetherGetStats() <3.40ms>
2021-04-27 21:23:04.392 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 474673622; t: 68225574
2021-04-27 21:23:04.571 16226-16226/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:05.014 22938-22938/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** 4c57e984-9bc6-4b4d-96b8-c27e99c8eb51 ***
    STATUS : 200 
    HEADERS
        Status=200 OK
        Transfer-Encoding=chunked
        Server=nginx/1.16.1
        Access-Control-Allow-Origin=*
        X-Request-Id=c089a3db-098d-46a4-a203-4a62b55967d1
        CB-Token-ExpirationDate=2021-04-27 17:46:56 UTC
        X-Content-Type-Options=nosniff
        X-Runtime=0.027969
        Connection=close
        X-Android-Received-Millis=1619538784989
        Date=Tue, 27 Apr 2021 15:53:06 GMT
        X-Frame-Options=SAMEORIGIN
        ConnectyCube-REST-API-Version=0.1.1
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=31536000max-age=15768000;
        Cache-Control=max-age=0, private, must-revalidate
        ETag=W/"d970f08ccf6e8a94fe792f419fb9d629"
        X-Android-Response-Source=NETWORK 200
        Set-Cookie=_mkra_ctxt=6523988b86edf1dc49202a809c5a2591--200; path=/; max-age=5; HttpOnly; secure
        X-Android-Sent-Millis=1619538784335
        X-XSS-Protection=1; mode=block
        Content-Type=application/json; charset=utf-8
    BODY
        '{"total_entries":1,"skip":0,"limit":100,"items":[{"_id":"608544dfca8bf410b4874d4f","admins_ids":[],"created_at":"2021-04-25T10:30:55Z","description":null,"last_message":"Como Dice\nManuelTurizoSir>>video#Call@Session&<<<","last_message_date_sent":1619532497,"last_message_id":"60881ad17aaab26ce3f384d1","last_message_user_id":4010576,"name":"Jaideep Prasad","occupants_ids":[4010576,4102886],"photo":null,"pinned_messages_ids":[],"type":3,"updated_at":"2021-04-27T14:08:19Z","user_id":4010576,"unread_messages_count":0,"xmpp_room_jid":null}]}'
2021-04-27 21:23:05.038 22938-22938/com.mentro.mentro_app E/FetchedChats:: [ConnectycubeChatDialog{id=608544dfca8bf410b4874d4f, created_at=2021-25-04 16:00:55, updated_at=2021-27-04 19:38:19, last_msg_user_id=4010576, occupants_ids=[4010576, 4102886], occupants_count=null, admins_ids=[], pinned_messages_ids=[], last_message=Como Dice
    ManuelTurizoSir>>video#Call@Session&<<<, last_message_date_sent=1619532497, type=PRIVATE, name=Jaideep Prasad, room_jid=null, user_id=4010576, photo=null, unread_message_count=0, customData=null, description=null}]
2021-04-27 21:23:05.069 1951-3949/? V/WindowManager: Changing focus from Window{651c429 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity EXITING} to Window{17cf21b u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-04-27 21:23:05.070 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:05.070 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:05.072 1951-1989/? E/InputDispatcher: Window handle Window{651c429 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} has no registered input channel
2021-04-27 21:23:05.079 22938-22938/com.mentro.mentro_app E/LoadedChats:: [chatId 608544dfca8bf410b4874d4f, lastMessageDateSent= 1619532497, createdAt= Sun Apr 25 16:00:55 GMT+05:30 2021, lastMessage= Como Dice
    ManuelTurizoSir>>video#Call@Session&<<<, updatedAt= Tue Apr 27 19:38:19 GMT+05:30 2021, unreadMessageCount= 0, name= Jaideep Prasad, dialogType= 3]
2021-04-27 21:23:05.079 22938-22938/com.mentro.mentro_app D/ConnectWithStudentFrag: chatDialogListViewModel.getChats() = 1
2021-04-27 21:23:05.089 1951-3949/? E/InputDispatcher: Window handle Window{651c429 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} has no registered input channel
2021-04-27 21:23:05.095 22938-22938/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-04-27 21:23:05.230 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:05.230 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:05.251 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:05.252 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:05.423 1951-1951/? D/OppoPowerMonitor: Receive broadcast android.intent.action.BATTERY_CHANGED
2021-04-27 21:23:05.933 22938-22938/com.mentro.mentro_app D/ColorViewRootUtil: nav bar mode ignore false downX 386 downY 644 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=386.0, y[0]=644.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=396367584, downTime=396367584, deviceId=4, source=0x1002, displayId=0 }
2021-04-27 21:23:05.953 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:05.961 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:05.962 23269-17514/? W/ColorExSystemServiceHelper: checkColorExSystemService intent getComponent is null
2021-04-27 21:23:05.967 4062-6307/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.icing.service.AppIndexingService
2021-04-27 21:23:05.982 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:05.992 22938-22938/com.mentro.mentro_app E/StudentId:: 4010576
2021-04-27 21:23:05.994 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.000 23269-17514/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.chimera.GmsBoundBrokerService
2021-04-27 21:23:06.034 1951-3949/? D/CMAService: correctUserId2 userId=0
2021-04-27 21:23:06.035 1951-3949/? I/ActivityTaskManager: START u0 {cmp=com.mentro.mentro_app/.ui.ChatMessageActivity (has extras)} from uid 10552 and from pid 22938
2021-04-27 21:23:06.036 1951-3949/? I/OppoActivityRecord: create OppoActivityRecord
2021-04-27 21:23:06.040 1951-3949/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2021-04-27 21:23:06.045 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.045 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.049 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 2 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:06.051 3264-20334/? I/Qu: pid ==16226
2021-04-27 21:23:06.051 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:06.051 22938-22938/com.mentro.mentro_app D/MentroApp: onActivityPaused
2021-04-27 21:23:06.052 22938-22938/com.mentro.mentro_app E/BaseActivity: onPause
2021-04-27 21:23:06.055 22938-22997/com.mentro.mentro_app V/FA: Recording user engagement, ms: 12079
2021-04-27 21:23:06.055 1951-3949/? I/ActivityTaskManager: notifyAppSwitch the same packageName!
2021-04-27 21:23:06.055 1951-3949/? I/ActivityTaskManager: The Process com.mentro.mentro_app Already Exists in BG. So sending its PID: 22938
2021-04-27 21:23:06.055 1951-2639/? I/MotorManagerService: notifyActivityChanged: mBackgroudPkg = com.mentro.mentro_app mFocusPkg = com.mentro.mentro_app mIsSplitMode = false mBackActivity = com.mentro.mentro_app.HomeActivity mFocusActivity = com.mentro.mentro_app.ui.ChatMessageActivity
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.056 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-04-27 21:23:06.056 1951-3949/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.057 1951-3949/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-04-27 21:23:06.059 22938-22997/com.mentro.mentro_app V/FA: Connecting to remote service
2021-04-27 21:23:06.061 1951-3949/? I/ColorZoomWindowDebugConfig: disableDebugLifeCycle before: DEBUG_LIFE_CYCLE = false
2021-04-27 21:23:06.061 1951-3949/? I/ColorZoomWindowDebugConfig: disableDebugLifeCycle after: DEBUG_LIFE_CYCLE = false
2021-04-27 21:23:06.061 1951-3949/? W/ColorAccessControlManagerService: notifyZoomWindowExit: stack=ActivityStack{d338e12 stackId=945 type=standard mode=fullscreen visible=true translucent=false, 1 tasks}  windowMode=1  topActivity=ActivityRecord{2b02136 u0 com.mentro.mentro_app/.ui.ChatMessageActivity t9262}  toFullScreen = true
2021-04-27 21:23:06.061 1951-3949/? V/ColorZoomWindowManagerService: notifyZoomWindowHide: 
2021-04-27 21:23:06.061 3264-19015/? D/ZoomAppController: ZoomAppPresenter onZoomWindowHide, info = ColorZoomWindowInfo = {  pName =  rotation = 0 shown = false lockPkg = null zoomRect = Rect(108, 402 - 972, 1938) lockUserId = 0 zoomUserId = 0 inputShow = false cpnName = null lastExitMethod = -1 inputMethodType = 0 extension = Bundle[EMPTY_PARCEL]}
2021-04-27 21:23:06.062 16403-16420/? D/ZoomAppController: controlview delete 
2021-04-27 21:23:06.062 16226-16244/? D/KeyguardService: requestKeyguard FocusedAppChanged
2021-04-27 21:23:06.063 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.061 1951-3949/? I/chatty: uid=1000(system) Binder:1951_14 identical 1 line
2021-04-27 21:23:06.061 1951-3949/? V/ColorZoomWindowManagerService: notifyZoomWindowHide: 
2021-04-27 21:23:06.063 1951-3949/? V/WindowManager: Changing focus from Window{17cf21b u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} to null
2021-04-27 21:23:06.069 22938-22938/com.mentro.mentro_app W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@e6480af
2021-04-27 21:23:06.074 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.075 23269-2229/? W/ColorExSystemServiceHelper: checkColorExSystemService intent getComponent is null
2021-04-27 21:23:06.076 23269-23269/? D/BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
2021-04-27 21:23:06.076 23269-23269/? D/BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
2021-04-27 21:23:06.080 22938-22997/com.mentro.mentro_app V/FA: Activity paused, time: 488235013
2021-04-27 21:23:06.080 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=99242 procState=4
2021-04-27 21:23:06.080 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:06.080 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:06.081 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:06.081 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10036 procState=2
2021-04-27 21:23:06.081 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:06.081 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:06.081 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:06.082 22938-22956/com.mentro.mentro_app D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.measurement.service.MeasurementBrokerService
2021-04-27 21:23:06.083 22938-22938/com.mentro.mentro_app D/MentroApp: onActivityCreated
2021-04-27 21:23:06.083 22938-22965/com.mentro.mentro_app V/FA: onActivityCreated
2021-04-27 21:23:06.083 22938-22938/com.mentro.mentro_app E/BaseActivity: onCreate
2021-04-27 21:23:06.083 22938-22938/com.mentro.mentro_app D/BaseChatActivity: onCreate
2021-04-27 21:23:06.084 22938-22938/com.mentro.mentro_app D/ChatConnectionManager: initWith, isPending false
2021-04-27 21:23:06.084 22938-22938/com.mentro.mentro_app D/ChatConnectionManager: Start chat login
2021-04-27 21:23:06.086 22938-23101/com.mentro.mentro_app D/CB-SDK: connect to chat via new connection
2021-04-27 21:23:06.117 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.129 22938-22997/com.mentro.mentro_app V/FA: Connection attempt already in progress
2021-04-27 21:23:06.165 3257-3257/? D/Launcher.RecentTasksList: onTaskStackChanged: 
2021-04-27 21:23:06.176 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.179 3711-3711/? D/BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.clearcut.bootcount.service.START cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
2021-04-27 21:23:06.198 22938-23101/com.mentro.mentro_app D/CB-SDK: Setting socket keepAlive :true
2021-04-27 21:23:06.198 22938-23101/com.mentro.mentro_app D/CB-SDK: Setting socket timeout :0
2021-04-27 21:23:06.210 22938-22938/com.mentro.mentro_app D/MentroApp: onActivityStarted
2021-04-27 21:23:06.224 962-962/? E/SDM: HWCDisplay::GetHWCLayer: [0] GetLayer(138360) failed: no such layer
2021-04-27 21:23:06.226 22938-22938/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-04-27 21:23:06.226 1069-1069/? W/HwcComposer: command 0x3000000 generated error 3
2021-04-27 21:23:06.231 22938-22938/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-04-27 21:23:06.248 22938-22938/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@8f778a9[ChatMessageActivity], this = android.view.WindowManagerGlobal@93866d1,pkg= com.mentro.mentro_app
2021-04-27 21:23:06.253 1951-3256/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:06.256 1951-3256/? V/WindowManager: Changing focus from null to Window{f355140 u0 com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity}
2021-04-27 21:23:06.257 22938-22938/com.mentro.mentro_app E/GetChatDialogLoad:: null
2021-04-27 21:23:06.261 22938-22938/com.mentro.mentro_app D/MentroApp: onActivityResumed
2021-04-27 21:23:06.261 22938-22938/com.mentro.mentro_app E/BaseActivity: onResume
2021-04-27 21:23:06.262 22938-23105/com.mentro.mentro_app D/SMACK: SENT (0): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
2021-04-27 21:23:06.262 22938-22997/com.mentro.mentro_app V/FA: Activity resumed, time: 488235221
2021-04-27 21:23:06.266 22938-22938/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@110e7eb[ChatMessageActivity], this = android.view.WindowManagerGlobal@93866d1,pkg= com.mentro.mentro_app
2021-04-27 21:23:06.270 1951-3951/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:06.275 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 12 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:06.276 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:06.287 1951-3951/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:06.287 1951-3951/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.287 1951-3951/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.308 22938-22997/com.mentro.mentro_app V/FA: Connection attempt already in progress
2021-04-27 21:23:06.310 22938-22997/com.mentro.mentro_app V/FA: Connection attempt already in progress
2021-04-27 21:23:06.315 1069-2200/? D/DispPerfService: onframeavailable pid=22938, slot=2, seq=97673, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity#0
2021-04-27 21:23:06.344 1951-3256/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:06.344 1951-3256/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.344 1951-3256/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.360 22938-22938/com.mentro.mentro_app E/RecyclerView: No adapter attached; skipping layout
2021-04-27 21:23:06.379 1069-2198/? D/DispPerfService: onframeavailable pid=22938, slot=2, seq=97674, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity#1
2021-04-27 21:23:06.380 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.380 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.383 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.383 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.388 22938-22938/com.mentro.mentro_app E/GetChatDialogSucc:: chatId 608544dfca8bf410b4874d4f, lastMessageDateSent= 1619532497, createdAt= Sun Apr 25 16:00:55 GMT+05:30 2021, lastMessage= Como Dice
    ManuelTurizoSir>>video#Call@Session&<<<, updatedAt= Tue Apr 27 19:38:19 GMT+05:30 2021, unreadMessageCount= 0, name= Jaideep Prasad, dialogType= 3
2021-04-27 21:23:06.392 22938-22938/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-04-27 21:23:06.396 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.396 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.402 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-04-27 21:23:06.403 1951-2100/? I/ActivityTaskManager: Displayed com.mentro.mentro_app/.ui.ChatMessageActivity: +361ms
2021-04-27 21:23:06.405 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-04-27 21:23:06.455 22938-22938/com.mentro.mentro_app E/ServerDialogId:: 608544dfca8bf410b4874d4f
2021-04-27 21:23:06.459 22938-23006/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== 3ff38711-bede-42dd-8e87-7064dd80624d ===
    REQUEST
        GET https://api.connectycube.com/chat/Message.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=d7549f3b42d6cd171120caf2688930a78c00118d
    PARAMETERS
        sort_desc=date_sent
        mark_as_read=0
        limit=20
        chat_dialog_id=608544dfca8bf410b4874d4f
    INLINE
        GET https://api.connectycube.com/chat/Message.json?sort_desc=date_sent&mark_as_read=0&limit=20&chat_dialog_id=608544dfca8bf410b4874d4f
2021-04-27 21:23:06.460 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 10 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:06.461 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:06.467 822-23108/? E/ResolverController: No valid NAT64 prefix (112, <unspecified>/0)
2021-04-27 21:23:06.504 22938-22938/com.mentro.mentro_app D/ChatMessageRepo: livePagedList= null
2021-04-27 21:23:06.508 22938-22938/com.mentro.mentro_app E/RepoResult:: Listing(pagedList=androidx.lifecycle.ComputableLiveData$1@c24c02, networkState=null, refreshState=androidx.lifecycle.MediatorLiveData@16f2913, refresh=Function0<kotlin.Unit>, retry=Function0<kotlin.Unit>)
2021-04-27 21:23:06.509 22938-22938/com.mentro.mentro_app E/RepoResult:: androidx.lifecycle.ComputableLiveData$1@c24c02
2021-04-27 21:23:06.509 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 2 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:06.510 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:06.528 22938-22997/com.mentro.mentro_app D/FA: Connected to remote service
2021-04-27 21:23:06.530 22938-22997/com.mentro.mentro_app V/FA: Processing queued up service tasks: 4
2021-04-27 21:23:06.545 1951-3256/? V/WindowManager: Changing focus from Window{f355140 u0 com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity EXITING} to Window{e1ae9be u0 com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity}
2021-04-27 21:23:06.546 1951-3256/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.546 1951-3256/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.554 22938-22938/com.mentro.mentro_app D/ChatMessageAdapter: onCreateViewHolder viewType= 5
2021-04-27 21:23:06.556 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.556 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.556 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.556 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.557 976-976/? I/chatty: uid=1000(system) [email protected] identical 2 lines
2021-04-27 21:23:06.557 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.557 1951-3951/? E/InputDispatcher: Window handle Window{f355140 u0 com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity} has no registered input channel
2021-04-27 21:23:06.557 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.560 976-976/? I/chatty: uid=1000(system) [email protected] identical 8 lines
2021-04-27 21:23:06.560 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.561 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.561 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.561 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.561 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.563 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-04-27 21:23:06.563 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.564 23269-22778/? V/FA-SVC: Logging event: origin=auto,name=user_engagement(_e),params=Bundle[{ga_event_origin(_o)=auto, engagement_time_msec(_et)=12079, ga_screen_class(_sc)=HomeActivity, ga_screen_id(_si)=1502386614203855178}]
2021-04-27 21:23:06.565 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.565 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.565 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.565 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.568 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-04-27 21:23:06.568 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.568 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.571 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.571 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.571 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.571 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.571 976-976/? I/chatty: uid=1000(system) [email protected] identical 9 lines
2021-04-27 21:23:06.571 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.572 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.573 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.573 976-976/? I/chatty: uid=1000(system) [email protected] identical 1 line
2021-04-27 21:23:06.573 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.573 23269-2229/? W/ColorExSystemServiceHelper: checkColorExSystemService intent getComponent is null
2021-04-27 21:23:06.576 22938-22938/com.mentro.mentro_app D/ChatMessageAdapter: Binding view holder at position 0, payloads= false,  payloads= []
2021-04-27 21:23:06.576 22938-22938/com.mentro.mentro_app D/ChatMessageAdapter: Binding view holder at position 0
2021-04-27 21:23:06.578 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.578 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.578 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.578 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.579 976-976/? I/chatty: uid=1000(system) [email protected] identical 9 lines
2021-04-27 21:23:06.579 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.579 3711-9261/? I/FontLog: Received query Poppins, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
2021-04-27 21:23:06.580 23269-2229/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.ads.identifier.service.AdvertisingIdService
2021-04-27 21:23:06.580 3711-9261/? I/FontLog: Query [Poppins] resolved to {Poppins, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
2021-04-27 21:23:06.581 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.581 976-976/? I/chatty: uid=1000(system) [email protected] identical 1 line
2021-04-27 21:23:06.581 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.582 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.582 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.582 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.582 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.582 976-976/? I/chatty: uid=1000(system) [email protected] identical 6 lines
2021-04-27 21:23:06.582 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.582 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.582 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.583 976-976/? I/chatty: uid=1000(system) [email protected] identical 1 line
2021-04-27 21:23:06.583 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.583 3711-9261/? I/FontLog: Fetch {Poppins, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
2021-04-27 21:23:06.584 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:06.585 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.585 976-976/? I/chatty: uid=1000(system) [email protected] identical 1 line
2021-04-27 21:23:06.585 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.590 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.590 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.590 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.590 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.591 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-04-27 21:23:06.592 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.593 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.593 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.593 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.593 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.596 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-04-27 21:23:06.596 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.597 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.597 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.597 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.597 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.597 976-976/? I/chatty: uid=1000(system) [email protected] identical 2 lines
2021-04-27 21:23:06.597 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.597 3711-9261/? I/FontLog: Pulling font file for id = 796, cache size = 5 [CONTEXT service_id=132 ]
2021-04-27 21:23:06.597 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.599 976-976/? I/chatty: uid=1000(system) [email protected] identical 8 lines
2021-04-27 21:23:06.599 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.600 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.600 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-04-27 21:23:06.600 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-04-27 21:23:06.600 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.603 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-04-27 21:23:06.603 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-04-27 21:23:06.603 22938-22938/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-04-27 21:23:06.608 23269-22778/? V/FA-SVC: Upload scheduled in approximately ms: 3248802
2021-04-27 21:23:06.608 23269-22778/? V/FA-SVC: Unscheduling upload
2021-04-27 21:23:06.612 3711-9261/? I/FontLog: Received query PT Sans, URI content://com.google.android.gms.fonts [CONTEXT service_id=132 ]
2021-04-27 21:23:06.612 3711-9261/? I/FontLog: Query [PT Sans] resolved to {PT Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} [CONTEXT service_id=132 ]
2021-04-27 21:23:06.613 23269-22778/? V/FA-SVC: Scheduling upload, millis: 3248802
2021-04-27 21:23:06.614 3711-9261/? I/FontLog: Fetch {PT Sans, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null} [CONTEXT service_id=132 ]
2021-04-27 21:23:06.616 23269-22778/? V/FA-SVC: Background event processing time, ms: 51
2021-04-27 21:23:06.616 22938-22938/com.mentro.mentro_app D/ChatMessageAdapter: onCreateViewHolder viewType= 2
2021-04-27 21:23:06.627 22938-22938/com.mentro.mentro_app D/ChatMessageAdapter: Binding view holder at position 1, payloads= false,  payloads= []
2021-04-27 21:23:06.627 22938-22938/com.mentro.mentro_app D/ChatMessageAdapter: Binding view holder at position 1
2021-04-27 21:23:06.628 22938-22938/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-04-27 21:23:06.629 23269-22778/? V/FA-SVC: Logging event: origin=auto,name=screen_view(_vs),params=Bundle[{ga_event_origin(_o)=auto, ga_previous_class(_pc)=HomeActivity, ga_previous_id(_pi)=1502386614203855178, ga_screen_class(_sc)=ChatMessageActivity, ga_screen_id(_si)=1502386614203855179}]
2021-04-27 21:23:06.631 3711-9261/? I/FontLog: Pulling font file for id = 797, cache size = 6 [CONTEXT service_id=132 ]
2021-04-27 21:23:06.632 3711-21963/? W/NetworkScheduler: Error inserting flex_time=3248000 job_id=-1 period=6498000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=211213000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1619538786627 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
2021-04-27 21:23:06.638 22938-22938/com.mentro.mentro_app I/Choreographer: Skipped 5 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:06.639 3264-20334/? I/Qu: pid ==22938
2021-04-27 21:23:06.641 23269-22778/? V/FA-SVC: Upload scheduled in approximately ms: 3248769
2021-04-27 21:23:06.641 23269-22778/? V/FA-SVC: Unscheduling upload
2021-04-27 21:23:06.643 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-04-27 21:23:06.643 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.643 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-04-27 21:23:06.643 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.643 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.643 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.644 23269-22778/? V/FA-SVC: Scheduling upload, millis: 3248769
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-04-27 21:23:06.644 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-04-27 21:23:06.649 23269-22778/? V/FA-SVC: Background event processing time, ms: 21
2021-04-27 21:23:06.649 1951-6344/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:06.649 1951-3256/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:06.652 822-30330/? I/netd: trafficSwapActiveStatsMap() <1.02ms>
2021-04-27 21:23:06.658 822-30330/? I/netd: tetherGetStats() <3.01ms>
2021-04-27 21:23:06.662 3711-21963/? W/NetworkScheduler: Error inserting flex_time=3248000 job_id=-1 period=6498000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=211213000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1619538786657 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
2021-04-27 21:23:06.663 1951-3256/? D/InputMethodManagerService: isSecurity= false ( enable=false needShow=false inBlackList=false  isExist=true )
2021-04-27 21:23:06.665 4541-4541/? I/GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3138 
2021-04-27 21:23:06.666 4541-4541/? I/GoogleInputMethodService: GoogleInputMethodService.onStartInput():1808 
2021-04-27 21:23:06.682 1951-5485/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:06.682 1951-6344/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:06.683 822-30330/? I/netd: trafficSwapActiveStatsMap() <0.46ms>
2021-04-27 21:23:06.688 822-30330/? I/netd: tetherGetStats() <2.28ms>
2021-04-27 21:23:06.708 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.708 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.725 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.725 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.765 1951-1986/? W/InputChannel-JNI: Input channel object 'ClientState{58846e8 uid=10552 pid=22938 displayId=0} (server)' was finalized without being disposed!
2021-04-27 21:23:06.793 1951-2048/? V/ColorZoomWindowManagerService: onAnimationFinished:  r=ActivityRecord{653bf17 u0 com.mentro.mentro_app/.HomeActivity t9262}
2021-04-27 21:23:06.794 1951-2048/? I/ColorAppSwitchManagerService:  handleAppVisible , r = ActivityRecord{2b02136 u0 com.mentro.mentro_app/.ui.ChatMessageActivity t9262}
2021-04-27 21:23:06.794 1951-2048/? V/ColorZoomWindowManagerService: onAnimationFinished:  r=ActivityRecord{2b02136 u0 com.mentro.mentro_app/.ui.ChatMessageActivity t9262}
2021-04-27 21:23:06.795 1951-2048/? V/WindowManager: adjustNotShowWallpaperByOppo: false
2021-04-27 21:23:06.801 1951-2048/? V/WindowManager: adjustNotShowWallpaperByOppo: false
2021-04-27 21:23:06.801 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.801 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.810 1951-2047/? D/ActivityTrigger: ActivityTrigger activityStopTrigger 
2021-04-27 21:23:06.829 1951-5485/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.830 1951-5485/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.843 22938-22938/com.mentro.mentro_app D/MentroApp: onActivityStopped
2021-04-27 21:23:06.852 22938-22938/com.mentro.mentro_app D/MentroApp: onActivitySaveInstanceState
2021-04-27 21:23:06.873 1951-3256/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-04-27 21:23:06.878 1951-3256/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:06.879 1951-3256/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:06.883 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='833274ec-8a58-41f9-beeb-3bd8a4877737' version='1.0' xml:lang='en'>
2021-04-27 21:23:06.919 3212-3212/? D/OppoNecManager: notifyOrigSignalStrengthChanged slotId:0
2021-04-27 21:23:06.920 1951-3256/? D/OppoNecService: reportNecEvent.slotId:0,eventId:8000
2021-04-27 21:23:06.921 3202-3202/? D/OppoNecEventListener: handleNecEventReport:8000
2021-04-27 21:23:06.998 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>PLAIN_FAST</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/></stream:features>
2021-04-27 21:23:07.005 22938-23105/com.mentro.mentro_app D/SMACK: SENT (0): <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'></starttls>
2021-04-27 21:23:07.284 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
2021-04-27 21:23:07.318 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:07.346 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10151 procState=12
2021-04-27 21:23:07.346 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:07.346 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:07.346 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:07.363 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:07.372 20616-21080/? D/Intent: disableDeathOnFileUriExposure com.facebook.katana
2021-04-27 21:23:07.372 1951-3256/? V/AlarmManager: set(PendingIntent{14ce8c9: PendingIntentRecord{1228bce com.google.android.gms startService}}) : type=3 when=315848236331whenElapsed315848236331maxWhen =552368236330 win=236519999999 interval=0 flags=0x8 pkg = com.google.android.gms
2021-04-27 21:23:07.386 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10241 procState=12
2021-04-27 21:23:07.387 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:07.387 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:07.387 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:07.387 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10151 procState=20
2021-04-27 21:23:07.387 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:07.387 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:07.389 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:07.400 23269-23110/? I/Authzen: [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
2021-04-27 21:23:07.401 1951-3951/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:07.401 1951-6344/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:07.404 822-30330/? I/netd: trafficSwapActiveStatsMap() <1.05ms>
2021-04-27 21:23:07.406 1053-1053/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10241 procState=20
2021-04-27 21:23:07.406 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-04-27 21:23:07.406 1053-1053/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-04-27 21:23:07.406 1053-1053/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-04-27 21:23:07.410 822-30330/? I/netd: tetherGetStats() <3.73ms>
2021-04-27 21:23:07.431 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 474673781; t: 68225793
2021-04-27 21:23:07.433 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:07.440 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:07.637 16226-16226/? I/Choreographer: Skipped 2 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:07.641 3264-20334/? I/Qu: pid ==16226
2021-04-27 21:23:07.892 974-22828/? E/sensors-hal: handle_sns_client_event:83, device_orient_event: ts=488236775244451, type=4
2021-04-27 21:23:07.894 1951-2045/? V/WindowOrientationListener: onSensorChanged mDesiredRotation = 4
2021-04-27 21:23:08.212 22938-23006/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** 3ff38711-bede-42dd-8e87-7064dd80624d ***
    STATUS : 200 
    HEADERS
        Status=200 OK
        Transfer-Encoding=chunked
        Server=nginx/1.16.1
        Access-Control-Allow-Origin=*
        X-Request-Id=c3d5cbc3-633b-4e42-994a-893d5962051c
        CB-Token-ExpirationDate=2021-04-27 17:46:56 UTC
        X-Content-Type-Options=nosniff
        X-Runtime=0.042261
        Connection=close
        X-Android-Received-Millis=1619538788196
        Date=Tue, 27 Apr 2021 15:53:09 GMT
        X-Frame-Options=SAMEORIGIN
        ConnectyCube-REST-API-Version=0.1.1
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=31536000max-age=15768000;
        Cache-Control=max-age=0, private, must-revalidate
        ETag=W/"5c025c702349cab1236357637a99fdc5"
        X-Android-Response-Source=NETWORK 200
        Set-Cookie=_mkra_ctxt=8e5e606c187e7aeb5c650b28aeee1f4a--200; path=/; max-age=5; HttpOnly; secure
        X-Android-Sent-Millis=1619538787207
        X-XSS-Protection=1; mode=block
        Content-Type=application/json; charset=utf-8
    BODY
        '{"skip":0,"limit":20,"items":[{"_id":"60881ad17aaab26ce3f384d1","attachments":[],"chat_dialog_id":"608544dfca8bf410b4874d4f","created_at":"2021-04-27T14:08:19Z","date_sent":1619532497,"delivered_ids":[4010576,4102886],"message":"Como Dice\nManuelTurizoSir>>video#Call@Session&<<<","read_ids":[4010576,4102886],"recipient_id":4102886,"sender_id":4010576,"updated_at":"2021-04-27T14:30:15Z","views_count":0,"read":1},{"_id":"608544e57aaaa42c4d0bf822","attachments":[],"chat_dialog_id":"608544dfca8bf410b4874d4f","created_at":"2021-04-25T10:31:02Z","date_sent":1619346661,"delivered_ids":[4010576,4102886],"message":"Rahul Sir?","read_ids":[4010576,4102886],"recipient_id":4102886,"sender_id":4010576,"updated_at":"2021-04-25T10:35:46Z","views_count":0,"read":1}]}'
2021-04-27 21:23:08.253 22938-23006/com.mentro.mentro_app D/ChatRepo: insertResultIntoDb items= 2, items= [messageId= 60881ad17aaab26ce3f384d1, body= Como Dice
    ManuelTurizoSir>>video#Call@Session&<<<, dateSent= 1619532497, messageId= 608544e57aaaa42c4d0bf822, body= Rahul Sir?, dateSent= 1619346661]
2021-04-27 21:23:08.259 22938-22938/com.mentro.mentro_app D/ChatMessageActivity: ServerNetworkState= null
2021-04-27 21:23:08.508 22938-23105/com.mentro.mentro_app D/SMACK: SENT (0): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
2021-04-27 21:23:08.776 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:08.806 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='833274ec-8a58-41f9-beeb-3bd8a4877737' version='1.0' xml:lang='en'>
2021-04-27 21:23:09.124 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>PLAIN_FAST</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/></stream:features>
2021-04-27 21:23:09.128 22938-23101/com.mentro.mentro_app D/CB-SDK: register network listener
2021-04-27 21:23:09.129 22938-23101/com.mentro.mentro_app D/CB-SDK: Connected. Login to chat, currentUser JID: 4102886-4493, resource: android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a
2021-04-27 21:23:09.137 22938-23105/com.mentro.mentro_app D/SMACK: SENT (0): <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN_FAST'><password>ADQxMDI4ODYtNDQ5MwBzV3ZMUXNNOE8zZ3dNRFhTVDNNc3F1T2s1cDUy</password><resource>android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a</resource></auth>
2021-04-27 21:23:09.444 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl" jid="[email protected]/android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a"/>
2021-04-27 21:23:09.452 22938-23105/com.mentro.mentro_app D/SMACK: SENT (0): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' id='833274ec-8a58-41f9-beeb-3bd8a4877737' xml:lang='en'>
2021-04-27 21:23:09.765 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='833274ec-8a58-41f9-beeb-3bd8a4877737' version='1.0' xml:lang='en'>
2021-04-27 21:23:09.972 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mobile xmlns="http://tigase.org/protocol/mobile#v2"/><ver xmlns="urn:xmpp:features:rosterver"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></stream:features>
2021-04-27 21:23:09.980 22938-23105/com.mentro.mentro_app D/SMACK: SENT (0): <enable xmlns='urn:xmpp:sm:3'/>
2021-04-27 21:23:10.404 22938-23106/com.mentro.mentro_app D/SMACK: RECV (0): <enabled xmlns='urn:xmpp:sm:3' />
2021-04-27 21:23:10.407 22938-23101/com.mentro.mentro_app D/SMACK: User logged (0): [email protected]:5222/android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a
2021-04-27 21:23:10.417 22938-22938/com.mentro.mentro_app D/ChatConnectionManager: authenticated
2021-04-27 21:23:10.417 22938-23101/com.mentro.mentro_app D/SMACK: XMPPConnection authenticated (TcpXmppConnection[[email protected]/android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a] (0))
2021-04-27 21:23:10.423 22938-22938/com.mentro.mentro_app E/CCChatUser:: ConnectycubeUser{id=4102886, createdAt=null, updatedAt=null, fullName='null', email='null', login='sWvLQsM8O3gwMDXST3MsquOk5p52', phone='null', website='null', lastRequestAt='null', externalId=null, facebookId=null, twitterId=null, blobId=null, tags='null', password='sWvLQsM8O3gwMDXST3MsquOk5p52', oldPassword='null', customData='null', avatar='null'}
2021-04-27 21:23:10.423 22938-22938/com.mentro.mentro_app E/CCOccupants:: [4010576, 4102886]
2021-04-27 21:23:10.424 22938-22938/com.mentro.mentro_app D/AndroidRuntime: Shutting down VM
    
    
    --------- beginning of crash
2021-04-27 21:23:10.427 22938-22938/com.mentro.mentro_app E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.mentro.mentro_app, PID: 22938
    java.lang.NullPointerException: Attempt to invoke virtual method 'com.connectycube.users.model.ConnectycubeUser com.connectycube.chat.ConnectycubeChatService.getUser()' on a null object reference
        at com.connectycube.chat.model.ConnectycubeChatDialog.getRecipientId(Unknown Source:42)
        at com.mentro.mentro_app.ui.ChatMessageActivity.bindToChatConnection(ChatMessageActivity.kt:426)
        at com.mentro.mentro_app.ui.ChatMessageActivity.access$bindToChatConnection(ChatMessageActivity.kt:55)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToChatConnectionChanges$1.onChanged(ChatMessageActivity.kt:235)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToChatConnectionChanges$1.onChanged(ChatMessageActivity.kt:55)
        at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131)
        at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:149)
        at androidx.lifecycle.LiveData.setValue(LiveData.java:307)
        at androidx.lifecycle.LiveData$1.run(LiveData.java:91)
        at android.os.Handler.handleCallback(Handler.java:883)
        at android.os.Handler.dispatchMessage(Handler.java:100)
        at android.os.Looper.loop(Looper.java:228)
        at android.app.ActivityThread.main(ActivityThread.java:7782)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981)
2021-04-27 21:23:10.433 22938-23105/com.mentro.mentro_app D/SMACK: SENT (0): <iq id='5vvf1-6' type='get'><query xmlns='jabber:iq:roster'></query></iq><r xmlns='urn:xmpp:sm:3'/><presence id='5vvf1-7'><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='tUtPo6aj3mjjQWfXQO8eNy8Pwm8='/></presence><r xmlns='urn:xmpp:sm:3'/>
2021-04-27 21:23:10.442 1951-3951/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:10.442 1951-3256/? I/NetworkStats: notifyStatsUpdated
2021-04-27 21:23:10.445 822-30330/? I/netd: trafficSwapActiveStatsMap() <1.96ms>
2021-04-27 21:23:10.451 822-30330/? I/netd: tetherGetStats() <3.09ms>
2021-04-27 21:23:10.476 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 474673833; t: 68225834
2021-04-27 21:23:10.596 22938-22975/com.mentro.mentro_app D/TransportRuntime.SQLiteEventStore: Storing event with priority=HIGHEST, name=FIREBASE_CRASHLYTICS_REPORT for destination cct
2021-04-27 21:23:10.606 22938-22975/com.mentro.mentro_app D/TransportRuntime.JobInfoScheduler: Scheduling upload for context TransportContext(cct, HIGHEST, MSRodHRwczovL2NyYXNobHl0aWNzcmVwb3J0cy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lCcnBTWVQ0RkZMMDlyZUhKaTZIOUZZZGVpU25VVE92Mk0=) with jobId=876229231 in 1000ms(Backend next call timestamp 1619538789048). Attempt 1
2021-04-27 21:23:10.617 22938-22997/com.mentro.mentro_app V/FA: Recording user engagement, ms: 4356
2021-04-27 21:23:10.617 23269-22778/? V/FA-SVC: Logging event: origin=clx,name=app_exception(_ae),params=Bundle[{ga_event_origin(_o)=clx, _r=1, engagement_time_msec(_et)=4316, ga_screen_class(_sc)=ChatMessageActivity, ga_screen_id(_si)=1502386614203855179, timestamp=1619538790428, fatal=1}]
2021-04-27 21:23:10.623 23269-22778/? V/FA-SVC: Upload scheduled in approximately ms: 500
2021-04-27 21:23:10.623 23269-22778/? V/FA-SVC: Unscheduling upload
2021-04-27 21:23:10.625 1951-3256/? V/AlarmManager: set(null) : type=2 when=488240567whenElapsed488244585maxWhen =488244585 win=0 interval=0 flags=0x0 pkg = android
2021-04-27 21:23:10.630 23269-22778/? V/FA-SVC: Scheduling upload, millis: 500
2021-04-27 21:23:10.638 23269-22778/? V/FA-SVC: Background event processing time, ms: 21
2021-04-27 21:23:10.639 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-04-27 21:23:10.642 25098-14893/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.chimera.GmsBoundBrokerService
2021-04-27 21:23:10.654 1951-1989/? W/ActivityTaskManager:   Force finishing activity com.mentro.mentro_app/.ui.ChatMessageActivity
2021-04-27 21:23:10.655 1951-1989/? V/ColorZoomWindowManagerService: prepareZoomTransition: curStack=ActivityStack{d338e12 stackId=945 type=standard mode=fullscreen visible=true translucent=true, 1 tasks}   nextStackActivityStack{d338e12 stackId=945 type=standard mode=fullscreen visible=true translucent=true, 1 tasks}
2021-04-27 21:23:10.655 1951-1989/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2021-04-27 21:23:10.656 16226-16226/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-04-27 21:23:10.657 1951-1989/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-04-27 21:23:10.657 1951-1989/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-04-27 21:23:10.659 3711-21963/? W/NetworkScheduler: Error inserting flex_time=0 job_id=-1 period=2000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=211213000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1619538790652 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
2021-04-27 21:23:10.660 1951-3951/? V/AlarmManager: set(PendingIntent{70dfddf: PendingIntentRecord{baaba32 com.google.android.gms broadcastIntent}}) : type=2 when=488241611whenElapsed488244620maxWhen =488244620 win=0 interval=0 flags=0x0 pkg = com.google.android.gms
2021-04-27 21:23:10.664 22938-22938/com.mentro.mentro_app I/Process: Sending signal. PID: 22938 SIG: 9
2021-04-27 21:23:10.665 3264-20334/? I/Qu: pid ==16226
2021-04-27 21:23:10.678 3264-6151/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1606 android.content.ContextWrapper.startService:680 com.coloros.performance.service.FrameCollectService.startQualityProtect:288 com.coloros.performance.service.FrameCollectService.recordAppErrorEvent:339 com.coloros.performance.service.FrameCollectService.access$000:58 
2021-04-27 21:23:10.680 1951-3256/? D/OppoDetectOidt: detectExceptionsForOIDT type:0
2021-04-27 21:23:10.680 3264-3264/? I/QualityProtectService: init MallocDebug
2021-04-27 21:23:10.684 3264-3264/? I/MemoryMallocDebug: RusProcessName:com.color.eyeprotect threshold:100 isNeedReboot:false type:0
2021-04-27 21:23:10.686 3264-23115/? I/QualityProtectService: EAP_LOG:eap_log_crash
2021-04-27 21:23:10.686 3264-23115/? I/QualityProtectService: keep service alive
2021-04-27 21:23:10.689 3264-4025/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1606 android.content.ContextWrapper.startService:680 com.oppo.statistics.record.RecordHandler.startDcsService:210 com.oppo.statistics.record.RecordHandler.addTask:137 com.oppo.statistics.agent.CommonAgent.recordCommon:23 
2021-04-27 21:23:10.709 1951-23114/? D/OppoThermalStats: SimpleTopProcesses: {system_server=10, com.coloros.athena=3.9, lastSamepleWallTime=2021-04-27 21:19:34.563, app.buzz.share:push=1.8, app.buzz.share=3, com.android.systemui=2.9}
2021-04-27 21:23:10.709 1951-23114/? D/OppoThermalStats: reset mHaveCaptured:false
2021-04-27 21:23:10.710 1951-23114/? I/DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
2021-04-27 21:23:10.711 1951-23114/? D/DropBoxManagerService: getFileNameWithoutSuffix event_log@1619151918637
2021-04-27 21:23:10.711 1951-23114/? D/DropBoxManagerService: getFileNameWithoutSuffix event_log@[email protected] 74
2021-04-27 21:23:10.711 1951-23114/? D/DropBoxManagerService: getFileNameWithoutSuffix event_log@1619151918637
2021-04-27 21:23:10.711 1951-23114/? D/DropBoxManagerService: getFileNameWithoutSuffix event_log@[email protected] 74
2021-04-27 21:23:10.712 1951-2544/? W/InputDispatcher: channel 'e1ae9be com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
2021-04-27 21:23:10.712 1951-2544/? E/InputDispatcher: channel 'e1ae9be com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube any leads?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

@jddeep according to your stack trace, looks like you didn't call initForChat(ConnectycubeChatService chatService) for your object chatDialog before performing chat-related operations on it. Please see our documentation about it

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

Okay let me try this

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube there is the same issue. I tried chatDialog.initForChat(ConnectycubeChatService.getInstance()) once i am getting the chatDialog. but it crashes at that line saying:
java.lang.IllegalArgumentException: Recipient ID can't be null or empty

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube leads?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

once i am getting the chatDialog.

as I said before, you have to do this only after success login to the chat, without login to the chat you can not use chatDialog for the chat function.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube Here is how things are set up:

LiveDataBus.subscribe(EVENT_CHAT_LOGIN, this, Observer<EventChatConnection> {
            if (it.connected) {
                bindToChatConnection()
            } else {
                Toast.makeText(this, "Chat Connection Problem!", Toast.LENGTH_LONG).show()
            }
        })

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

So basically without logged in bindToChatConnection is not getting called, but still this issue arises. Inside bindToChatConnection() we access the chatDialog

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

Please add more logs before calling these methods, out to the log chatDialog and chat connection state then share these logs here.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube Please have a look with detailed logs of chatDialog and ConnectycubeChatService before the crash while adding the messageListener to the chatDialog:

2021-05-06 16:03:10.560 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityCreated
2021-05-06 16:03:10.560 22299-22834/com.mentro.mentro_app V/FA: onActivityCreated
2021-05-06 16:03:10.560 22299-22299/com.mentro.mentro_app E/BaseActivity: onCreate
2021-05-06 16:03:10.561 22299-22299/com.mentro.mentro_app D/BaseChatActivity: onCreate
2021-05-06 16:03:10.562 22299-22299/com.mentro.mentro_app D/ChatConnectionManager: initWith, isPending false
2021-05-06 16:03:10.562 22299-22299/com.mentro.mentro_app D/ChatConnectionManager: connectyCubePrefsManager.currentUserExists() false
2021-05-06 16:03:10.562 22299-22299/com.mentro.mentro_app D/ChatConnectionManager: ConnectycubeChatService.getInstance().isLoggedIn false
2021-05-06 16:03:10.568 22730-22676/? V/FA-SVC: Upload scheduled in approximately ms: 3566164
2021-05-06 16:03:10.568 22730-22676/? V/FA-SVC: Unscheduling upload
2021-05-06 16:03:10.580 3711-11930/? E/NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.measurement.PackageMeasurementTaskService{u=0 tag="Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG" trigger=window{start=7s,end=16s,earliest=-403s,latest=-394s} requirements=[NET_CONNECTED] attributes=[PERSISTED] scheduled=-410s last_run=-34s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-211213000} :1 [CONTEXT service_id=218 ]
2021-05-06 16:03:10.580 22730-22676/? V/FA-SVC: Scheduling upload, millis: 3566164
2021-05-06 16:03:10.586 22730-22676/? V/FA-SVC: Background event processing time, ms: 27
2021-05-06 16:03:10.594 3257-3257/? D/Launcher.RecentTasksList: onTaskStackChanged: 
2021-05-06 16:03:10.606 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:10.606 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:10.608 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:10.608 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:10.632 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:10.635 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:10.636 3711-8389/? W/ColorExSystemServiceHelper: checkColorExSystemService intent getComponent is null
2021-05-06 16:03:10.640 22299-23069/com.mentro.mentro_app D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.gcm.PushMessagingRegistrarProxy
2021-05-06 16:03:10.646 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityStarted
2021-05-06 16:03:10.653 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityResumed
2021-05-06 16:03:10.653 22299-22299/com.mentro.mentro_app E/BaseActivity: onResume
2021-05-06 16:03:10.654 22299-22841/com.mentro.mentro_app V/FA: Activity resumed, time: 1246637567
2021-05-06 16:03:10.657 22299-22299/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@ed65de0[HomeActivity], this = android.view.WindowManagerGlobal@587e33e,pkg= com.mentro.mentro_app
2021-05-06 16:03:10.661 1951-3386/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:10.676 1951-6281/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:10.676 1951-6281/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:10.676 1951-6281/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:10.679 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:10.683 1951-6281/? V/WindowManager: Changing focus from null to Window{915086 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-05-06 16:03:10.694 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:10.699 3711-8389/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.gcm.http.GoogleHttpService
2021-05-06 16:03:10.723 1951-2047/? W/WindowManager: Unable to start animation, surface is null or no children.
2021-05-06 16:03:10.723 1951-2047/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:10.723 1951-2047/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:10.731 22730-22676/? V/FA-SVC: Logging event: origin=auto,name=screen_view(_vs),params=Bundle[{ga_event_origin(_o)=auto, ga_previous_class(_pc)=LoginActivity, ga_previous_id(_pi)=-6809732711812829766, ga_screen_class(_sc)=HomeActivity, ga_screen_id(_si)=-6809732711812829765}]
2021-05-06 16:03:10.740 22299-22299/com.mentro.mentro_app D/FirstChatLoad:: true
2021-05-06 16:03:10.740 22299-22299/com.mentro.mentro_app D/FirstChatLoad:: true
2021-05-06 16:03:10.746 22730-22676/? V/FA-SVC: Upload scheduled in approximately ms: 3565986
2021-05-06 16:03:10.746 22730-22676/? V/FA-SVC: Unscheduling upload
2021-05-06 16:03:10.750 22730-22676/? V/FA-SVC: Scheduling upload, millis: 3565986
2021-05-06 16:03:10.755 22730-22676/? V/FA-SVC: Background event processing time, ms: 24
2021-05-06 16:03:10.756 3711-20123/? E/NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.measurement.PackageMeasurementTaskService{u=0 tag="Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG" trigger=window{start=7s,end=16s,earliest=-403s,latest=-394s} requirements=[NET_CONNECTED] attributes=[PERSISTED] scheduled=-410s last_run=-34s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-211213000} :1 [CONTEXT service_id=218 ]
2021-05-06 16:03:10.784 1069-1165/? D/DispPerfService: onframeavailable pid=22299, slot=2, seq=243839, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity#0
2021-05-06 16:03:10.785 5689-5689/? W/adbd: timeout expired while flushing socket, closing
2021-05-06 16:03:10.789 22299-22299/com.mentro.mentro_app I/Choreographer: Skipped 6 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:10.789 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:10.789 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:10.791 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:10.793 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:10.793 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:10.791 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:10.799 1951-5164/? D/InputMethodManagerService: isSecurity= false ( enable=false needShow=false inBlackList=false  isExist=true )
2021-05-06 16:03:10.801 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-05-06 16:03:10.801 1951-2100/? I/ActivityTaskManager: Displayed com.mentro.mentro_app/.HomeActivity: +383ms
2021-05-06 16:03:10.802 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-05-06 16:03:10.804 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:10.804 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:10.810 4541-4541/? I/GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3138 
2021-05-06 16:03:10.811 4541-4541/? I/GoogleInputMethodService: GoogleInputMethodService.onStartInput():1808 
2021-05-06 16:03:10.846 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:10.846 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:10.847 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:10.848 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:10.872 22299-22839/com.mentro.mentro_app D/AppUpdateRsp:: AppUpdateResponseModel(minVersion=1.0.0.6, latestVersion=1.0.0.6)
2021-05-06 16:03:10.873 22299-22299/com.mentro.mentro_app E/AppUpdObsSucc:: AppUpdateResponseModel(minVersion=1.0.0.6, latestVersion=1.0.0.6)
2021-05-06 16:03:10.873 22299-22299/com.mentro.mentro_app D/CurrAppVersion:: 1.1.0.15
2021-05-06 16:03:10.873 22299-22299/com.mentro.mentro_app D/MinAppVersion:: 1.0.0.6
2021-05-06 16:03:10.873 22299-22299/com.mentro.mentro_app D/CurrAppVersionCodes:: [1, 1, 0, 15]
2021-05-06 16:03:10.873 22299-22299/com.mentro.mentro_app D/MinAppVersionCodes:: [1, 0, 0, 6]
2021-05-06 16:03:10.933 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:10.934 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:10.946 22299-22299/com.mentro.mentro_app D/FCMToken:: eCAmJyeVSL2B4ZIT20E_Yd:APA91bFbpbdL05eNZrVVo81LfM5DOQtkosjwVWtpmtyrVykUKc1lTH2_JdJz-oWPO9xkl_gDcvfBGJ523hUwdbxYB3ISfj_UMtUxUem2f47V469XX8ciR49NRTOgMOR1qh8ylv0FUmbN
2021-05-06 16:03:10.970 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:10.970 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:10.987 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:10.987 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:11.087 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.088 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.091 1951-3323/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:11.091 1951-6281/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:11.092 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.093 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.094 822-1661/? I/netd: trafficSwapActiveStatsMap() <1.86ms>
2021-05-06 16:03:11.101 822-1661/? I/netd: tetherGetStats() <3.25ms>
2021-05-06 16:03:11.119 1951-2048/? V/ColorZoomWindowManagerService: onAnimationFinished:  r=ActivityRecord{e3b0f3f u0 com.mentro.mentro_app/.ui.LoginActivity t10592 f}
2021-05-06 16:03:11.119 1951-2048/? I/ColorAppSwitchManagerService:  handleAppVisible , r = ActivityRecord{7fd9f9b u0 com.mentro.mentro_app/.HomeActivity t10592}
2021-05-06 16:03:11.119 1951-2048/? V/ColorZoomWindowManagerService: onAnimationFinished:  r=ActivityRecord{7fd9f9b u0 com.mentro.mentro_app/.HomeActivity t10592}
2021-05-06 16:03:11.120 1951-2048/? V/WindowManager: adjustNotShowWallpaperByOppo: false
2021-05-06 16:03:11.124 1951-2048/? V/WindowManager: adjustNotShowWallpaperByOppo: false
2021-05-06 16:03:11.125 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:11.125 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:11.129 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 298132186; t: 112469095
2021-05-06 16:03:11.144 1951-6281/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:11.145 1951-6281/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:11.152 22299-22299/com.mentro.mentro_app D/FirstChatSucc:: FirstChatModel(chats=[])
2021-05-06 16:03:11.155 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityStopped
2021-05-06 16:03:11.157 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:11.159 22730-22730/? D/BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.signin.service.START cmp=com.google.android.gms/.chimera.GmsApiService }
2021-05-06 16:03:11.164 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityDestroyed
2021-05-06 16:03:11.172 1951-3386/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:11.173 1951-3386/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:11.178 1951-3386/? V/ColorZoomWindowManagerService: onAnimationFinished:  r=ActivityRecord{e3b0f3f u0 com.mentro.mentro_app/.ui.LoginActivity t10592 f}
2021-05-06 16:03:11.194 22299-22299/com.mentro.mentro_app D/FirstChatSucc:: FirstChatModel(chats=[])
2021-05-06 16:03:11.331 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.332 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.336 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.337 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.341 22299-22299/com.mentro.mentro_app D/FCMTokenAPISucc:: true
2021-05-06 16:03:11.540 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.542 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.546 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.547 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.716 5784-5792/? E/ANDR-PERF-MPCTL: poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug
2021-05-06 16:03:11.716 5784-5792/? E/ANDR-PERF-MPCTL: Block on poll()
2021-05-06 16:03:11.749 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.750 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.754 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.755 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.869 22299-22299/com.mentro.mentro_app D/ColorViewRootUtil: nav bar mode ignore false downX 568 downY 2138 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=568.0, y[0]=2138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1030344652, downTime=1030344652, deviceId=4, source=0x1002, displayId=0 }
2021-05-06 16:03:11.972 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.973 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:11.978 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:11.979 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.066 22299-22299/com.mentro.mentro_app E/RecyclerView: No adapter attached; skipping layout
2021-05-06 16:03:12.076 22299-22299/com.mentro.mentro_app I/Choreographer: Skipped 4 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:12.077 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:12.119 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.132 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.175 22299-22299/com.mentro.mentro_app E/CCUser:: ConnectycubeUser{id=null, createdAt=null, updatedAt=null, fullName='null', email='null', login='null', phone='null', website='null', lastRequestAt='null', externalId=null, facebookId=null, twitterId=null, blobId=null, tags='null', password='null', oldPassword='null', customData='null', avatar='null'}
2021-05-06 16:03:12.176 22299-22299/com.mentro.mentro_app E/FBUSERID:: EKQ2A2OH7RaKAHPJGvIxnuDT5rx1
2021-05-06 16:03:12.190 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.190 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.193 22299-22299/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-06 16:03:12.193 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.194 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.197 962-1045/? E/SDM: HWCDisplay::GetHWCLayer: [0] GetLayer(321639) failed: no such layer
2021-05-06 16:03:12.199 22299-22299/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-06 16:03:12.199 1069-1069/? W/HwcComposer: command 0x3000000 generated error 3
2021-05-06 16:03:12.217 22299-22299/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@10b56d3[HomeActivity], this = android.view.WindowManagerGlobal@587e33e,pkg= com.mentro.mentro_app
2021-05-06 16:03:12.222 1951-6281/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:12.226 1951-6281/? V/WindowManager: Changing focus from Window{915086 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} to Window{432952f u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-05-06 16:03:12.228 22299-22299/com.mentro.mentro_app D/ConnectWithStudentFrag: called loginTo user = ConnectycubeUser{id=null, createdAt=null, updatedAt=null, fullName='null', email='null', login='EKQ2A2OH7RaKAHPJGvIxnuDT5rx1', phone='null', website='null', lastRequestAt='null', externalId=null, facebookId=null, twitterId=null, blobId=null, tags='null', password='EKQ2A2OH7RaKAHPJGvIxnuDT5rx1', oldPassword='null', customData='null', avatar='null'}
2021-05-06 16:03:12.230 22299-22299/com.mentro.mentro_app D/Request build:: application_id=4706&auth_key=RSPjmXbkySQPE95&nonce=-78558961&timestamp=1620297192
2021-05-06 16:03:12.231 22299-22299/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== 66de0d94-af4c-4f05-92db-4160ff99d6d6 ===
    REQUEST
        POST https://api.connectycube.com/session.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
    PARAMETERS
        application_id=4706
        auth_key=RSPjmXbkySQPE95
        nonce=-78558961
        timestamp=1620297192
        signature=81f8566a8197e0500c6b63b39008390b5c936456
    INLINE
        POST https://api.connectycube.com/session.json?application_id=4706&auth_key=RSPjmXbkySQPE95&nonce=-78558961&timestamp=1620297192&signature=81f8566a8197e0500c6b63b39008390b5c936456
2021-05-06 16:03:12.241 822-23107/? E/ResolverController: No valid NAT64 prefix (131, <unspecified>/0)
2021-05-06 16:03:12.243 1951-3386/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:12.243 1951-3386/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:12.243 1951-3386/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:12.246 1951-3386/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:12.246 1951-3386/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:12.264 1069-2200/? D/DispPerfService: onframeavailable pid=22299, slot=0, seq=243842, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity#1
2021-05-06 16:03:12.266 22299-22299/com.mentro.mentro_app I/Choreographer: Skipped 5 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:12.267 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:12.267 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:12.268 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:12.272 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:12.272 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:12.375 4611-4611/? E/GsaVoiceInteractionSrv: updateScreenStatus
2021-05-06 16:03:12.375 4611-4611/? E/HotwordState: FASE: true, SHwR: false, ACR: true, HR: true, ACbSS: false, ACbHE: false, SO:true, ARS: false
2021-05-06 16:03:12.415 1951-1951/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:12.416 1951-1951/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:12.425 1951-3386/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:12.425 1951-3386/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:12.461 1951-3386/? W/NotificationService: Toast already killed. pkg=com.mentro.mentro_app callback=android.app.ITransientNotification$Stub$Proxy@d56740
2021-05-06 16:03:12.462 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.462 22299-22299/com.mentro.mentro_app I/Choreographer: Skipped 2 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:12.463 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.467 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:12.468 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.469 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.630 1951-3386/? V/AlarmManager: set(PendingIntent{1ffefbe: PendingIntentRecord{203db7c com.google.android.gms broadcastIntent}}) : type=2 when=1246879543whenElapsed1246879543maxWhen =1247059543 win=180000 interval=0 flags=0x8 pkg = com.google.android.gms
2021-05-06 16:03:12.641 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.646 3711-8389/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.chimera.PersistentDirectBootAwareApiService
2021-05-06 16:03:12.653 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:12.653 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:12.653 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:12.654 1053-16910/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10180 procState=17
2021-05-06 16:03:12.654 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:12.654 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:12.654 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:12.665 13738-13844/? V/ActivityThread: scheduleReceiver info = ActivityInfo{24ec651 com.google.firebase.iid.FirebaseInstanceIdReceiver} intent = Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x11080010 pkg=com.linkedin.android cmp=com.linkedin.android/com.google.firebase.iid.FirebaseInstanceIdReceiver (has extras) } sync = true hasCode = 46614986
2021-05-06 16:03:12.666 1053-16910/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10180 procState=12
2021-05-06 16:03:12.666 1951-5812/? V/AlarmManager: set(PendingIntent{fd0de58: PendingIntentRecord{6c466ac com.google.android.gms broadcastIntent}}) : type=2 when=1246759577whenElapsed1246759577maxWhen =1246849574 win=89997 interval=0 flags=0x8 pkg = com.google.android.gms
2021-05-06 16:03:12.667 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:12.667 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:12.667 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:12.676 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.677 1053-16910/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10180 procState=11
2021-05-06 16:03:12.677 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:12.677 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:12.677 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:12.680 3711-8389/? V/ActivityThread: scheduleRegisteredReceiver receiver= android.app.LoadedApk$ReceiverDispatcher$InnerReceiver@d472726 intent= Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x11080010 pkg=com.linkedin.android (has extras) } ordered= false sticky = false
2021-05-06 16:03:12.685 1951-3323/? V/AlarmManager: set(PendingIntent{9f1fc17: PendingIntentRecord{203db7c com.google.android.gms broadcastIntent}}) : type=2 when=1246879598whenElapsed1246879598maxWhen =1247059598 win=180000 interval=0 flags=0x8 pkg = com.google.android.gms
2021-05-06 16:03:12.687 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.693 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.694 3711-8389/? W/ColorExSystemServiceHelper: checkColorExSystemService intent getComponent is null
2021-05-06 16:03:12.697 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.698 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.700 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.702 13738-13844/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.gcm.PushMessagingRegistrarProxy
2021-05-06 16:03:12.702 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.710 3257-17851/? W/Launcher.BadgeProvider: call method = setAppBadgeCount
2021-05-06 16:03:12.715 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.724 559-559/? I/chatty: uid=1000(system) hwservicemanage identical 1 line
2021-05-06 16:03:12.731 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:12.760 1053-16910/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10180 procState=17
2021-05-06 16:03:12.760 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:12.760 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:12.760 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:12.948 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:12.948 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:12.963 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.964 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:12.969 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:12.970 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.203 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.204 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.208 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.209 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.308 1951-1951/? D/OppoPowerMonitor: Receive broadcast android.intent.action.BATTERY_CHANGED
2021-05-06 16:03:13.311 4534-4534/? W/FileManager::BaseActivity: mChangedReceiver onReceive action = android.intent.action.BATTERY_CHANGED
2021-05-06 16:03:13.311 4534-4534/? W/FileManager::BaseActivity: mChangedReceiver onReceive action = android.intent.action.BATTERY_CHANGED
2021-05-06 16:03:13.420 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.421 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.426 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.427 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.574 22299-22299/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** 66de0d94-af4c-4f05-92db-4160ff99d6d6 ***
    STATUS : 201 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-06 12:33:15 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 201
        X-Android-Sent-Millis=1620297192891
        Content-Length=224
        X-Android-Received-Millis=1620297193552
        Date=Thu, 06 May 2021 10:33:15 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"session":{"created_at":"2021-05-06T10:33:15.179Z","updated_at":"2021-05-06T10:33:15.179Z","application_id":4706,"token":"1E261B70E3ACDB79B4CD248BE1D5DBF550F1","nonce":-78558961,"ts":1620297192,"long":false,"user_id":null}}'
2021-05-06 16:03:13.603 22299-22299/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== 72309d1f-e794-48df-9801-bdbb8dda0cab ===
    REQUEST
        POST https://api.connectycube.com/login.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=1E261B70E3ACDB79B4CD248BE1D5DBF550F1
    PARAMETERS
        login=EKQ2A2OH7RaKAHPJGvIxnuDT5rx1
        password=EKQ2A2OH7RaKAHPJGvIxnuDT5rx1
    INLINE
        POST https://api.connectycube.com/login.json?login=EKQ2A2OH7RaKAHPJGvIxnuDT5rx1&password=EKQ2A2OH7RaKAHPJGvIxnuDT5rx1
2021-05-06 16:03:13.608 22299-22299/com.mentro.mentro_app D/CB-SDK: SessionListener onSessionCreated: WITHOUT USER
2021-05-06 16:03:13.641 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.642 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.647 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.647 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.887 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.889 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.893 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:13.894 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:13.957 1951-2047/? W/WindowManager: Unable to start animation, surface is null or no children.
2021-05-06 16:03:13.958 1951-2047/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:13.958 1951-2047/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:13.959 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:14.119 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.123 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.127 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.127 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.140 1951-3323/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:14.141 1951-6281/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:14.147 822-1661/? I/netd: trafficSwapActiveStatsMap() <3.85ms>
2021-05-06 16:03:14.153 822-1661/? I/netd: tetherGetStats() <3.14ms>
2021-05-06 16:03:14.181 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 298133755; t: 112469215
2021-05-06 16:03:14.344 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.345 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.348 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.348 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.349 974-22715/? E/sensors-hal: handle_sns_client_event:83, device_orient_event: ts=1246641166306095, type=0
2021-05-06 16:03:14.350 1951-2045/? V/WindowOrientationListener: onSensorChanged mDesiredRotation = 0 newRotation = 0
2021-05-06 16:03:14.352 1951-2045/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:14.352 1951-2045/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:14.555 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.555 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.558 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.558 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.652 974-22715/? E/sensors-hal: handle_sns_client_event:83, device_orient_event: ts=1246641519720626, type=4
2021-05-06 16:03:14.653 1951-2045/? V/WindowOrientationListener: onSensorChanged mDesiredRotation = 4
2021-05-06 16:03:14.719 5784-5792/? E/ANDR-PERF-MPCTL: poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug
2021-05-06 16:03:14.719 5784-5792/? E/ANDR-PERF-MPCTL: Block on poll()
2021-05-06 16:03:14.794 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.795 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.798 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:14.798 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:14.969 17707-17720/? 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.google.android.play.core.internal.bi
2021-05-06 16:03:14.980 1951-6281/? V/AlarmManager: set(PendingIntent{96ed1a5: PendingIntentRecord{203db7c com.google.android.gms broadcastIntent}}) : type=2 when=1246881893whenElapsed1246881893maxWhen =1247061893 win=180000 interval=0 flags=0x8 pkg = com.google.android.gms
2021-05-06 16:03:14.987 1951-6281/? V/AlarmManager: set(PendingIntent{1e48d88: PendingIntentRecord{6c466ac com.google.android.gms broadcastIntent}}) : type=2 when=1246761899whenElapsed1246761899maxWhen =1246851898 win=89999 interval=0 flags=0x8 pkg = com.google.android.gms
2021-05-06 16:03:14.993 13738-13844/? V/ActivityThread: scheduleReceiver info = ActivityInfo{73ca6f com.google.firebase.iid.FirebaseInstanceIdReceiver} intent = Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x11080010 pkg=com.linkedin.android cmp=com.linkedin.android/com.google.firebase.iid.FirebaseInstanceIdReceiver (has extras) } sync = true hasCode = 10478369
2021-05-06 16:03:14.969 17707-17720/? I/chatty: uid=10155(app.buzz.share) ReferenceQueueD identical 8 lines
2021-05-06 16:03:14.970 17707-17720/? 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.google.android.play.core.internal.bi
2021-05-06 16:03:14.993 1053-16910/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10180 procState=12
2021-05-06 16:03:14.994 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:14.994 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:14.994 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:14.998 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.000 1053-16910/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10180 procState=11
2021-05-06 16:03:15.000 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:15.001 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:15.001 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:15.001 3711-8389/? V/ActivityThread: scheduleRegisteredReceiver receiver= android.app.LoadedApk$ReceiverDispatcher$InnerReceiver@c5ee45f intent= Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x11080010 pkg=com.linkedin.android (has extras) } ordered= false sticky = false
2021-05-06 16:03:15.008 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.011 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.012 3711-8389/? W/ColorExSystemServiceHelper: checkColorExSystemService intent getComponent is null
2021-05-06 16:03:15.018 13738-13844/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.gcm.PushMessagingRegistrarProxy
2021-05-06 16:03:15.021 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.023 559-559/? I/chatty: uid=1000(system) hwservicemanage identical 1 line
2021-05-06 16:03:15.027 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.038 1053-16910/? D/AudioPolicyService: UidPolicy::onUidStateChanged() UID=10180 procState=17
2021-05-06 16:03:15.038 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.038 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=1 isAssistantOnTop=0 isTopOrLatestActive=1 isLatestSensitive=0 isSensitiveActive=0 isInCall=0 current->canCaptureOutput=0
2021-05-06 16:03:15.038 1053-16910/? D/AudioPolicyService: updateUidStates_l() allowCapture=true because of on TOP AND uses VOICE_RECOGNITION OR uses HOTWORD
2021-05-06 16:03:15.038 1053-16910/? D/AudioPolicyService: updateUidStates_l() current->uid=10070 current->pid=4611 allowCapture=1 UidState=3 apmStat=1
2021-05-06 16:03:15.039 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.042 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.042 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.155 22299-22299/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** 72309d1f-e794-48df-9801-bdbb8dda0cab ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-06 12:33:16 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1620297194513
        Content-Length=580
        X-Android-Received-Millis=1620297195150
        Date=Thu, 06 May 2021 10:33:16 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"user":{"_id":"609261a9f8550e007e12dc0e","id":4185732,"created_at":"2021-05-05T03:32:29Z","updated_at":"2021-05-06T10:32:54Z","last_request_at":"2021-05-06T10:32:54.386Z","login":"EKQ2A2OH7RaKAHPJGvIxnuDT5rx1","full_name":"Jaideep Prasad","website":null,"custom_data":null,"user_tags":"","avatar":"https://firebasestorage.googleapis.com/v0/b/mentro-app.appspot.com/o/users%2FEKQ2A2OH7RaKAHPJGvIxnuDT5rx1%2Fprofile.jpg?alt=media&token=4033139a-20b5-4a76-8e89-e207ab297eb3","email":null,"phone":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"external_id":null}}'
2021-05-06 16:03:15.173 1951-6281/? V/WindowManager: Changing focus from Window{432952f u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity EXITING} to Window{915086 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-05-06 16:03:15.173 1951-3386/? E/InputDispatcher: Window handle Window{432952f u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} has no registered input channel
2021-05-06 16:03:15.173 1951-6281/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:15.173 1951-6281/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:15.178 22299-22299/com.mentro.mentro_app D/ConnectWithStudentFrag: ConnectyCube User Sign In Success!
2021-05-06 16:03:15.178 22299-22299/com.mentro.mentro_app D/ConnectWithStudentFrag: subscribeUi
2021-05-06 16:03:15.179 22299-22299/com.mentro.mentro_app E/CHAT_LOGIN:: Success
2021-05-06 16:03:15.179 22299-22299/com.mentro.mentro_app D/ChatRepo: loadDb
2021-05-06 16:03:15.186 1951-5164/? E/InputDispatcher: Window handle Window{432952f u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} has no registered input channel
2021-05-06 16:03:15.190 22299-22299/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-06 16:03:15.194 22299-22299/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-06 16:03:15.207 22299-22299/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@d5b4eb0[HomeActivity], this = android.view.WindowManagerGlobal@587e33e,pkg= com.mentro.mentro_app
2021-05-06 16:03:15.211 1951-6281/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:15.214 1951-6281/? V/WindowManager: Changing focus from Window{915086 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} to Window{30d5bcc u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-05-06 16:03:15.215 22299-22299/com.mentro.mentro_app D/ConnectWithStudentFrag: Status.LOADING
2021-05-06 16:03:15.216 22299-22299/com.mentro.mentro_app D/CB-SDK: SessionListener onSessionUpdated
2021-05-06 16:03:15.216 22299-22299/com.mentro.mentro_app D/CB-SDK: SubscribeService: subscribeToPushesAutomatic
2021-05-06 16:03:15.218 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.222 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.226 22299-22299/com.mentro.mentro_app D/ChatRepo: createCallSlice
2021-05-06 16:03:15.227 22299-22299/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== bf551895-bd97-4616-be95-4b4c72b7c9a9 ===
    REQUEST
        GET https://api.connectycube.com/chat/Dialog.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=1E261B70E3ACDB79B4CD248BE1D5DBF550F1
    PARAMETERS
        limit=10
    INLINE
        GET https://api.connectycube.com/chat/Dialog.json?limit=10
2021-05-06 16:03:15.228 22299-22299/com.mentro.mentro_app I/Choreographer: Skipped 2 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:15.232 1951-5164/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:15.232 822-23117/? E/ResolverController: No valid NAT64 prefix (131, <unspecified>/0)
2021-05-06 16:03:15.232 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:15.232 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:15.234 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:15.235 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:15.247 1069-2200/? D/DispPerfService: onframeavailable pid=22299, slot=0, seq=243850, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity#2
2021-05-06 16:03:15.250 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:15.250 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:15.253 22299-22299/com.mentro.mentro_app D/CB-SDK: SubscribeService: SubscribeService created
2021-05-06 16:03:15.254 1951-6281/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.connectycube.pushnotifications.services.SubscribeService
2021-05-06 16:03:15.255 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:15.255 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:15.266 22299-22900/com.mentro.mentro_app D/CB-SDK: SubscribeService: onHandleIntent start: register to pushes
2021-05-06 16:03:15.272 22299-22900/com.mentro.mentro_app D/CB-SDK: SubscribeService:  get settings from meta-data: typeCM=FCM, senderId=3059978523, connectycubeEnvironment=development
2021-05-06 16:03:15.276 22299-22900/com.mentro.mentro_app D/CB-SDK: SubscribeService: Device registered in FCM, regId=eCAmJyeVSL2B4ZIT20E_Yd:APA91bFbpbdL05eNZrVVo81LfM5DOQtkosjwVWtpmtyrVykUKc1lTH2_JdJz-oWPO9xkl_gDcvfBGJ523hUwdbxYB3ISfj_UMtUxUem2f47V469XX8ciR49NRTOgMOR1qh8ylv0FUmbN
2021-05-06 16:03:15.277 22299-22900/com.mentro.mentro_app D/CB-SDK: DEVICE_ID = 00000000-4d1f-faf6-ffff-ffffef05ac4a
2021-05-06 16:03:15.278 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.279 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.279 22299-22900/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== c803da74-3be4-4422-bbc4-54df6184172a ===
    REQUEST
        POST https://api.connectycube.com/subscriptions.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=1E261B70E3ACDB79B4CD248BE1D5DBF550F1
    PARAMETERS
        notification_channel=gcm
        push_token[client_identification_sequence]=eCAmJyeVSL2B4ZIT20E_Yd:APA91bFbpbdL05eNZrVVo81LfM5DOQtkosjwVWtpmtyrVykUKc1lTH2_JdJz-oWPO9xkl_gDcvfBGJ523hUwdbxYB3ISfj_UMtUxUem2f47V469XX8ciR49NRTOgMOR1qh8ylv0FUmbN
        device[udid]=00000000-4d1f-faf6-ffff-ffffef05ac4a
        device[platform]=android
        push_token[environment]=development
    INLINE
        POST https://api.connectycube.com/subscriptions.json?notification_channel=gcm&push_token[client_identification_sequence]=eCAmJyeVSL2B4ZIT20E_Yd%3AAPA91bFbpbdL05eNZrVVo81LfM5DOQtkosjwVWtpmtyrVykUKc1lTH2_JdJz-oWPO9xkl_gDcvfBGJ523hUwdbxYB3ISfj_UMtUxUem2f47V469XX8ciR49NRTOgMOR1qh8ylv0FUmbN&device[udid]=00000000-4d1f-faf6-ffff-ffffef05ac4a&device[platform]=android&push_token[environment]=development
2021-05-06 16:03:15.281 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.282 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.336 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:15.336 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:15.352 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:15.352 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:15.417 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.418 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.418 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.418 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.424 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.424 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.426 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.426 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.426 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.426 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.429 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.429 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.432 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.432 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.432 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.432 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.434 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.435 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.436 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.436 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.436 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.436 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.439 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.439 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.441 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.441 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.441 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.441 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.444 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.444 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.446 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.446 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.446 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.446 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.448 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.448 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.483 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.483 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.483 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.483 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.487 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.487 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.489 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.489 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.490 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.490 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.493 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.493 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.494 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.494 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.495 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.495 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.498 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.498 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.502 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.503 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:15.503 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:15.503 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.505 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:15.506 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:15.520 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.521 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.525 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.525 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.563 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-05-06 16:03:15.563 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.563 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-05-06 16:03:15.563 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.564 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.564 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.564 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.564 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.564 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.564 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:15.565 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:15.573 1951-6281/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:15.574 1951-3386/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:15.578 822-1661/? I/netd: trafficSwapActiveStatsMap() <3.07ms>
2021-05-06 16:03:15.585 822-1661/? I/netd: tetherGetStats() <3.29ms>
2021-05-06 16:03:15.586 3212-3212/? D/OppoNecManager: notifyOrigSignalStrengthChanged slotId:0
2021-05-06 16:03:15.587 1951-3386/? D/OppoNecService: reportNecEvent.slotId:0,eventId:8000
2021-05-06 16:03:15.587 3202-3202/? D/OppoNecEventListener: handleNecEventReport:8000
2021-05-06 16:03:15.619 1951-5812/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:15.619 1951-5164/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:15.621 822-1661/? I/netd: trafficSwapActiveStatsMap() <0.33ms>
2021-05-06 16:03:15.627 822-1661/? I/netd: tetherGetStats() <2.48ms>
2021-05-06 16:03:15.702 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.707 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:15.738 22299-22841/com.mentro.mentro_app V/FA: Inactivity, disconnecting from the service
2021-05-06 16:03:15.738 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.739 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.742 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.742 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.757 1951-2050/? W/Watchdog: !@WatchDog_34339
2021-05-06 16:03:15.959 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.960 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:15.963 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:15.964 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.171 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.172 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.175 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.176 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.379 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.383 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.387 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.388 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.472 22299-22299/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** bf551895-bd97-4616-be95-4b4c72b7c9a9 ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-06 12:33:18 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1620297195807
        Content-Length=5294
        X-Android-Received-Millis=1620297196447
        Date=Thu, 06 May 2021 10:33:18 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"total_entries":10,"skip":0,"limit":10,"items":[{"_id":"60923e91ca8bf417bc8a1863","user_id":4171360,"created_at":"2021-05-05T06:43:29Z","updated_at":"2021-05-06T10:02:12Z","name":"sayN beatboxer","type":3,"photo":null,"occupants_ids":[4171360,4185732],"admins_ids":[],"last_message":"bolll","last_message_date_sent":1620295330,"last_message_id":"6093bea27aaabf19bdf41c84","last_message_user_id":4185732,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"occupants_count":null,"xmpp_room_jid":null,"is_e2ee":null},{"_id":"6093ab9a10f4d900110cd2dd","user_id":4192614,"created_at":"2021-05-06T08:40:58Z","updated_at":"2021-05-06T08:40:58Z","name":"Darnell Hines","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJyuLjTUlEZ4YGm3hLYzrbguEnx16L_wCFGmHIdo=s96-c","occupants_ids":[4185732,4192614],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093ab20ecd19300183b1dbb","user_id":4192602,"created_at":"2021-05-06T08:38:56Z","updated_at":"2021-05-06T08:38:56Z","name":"Clinton Collier","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJxtk6MekbZU9fUuDAeF2ljLmaRcBVSlUgWUj0kW=s96-c","occupants_ids":[4185732,4192602],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093ab11ecd19300183b1dba","user_id":4192587,"created_at":"2021-05-06T08:38:41Z","updated_at":"2021-05-06T08:38:41Z","name":"Brandon Stone","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJywQ7kq88_6CBAqc678F-SHBKBpUuyAryvAtNED=s96-c","occupants_ids":[4185732,4192587],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093ab0fecd19300183b1db9","user_id":4192599,"created_at":"2021-05-06T08:38:39Z","updated_at":"2021-05-06T08:38:39Z","name":"Everett Edwards","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJyQaUVWuFKGDL9pvU-y6k9izwBauy-6iEV5SVNR=s96-c","occupants_ids":[4185732,4192599],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093aad2fedd2d00271f4b2b","user_id":4192586,"created_at":"2021-05-06T08:37:38Z","updated_at":"2021-05-06T08:37:38Z","name":"Opal Barrett","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJyDoKJTMNVvJMX2F7BCV7tXXNwbFsQB3EvJMQUu=s96-c","occupants_ids":[4185732,4192586],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093aab3027ae100338d98d3","user_id":4192582,"created_at":"2021-05-06T08:37:07Z","updated_at":"2021-05-06T08:37:07Z","name":"Myra Greene","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJw7B62IwfcaMFpO1wWlspC-5HKRtLuAqMscKdNA=s96-c","occupants_
2021-05-06 16:03:16.488 22299-22299/com.mentro.mentro_app D/CB-SDK: org.json.JSONException: Value null at admins_ids of type org.json.JSONObject$1 cannot be converted to JSONArray
2021-05-06 16:03:16.506 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:16.509 22299-22299/com.mentro.mentro_app D/CB-SDK: org.json.JSONException: Value null at admins_ids of type org.json.JSONObject$1 cannot be converted to JSONArray
2021-05-06 16:03:16.515 22299-22299/com.mentro.mentro_app D/FetchedSlice:: [ConnectycubeChatDialog{id=60923e91ca8bf417bc8a1863, created_at=2021-05-05 12:13:29, updated_at=2021-06-05 15:32:12, last_msg_user_id=4185732, occupants_ids=[4171360, 4185732], occupants_count=null, admins_ids=[], pinned_messages_ids=[], last_message=bolll, last_message_date_sent=1620295330, type=PRIVATE, name=sayN beatboxer, room_jid=null, user_id=4171360, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab9a10f4d900110cd2dd, created_at=2021-06-05 14:10:58, updated_at=2021-06-05 14:10:58, last_msg_user_id=null, occupants_ids=[4185732, 4192614], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Darnell Hines, room_jid=null, user_id=4192614, photo=https://lh3.googleusercontent.com/a/AATXAJyuLjTUlEZ4YGm3hLYzrbguEnx16L_wCFGmHIdo=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab20ecd19300183b1dbb, created_at=2021-06-05 14:08:56, updated_at=2021-06-05 14:08:56, last_msg_user_id=null, occupants_ids=[4185732, 4192602], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Clinton Collier, room_jid=null, user_id=4192602, photo=https://lh3.googleusercontent.com/a/AATXAJxtk6MekbZU9fUuDAeF2ljLmaRcBVSlUgWUj0kW=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab11ecd19300183b1dba, created_at=2021-06-05 14:08:41, updated_at=2021-06-05 14:08:41, last_msg_user_id=null, occupants_ids=[4185732, 4192587], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Brandon Stone, room_jid=null, user_id=4192587, photo=https://lh3.googleusercontent.com/a/AATXAJywQ7kq88_6CBAqc678F-SHBKBpUuyAryvAtNED=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab0fecd19300183b1db9, created_at=2021-06-05 14:08:39, updated_at=2021-06-05 14:08:39, last_msg_user_id=null, occupants_ids=[4185732, 4192599], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Everett Edwards, room_jid=null, user_id=4192599, photo=https://lh3.googleusercontent.com/a/AATXAJyQaUVWuFKGDL9pvU-y6k9izwBauy-6iEV5SVNR=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093aad2fedd2d00271f4b2b, created_at=2021-06-05 14:07:38, updated_at=2021-06-05 14:07:38, last_msg_user_id=null, occupants_ids=[4185732, 4192586], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Opal Barrett, room_jid=null, user_id=4192586, photo=https://lh3.googleusercontent.com/a/AATXAJyDoKJTMNVvJMX2F7BCV7tXXNwbFsQB3EvJMQUu=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093aab3027ae100338d98d3, created_at=2021-06-05 14:07:07, updated_at=2021-06-05 14:07:07, last_msg_user_id=null, occupants_ids=[4185732, 4192582], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Myra Greene, room_jid=null, user_id=4192582, photo=https://lh3.googleusercontent.com/a/AATXAJw7B62IwfcaMFpO1wWlspC-5HKRtLuAqMscKdNA=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093aa9cfedd2d00271f4b26, created_at=2021-06-05 14:06:44, updated_at=2021-06-05 14:06:44, last_msg_user_id=null, occupants_ids=[4185732, 4192578], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Alyssa Bryan, room_jid=null, user_id=4192578, photo=https://lh3.googleusercontent.com/a/AATXAJxLV9liPbzQv5Nzd_hrbIr-62ceujbIRfDCgsn9=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=609217a9ca8bf47238887544, created_at=2021-05-05 09:27:29, updated_at=2021-06-05 14:06:43, last_msg_user_id=
2021-05-06 16:03:16.517 22299-22299/com.mentro.mentro_app D/ChatRepo: shouldFetch result= true
2021-05-06 16:03:16.518 22299-22299/com.mentro.mentro_app D/ChatRepo: createCall
2021-05-06 16:03:16.518 22299-22299/com.mentro.mentro_app D/ConnectWithStudentFrag: Status.LOADING
2021-05-06 16:03:16.520 22299-22299/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== 009c8398-be2b-4990-b4a4-3aa71e663e56 ===
    REQUEST
        GET https://api.connectycube.com/chat/Dialog.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=1E261B70E3ACDB79B4CD248BE1D5DBF550F1
    PARAMETERS
        sort_desc=last_message_date_sent
        type[in]=2,3
    INLINE
        GET https://api.connectycube.com/chat/Dialog.json?sort_desc=last_message_date_sent&type[in]=2%2C3
2021-05-06 16:03:16.546 22299-22900/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** c803da74-3be4-4422-bbc4-54df6184172a ***
    STATUS : 201 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-06 12:33:18 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 201
        X-Android-Sent-Millis=1620297195888
        Content-Length=551
        X-Android-Received-Millis=1620297196543
        Date=Thu, 06 May 2021 10:33:18 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '[{"subscription":{"id":1594508,"_id":"6093ba39aeba42002749dcff","user_id":4185732,"bundle_identifier":null,"client_identification_sequence":"eCAmJyeVSL2B4ZIT20E_Yd:APA91bFbpbdL05eNZrVVo81LfM5DOQtkosjwVWtpmtyrVykUKc1lTH2_JdJz-oWPO9xkl_gDcvfBGJ523hUwdbxYB3ISfj_UMtUxUem2f47V469XX8ciR49NRTOgMOR1qh8ylv0FUmbN","notification_channel_id":3,"udid":"00000000-4d1f-faf6-ffff-ffffef05ac4a","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"00000000-4d1f-faf6-ffff-ffffef05ac4a","platform":{"name":"android"}}}}]'
2021-05-06 16:03:16.567 22299-22900/com.mentro.mentro_app D/CB-SDK: SubscribeService: Successfully subscribed for Connectycube push messages
2021-05-06 16:03:16.568 22299-22299/com.mentro.mentro_app D/CCSubscription:: Created!
2021-05-06 16:03:16.571 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:16.574 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:16.576 22299-22299/com.mentro.mentro_app D/CB-SDK: SubscribeService: Service onDestroy
2021-05-06 16:03:16.604 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.604 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.607 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.608 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.848 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.849 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:16.852 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:16.853 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.055 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.057 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.061 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.062 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.192 1951-5812/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:17.192 1951-3386/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:17.196 822-1661/? I/netd: trafficSwapActiveStatsMap() <2.46ms>
2021-05-06 16:03:17.205 822-1661/? I/netd: tetherGetStats() <6.03ms>
2021-05-06 16:03:17.236 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 298134080; t: 112469494
2021-05-06 16:03:17.301 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.303 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.310 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.311 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.402 8354-8354/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:17.405 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:17.406 3264-20334/? I/Qu: pid ==8354
2021-05-06 16:03:17.533 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.534 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.538 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.538 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.548 974-22715/? E/sensors-hal: handle_sns_client_event:83, device_orient_event: ts=1246644367286772, type=0
2021-05-06 16:03:17.550 1951-2045/? V/WindowOrientationListener: onSensorChanged mDesiredRotation = 0 newRotation = 0
2021-05-06 16:03:17.554 1951-2045/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:17.554 1951-2045/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:17.722 5784-5792/? E/ANDR-PERF-MPCTL: poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug
2021-05-06 16:03:17.722 5784-5792/? E/ANDR-PERF-MPCTL: Block on poll()
2021-05-06 16:03:17.758 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.758 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.761 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:17.762 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:17.815 3212-3212/? D/OppoNecManager: notifyOrigSignalStrengthChanged slotId:0
2021-05-06 16:03:17.815 1951-5164/? D/OppoNecService: reportNecEvent.slotId:0,eventId:8000
2021-05-06 16:03:17.816 3202-3202/? D/OppoNecEventListener: handleNecEventReport:8000
2021-05-06 16:03:18.001 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.001 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.004 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.004 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.242 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.243 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.245 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.246 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.485 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.486 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.488 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.489 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.703 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.704 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.710 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.711 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.759 22299-22299/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** 009c8398-be2b-4990-b4a4-3aa71e663e56 ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-06 12:33:19 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1620297197395
        Content-Length=23759
        X-Android-Received-Millis=1620297198679
        Date=Thu, 06 May 2021 10:33:19 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"total_entries":46,"skip":0,"limit":100,"items":[{"_id":"60923e91ca8bf417bc8a1863","user_id":4171360,"created_at":"2021-05-05T06:43:29Z","updated_at":"2021-05-06T10:02:12Z","name":"sayN beatboxer","type":3,"photo":null,"occupants_ids":[4171360,4185732],"admins_ids":[],"last_message":"bolll","last_message_date_sent":1620295330,"last_message_id":"6093bea27aaabf19bdf41c84","last_message_user_id":4185732,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"occupants_count":null,"xmpp_room_jid":null,"is_e2ee":null},{"_id":"6093ab9a10f4d900110cd2dd","user_id":4192614,"created_at":"2021-05-06T08:40:58Z","updated_at":"2021-05-06T08:40:58Z","name":"Darnell Hines","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJyuLjTUlEZ4YGm3hLYzrbguEnx16L_wCFGmHIdo=s96-c","occupants_ids":[4185732,4192614],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093ab20ecd19300183b1dbb","user_id":4192602,"created_at":"2021-05-06T08:38:56Z","updated_at":"2021-05-06T08:38:56Z","name":"Clinton Collier","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJxtk6MekbZU9fUuDAeF2ljLmaRcBVSlUgWUj0kW=s96-c","occupants_ids":[4185732,4192602],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093ab11ecd19300183b1dba","user_id":4192587,"created_at":"2021-05-06T08:38:41Z","updated_at":"2021-05-06T08:38:41Z","name":"Brandon Stone","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJywQ7kq88_6CBAqc678F-SHBKBpUuyAryvAtNED=s96-c","occupants_ids":[4185732,4192587],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093ab0fecd19300183b1db9","user_id":4192599,"created_at":"2021-05-06T08:38:39Z","updated_at":"2021-05-06T08:38:39Z","name":"Everett Edwards","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJyQaUVWuFKGDL9pvU-y6k9izwBauy-6iEV5SVNR=s96-c","occupants_ids":[4185732,4192599],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093aad2fedd2d00271f4b2b","user_id":4192586,"created_at":"2021-05-06T08:37:38Z","updated_at":"2021-05-06T08:37:38Z","name":"Opal Barrett","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJyDoKJTMNVvJMX2F7BCV7tXXNwbFsQB3EvJMQUu=s96-c","occupants_ids":[4185732,4192586],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":null},{"_id":"6093aab3027ae100338d98d3","user_id":4192582,"created_at":"2021-05-06T08:37:07Z","updated_at":"2021-05-06T08:37:07Z","name":"Myra Greene","type":3,"photo":"https://lh3.googleusercontent.com/a/AATXAJw7B62IwfcaMFpO1wWlspC-5HKRtLuAqMscKdNA=s96-c","occupant
2021-05-06 16:03:18.780 22299-22299/com.mentro.mentro_app D/CB-SDK: org.json.JSONException: Value null at admins_ids of type org.json.JSONObject$1 cannot be converted to JSONArray
2021-05-06 16:03:18.837 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 24 lines
2021-05-06 16:03:18.838 22299-22299/com.mentro.mentro_app D/CB-SDK: org.json.JSONException: Value null at admins_ids of type org.json.JSONObject$1 cannot be converted to JSONArray
2021-05-06 16:03:18.865 22299-22299/com.mentro.mentro_app E/FetchedChats:: [ConnectycubeChatDialog{id=60923e91ca8bf417bc8a1863, created_at=2021-05-05 12:13:29, updated_at=2021-06-05 15:32:12, last_msg_user_id=4185732, occupants_ids=[4171360, 4185732], occupants_count=null, admins_ids=[], pinned_messages_ids=[], last_message=bolll, last_message_date_sent=1620295330, type=PRIVATE, name=sayN beatboxer, room_jid=null, user_id=4171360, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab9a10f4d900110cd2dd, created_at=2021-06-05 14:10:58, updated_at=2021-06-05 14:10:58, last_msg_user_id=null, occupants_ids=[4185732, 4192614], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Darnell Hines, room_jid=null, user_id=4192614, photo=https://lh3.googleusercontent.com/a/AATXAJyuLjTUlEZ4YGm3hLYzrbguEnx16L_wCFGmHIdo=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab20ecd19300183b1dbb, created_at=2021-06-05 14:08:56, updated_at=2021-06-05 14:08:56, last_msg_user_id=null, occupants_ids=[4185732, 4192602], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Clinton Collier, room_jid=null, user_id=4192602, photo=https://lh3.googleusercontent.com/a/AATXAJxtk6MekbZU9fUuDAeF2ljLmaRcBVSlUgWUj0kW=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab11ecd19300183b1dba, created_at=2021-06-05 14:08:41, updated_at=2021-06-05 14:08:41, last_msg_user_id=null, occupants_ids=[4185732, 4192587], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Brandon Stone, room_jid=null, user_id=4192587, photo=https://lh3.googleusercontent.com/a/AATXAJywQ7kq88_6CBAqc678F-SHBKBpUuyAryvAtNED=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093ab0fecd19300183b1db9, created_at=2021-06-05 14:08:39, updated_at=2021-06-05 14:08:39, last_msg_user_id=null, occupants_ids=[4185732, 4192599], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Everett Edwards, room_jid=null, user_id=4192599, photo=https://lh3.googleusercontent.com/a/AATXAJyQaUVWuFKGDL9pvU-y6k9izwBauy-6iEV5SVNR=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093aad2fedd2d00271f4b2b, created_at=2021-06-05 14:07:38, updated_at=2021-06-05 14:07:38, last_msg_user_id=null, occupants_ids=[4185732, 4192586], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Opal Barrett, room_jid=null, user_id=4192586, photo=https://lh3.googleusercontent.com/a/AATXAJyDoKJTMNVvJMX2F7BCV7tXXNwbFsQB3EvJMQUu=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093aab3027ae100338d98d3, created_at=2021-06-05 14:07:07, updated_at=2021-06-05 14:07:07, last_msg_user_id=null, occupants_ids=[4185732, 4192582], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Myra Greene, room_jid=null, user_id=4192582, photo=https://lh3.googleusercontent.com/a/AATXAJw7B62IwfcaMFpO1wWlspC-5HKRtLuAqMscKdNA=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=6093aa9cfedd2d00271f4b26, created_at=2021-06-05 14:06:44, updated_at=2021-06-05 14:06:44, last_msg_user_id=null, occupants_ids=[4185732, 4192578], occupants_count=2, admins_ids=null, pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Alyssa Bryan, room_jid=null, user_id=4192578, photo=https://lh3.googleusercontent.com/a/AATXAJxLV9liPbzQv5Nzd_hrbIr-62ceujbIRfDCgsn9=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=609217a9ca8bf47238887544, created_at=2021-05-05 09:27:29, updated_at=2021-06-05 14:06:43, last_msg_user_id=
2021-05-06 16:03:18.868 22299-22839/com.mentro.mentro_app D/ChatRepo: saveCall
2021-05-06 16:03:18.877 22299-22299/com.mentro.mentro_app D/ChatRepo: loadDb
2021-05-06 16:03:18.889 1951-6281/? V/WindowManager: Changing focus from Window{30d5bcc u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity EXITING} to Window{915086 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity}
2021-05-06 16:03:18.890 1951-6281/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:18.890 1951-6281/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:18.890 1951-5164/? E/InputDispatcher: Window handle Window{30d5bcc u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} has no registered input channel
2021-05-06 16:03:18.898 22299-22299/com.mentro.mentro_app E/LoadedChats:: [chatId 60923e91ca8bf417bc8a1863, lastMessageDateSent= 1620295330, createdAt= Wed May 05 12:13:29 GMT+05:30 2021, lastMessage= bolll, updatedAt= Thu May 06 15:32:12 GMT+05:30 2021, unreadMessageCount= 0, name= sayN beatboxer, dialogType= 3, chatId 609217a9ca8bf47238887544, lastMessageDateSent= 1620290201, createdAt= Wed May 05 09:27:29 GMT+05:30 2021, lastMessage= Okayyy, updatedAt= Thu May 06 14:06:43 GMT+05:30 2021, unreadMessageCount= 0, name= Jaideep Prasad, dialogType= 3, chatId 6093ab9a10f4d900110cd2dd, lastMessageDateSent= 0, createdAt= Thu May 06 14:10:58 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:10:58 GMT+05:30 2021, unreadMessageCount= 0, name= Darnell Hines, dialogType= 3, chatId 6093ab20ecd19300183b1dbb, lastMessageDateSent= 0, createdAt= Thu May 06 14:08:56 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:08:56 GMT+05:30 2021, unreadMessageCount= 0, name= Clinton Collier, dialogType= 3, chatId 6093ab11ecd19300183b1dba, lastMessageDateSent= 0, createdAt= Thu May 06 14:08:41 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:08:41 GMT+05:30 2021, unreadMessageCount= 0, name= Brandon Stone, dialogType= 3, chatId 6093ab0fecd19300183b1db9, lastMessageDateSent= 0, createdAt= Thu May 06 14:08:39 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:08:39 GMT+05:30 2021, unreadMessageCount= 0, name= Everett Edwards, dialogType= 3, chatId 6093aad2fedd2d00271f4b2b, lastMessageDateSent= 0, createdAt= Thu May 06 14:07:38 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:07:38 GMT+05:30 2021, unreadMessageCount= 0, name= Opal Barrett, dialogType= 3, chatId 6093aab3027ae100338d98d3, lastMessageDateSent= 0, createdAt= Thu May 06 14:07:07 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:07:07 GMT+05:30 2021, unreadMessageCount= 0, name= Myra Greene, dialogType= 3, chatId 6093aa9cfedd2d00271f4b26, lastMessageDateSent= 0, createdAt= Thu May 06 14:06:44 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:06:44 GMT+05:30 2021, unreadMessageCount= 0, name= Alyssa Bryan, dialogType= 3, chatId 6093aa9afedd2d00271f4b25, lastMessageDateSent= 0, createdAt= Thu May 06 14:06:42 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:06:42 GMT+05:30 2021, unreadMessageCount= 0, name= Marlon Bennett, dialogType= 3, chatId 6093aa5a027ae100338d98ca, lastMessageDateSent= 0, createdAt= Thu May 06 14:05:38 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 14:05:38 GMT+05:30 2021, unreadMessageCount= 0, name= Harry Salazar, dialogType= 3, chatId 60936e92e531ba0028a11b57, lastMessageDateSent= 0, createdAt= Thu May 06 09:50:34 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 09:50:34 GMT+05:30 2021, unreadMessageCount= 0, name= Rodger Cowan, dialogType= 3, chatId 6093643a0c8eb900192cf4d6, lastMessageDateSent= 0, createdAt= Thu May 06 09:06:26 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 09:06:26 GMT+05:30 2021, unreadMessageCount= 0, name= Tracy Jefferson, dialogType= 3, chatId 60936365e531ba0028a11ae9, lastMessageDateSent= 0, createdAt= Thu May 06 09:02:53 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 09:02:53 GMT+05:30 2021, unreadMessageCount= 0, name= Elaine Mclaughlin, dialogType= 3, chatId 6093634a0c8eb900192cf4c7, lastMessageDateSent= 0, createdAt= Thu May 06 09:02:26 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 09:02:26 GMT+05:30 2021, unreadMessageCount= 0, name= Brandy Mccoy, dialogType= 3, chatId 609362eef478930012348d7c, lastMessageDateSent= 0, createdAt= Thu May 06 09:00:54 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 09:00:54 GMT+05:30 2021, unreadMessageCount= 0, name= Cherish Enos, dialogType= 3, chatId 609362e4f478930012348d7b, lastMessageDateSent= 0, createdAt= Thu May 06 09:00:44 GMT+05:30 2021, lastMessage= null, updatedAt= Thu May 06 09:00:44 GMT+05:30 2021, unreadMessageCount= 0, name= Stephanie Sims, dialogType= 3, chatId 609362b20c8eb900192cf4c3, lastMessageDateSent= 0, createdAt= Thu May 06 08:59:54 GMT+05:30 2021, lastMessage= null, updated
2021-05-06 16:03:18.898 22299-22299/com.mentro.mentro_app D/ConnectWithStudentFrag: chatDialogListViewModel.getChats() = 46
2021-05-06 16:03:18.903 1951-6281/? E/InputDispatcher: Window handle Window{30d5bcc u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} has no registered input channel
2021-05-06 16:03:18.913 22299-22299/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class f.a.a.n.o.q: Received null model
2021-05-06 16:03:18.949 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.949 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.952 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:18.953 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:18.998 22299-22299/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class f.a.a.n.o.q: Received null model
2021-05-06 16:03:19.053 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.053 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.057 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:19.067 1951-5164/? I/ActivityManager: Killing 20967:com.android.keychain/1000 (adj 999): empty #31
2021-05-06 16:03:19.070 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-05-06 16:03:19.072 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.072 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.077 26470-23520/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.chimera.GmsBoundBrokerService
2021-05-06 16:03:19.077 22299-22299/com.mentro.mentro_app D/AdapterDialogPic:: https://lh3.googleusercontent.com/a/AATXAJyuLjTUlEZ4YGm3hLYzrbguEnx16L_wCFGmHIdo=s96-c
2021-05-06 16:03:19.100 22299-22299/com.mentro.mentro_app D/AdapterDialogPic:: https://lh3.googleusercontent.com/a/AATXAJxtk6MekbZU9fUuDAeF2ljLmaRcBVSlUgWUj0kW=s96-c
2021-05-06 16:03:19.106 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-05-06 16:03:19.107 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:19.108 823-823/? I/Zygote: Process 20967 exited due to signal 9 (Killed)
2021-05-06 16:03:19.115 22299-22299/com.mentro.mentro_app D/AdapterDialogPic:: https://lh3.googleusercontent.com/a/AATXAJywQ7kq88_6CBAqc678F-SHBKBpUuyAryvAtNED=s96-c
2021-05-06 16:03:19.117 22299-22326/com.mentro.mentro_app I/ntro.mentro_ap: NativeAlloc concurrent copying GC freed 90048(4131KB) AllocSpace objects, 36(1508KB) LOS objects, 49% free, 11MB/23MB, paused 72us total 135.928ms
2021-05-06 16:03:19.130 22299-22299/com.mentro.mentro_app D/AdapterDialogPic:: https://lh3.googleusercontent.com/a/AATXAJyQaUVWuFKGDL9pvU-y6k9izwBauy-6iEV5SVNR=s96-c
2021-05-06 16:03:19.137 1951-2126/? I/libprocessgroup: Successfully killed process cgroup uid 1000 pid 20967 in 67ms
2021-05-06 16:03:19.161 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.162 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.164 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.165 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.173 1951-1951/? D/OppoPowerMonitor: Receive broadcast android.intent.action.BATTERY_CHANGED
2021-05-06 16:03:19.180 4534-4534/? W/FileManager::BaseActivity: mChangedReceiver onReceive action = android.intent.action.BATTERY_CHANGED
2021-05-06 16:03:19.181 4534-4534/? W/FileManager::BaseActivity: mChangedReceiver onReceive action = android.intent.action.BATTERY_CHANGED
2021-05-06 16:03:19.382 3212-3212/? D/OppoNecManager: notifyOrigSignalStrengthChanged slotId:0
2021-05-06 16:03:19.383 1951-6281/? D/OppoNecService: reportNecEvent.slotId:0,eventId:8000
2021-05-06 16:03:19.384 3202-3202/? D/OppoNecEventListener: handleNecEventReport:8000
2021-05-06 16:03:19.405 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.407 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.411 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.412 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.613 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.614 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.619 1951-5164/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.621 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.823 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.825 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.831 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:19.832 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:19.847 22299-22299/com.mentro.mentro_app D/ColorViewRootUtil: nav bar mode ignore false downX 403 downY 626 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=403.0, y[0]=626.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1030352637, downTime=1030352637, deviceId=4, source=0x1002, displayId=0 }
2021-05-06 16:03:19.931 22299-22299/com.mentro.mentro_app E/StudentId:: 4171360
2021-05-06 16:03:19.931 22299-22299/com.mentro.mentro_app D/StartChatActivity:: HomeAct
2021-05-06 16:03:19.945 1951-5164/? D/CMAService: correctUserId2 userId=0
2021-05-06 16:03:19.946 1951-5164/? I/ActivityTaskManager: START u0 {cmp=com.mentro.mentro_app/.ui.ChatMessageActivity (has extras)} from uid 10582 and from pid 22299
2021-05-06 16:03:19.949 1951-5164/? I/OppoActivityRecord: create OppoActivityRecord
2021-05-06 16:03:19.955 1951-5164/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2021-05-06 16:03:19.956 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.956 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.960 22299-22299/com.mentro.mentro_app I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:19.961 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:19.961 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityPaused
2021-05-06 16:03:19.962 22299-22299/com.mentro.mentro_app E/BaseActivity: onPause
2021-05-06 16:03:19.963 1951-5164/? I/ActivityTaskManager: notifyAppSwitch the same packageName!
2021-05-06 16:03:19.964 1951-5164/? I/ActivityTaskManager: The Process com.mentro.mentro_app Already Exists in BG. So sending its PID: 22299
2021-05-06 16:03:19.964 1951-2639/? I/MotorManagerService: notifyActivityChanged: mBackgroudPkg = com.mentro.mentro_app mFocusPkg = com.mentro.mentro_app mIsSplitMode = false mBackActivity = com.mentro.mentro_app.HomeActivity mFocusActivity = com.mentro.mentro_app.ui.ChatMessageActivity
2021-05-06 16:03:19.964 22299-22841/com.mentro.mentro_app V/FA: Recording user engagement, ms: 9309
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 1
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 2
2021-05-06 16:03:19.965 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.965 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-05-06 16:03:19.966 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:19.966 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 3
2021-05-06 16:03:19.966 22299-22841/com.mentro.mentro_app V/FA: Connecting to remote service
2021-05-06 16:03:19.968 22299-22841/com.mentro.mentro_app V/FA: Activity paused, time: 1246646876
2021-05-06 16:03:19.971 1951-5164/? I/ColorZoomWindowDebugConfig: disableDebugLifeCycle before: DEBUG_LIFE_CYCLE = false
2021-05-06 16:03:19.971 1951-5164/? I/ColorZoomWindowDebugConfig: disableDebugLifeCycle after: DEBUG_LIFE_CYCLE = false
2021-05-06 16:03:19.972 1951-5164/? W/ColorAccessControlManagerService: notifyZoomWindowExit: stack=ActivityStack{529c90b stackId=2320 type=standard mode=fullscreen visible=true translucent=false, 1 tasks}  windowMode=1  topActivity=ActivityRecord{628ca83 u0 com.mentro.mentro_app/.ui.ChatMessageActivity t10592}  toFullScreen = true
2021-05-06 16:03:19.972 1951-5164/? V/ColorZoomWindowManagerService: notifyZoomWindowHide: 
2021-05-06 16:03:19.973 3264-15177/? D/ZoomAppController: ZoomAppPresenter onZoomWindowHide, info = ColorZoomWindowInfo = {  pName =  rotation = 0 shown = false lockPkg = null zoomRect = Rect(108, 402 - 972, 1938) lockUserId = 0 zoomUserId = 0 inputShow = false cpnName = null lastExitMethod = -1 inputMethodType = 0 extension = Bundle[EMPTY_PARCEL]}
2021-05-06 16:03:19.973 8521-8544/? D/ZoomAppController: controlview delete 
2021-05-06 16:03:19.974 8354-8618/? D/KeyguardService: requestKeyguard FocusedAppChanged
2021-05-06 16:03:19.972 1951-5164/? I/chatty: uid=1000(system) Binder:1951_18 identical 1 line
2021-05-06 16:03:19.972 1951-5164/? V/ColorZoomWindowManagerService: notifyZoomWindowHide: 
2021-05-06 16:03:19.974 1951-5164/? V/WindowManager: Changing focus from Window{915086 u0 com.mentro.mentro_app/com.mentro.mentro_app.HomeActivity} to null
2021-05-06 16:03:19.979 22299-22299/com.mentro.mentro_app W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@b8af508
2021-05-06 16:03:19.995 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityCreated
2021-05-06 16:03:19.995 22299-22299/com.mentro.mentro_app E/BaseActivity: onCreate
2021-05-06 16:03:19.995 22299-22834/com.mentro.mentro_app V/FA: onActivityCreated
2021-05-06 16:03:19.996 22299-22299/com.mentro.mentro_app D/BaseChatActivity: onCreate
2021-05-06 16:03:19.996 22299-22299/com.mentro.mentro_app D/ChatConnectionManager: initWith, isPending false
2021-05-06 16:03:19.996 22299-22299/com.mentro.mentro_app D/ChatConnectionManager: connectyCubePrefsManager.currentUserExists() true
2021-05-06 16:03:19.996 22299-22299/com.mentro.mentro_app D/ChatConnectionManager: ConnectycubeChatService.getInstance().isLoggedIn false
2021-05-06 16:03:19.996 22299-22299/com.mentro.mentro_app D/ChatConnectionManager: Start chat login
2021-05-06 16:03:19.997 22299-22845/com.mentro.mentro_app D/CB-SDK: connect to chat via new connection
2021-05-06 16:03:20.003 22299-22841/com.mentro.mentro_app V/FA: Connection attempt already in progress
2021-05-06 16:03:20.057 22299-22845/com.mentro.mentro_app D/CB-SDK: Setting socket keepAlive :true
2021-05-06 16:03:20.058 22299-22845/com.mentro.mentro_app D/CB-SDK: Setting socket timeout :0
2021-05-06 16:03:20.061 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.061 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.063 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.063 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.065 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityStarted
2021-05-06 16:03:20.077 3257-3257/? D/Launcher.RecentTasksList: onTaskStackChanged: 
2021-05-06 16:03:20.078 22299-22299/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-06 16:03:20.082 22299-22299/com.mentro.mentro_app D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-06 16:03:20.094 22299-22299/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@21fdcd7[ChatMessageActivity], this = android.view.WindowManagerGlobal@587e33e,pkg= com.mentro.mentro_app
2021-05-06 16:03:20.094 1951-1951/? W/WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@e2763
2021-05-06 16:03:20.098 1951-3386/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:20.102 1951-3386/? V/WindowManager: Changing focus from null to Window{dac8f2e u0 com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity}
2021-05-06 16:03:20.103 22299-22299/com.mentro.mentro_app E/GetChatDialogLoad:: null
2021-05-06 16:03:20.104 22299-22299/com.mentro.mentro_app D/MentroApp: onActivityResumed
2021-05-06 16:03:20.105 22299-22299/com.mentro.mentro_app E/BaseActivity: onResume
2021-05-06 16:03:20.106 22299-22841/com.mentro.mentro_app V/FA: Activity resumed, time: 1246647018
2021-05-06 16:03:20.106 22299-23123/com.mentro.mentro_app D/SMACK: SENT (1): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
2021-05-06 16:03:20.108 22299-22299/com.mentro.mentro_app D/WindowManager: Add to mViews: DecorView@369682e[ChatMessageActivity], this = android.view.WindowManagerGlobal@587e33e,pkg= com.mentro.mentro_app
2021-05-06 16:03:20.113 1951-5164/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:20.118 22299-22299/com.mentro.mentro_app I/Choreographer: Skipped 8 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:20.119 3264-20334/? I/Qu: pid ==22299
2021-05-06 16:03:20.123 1951-5164/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:20.123 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:20.123 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:20.143 1069-1165/? D/DispPerfService: onframeavailable pid=22299, slot=2, seq=243859, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity#0
2021-05-06 16:03:20.145 22299-22841/com.mentro.mentro_app V/FA: Connection attempt already in progress
2021-05-06 16:03:20.147 22299-22841/com.mentro.mentro_app V/FA: Connection attempt already in progress
2021-05-06 16:03:20.147 22299-22841/com.mentro.mentro_app D/FA: Connected to remote service
2021-05-06 16:03:20.148 22299-22841/com.mentro.mentro_app V/FA: Processing queued up service tasks: 4
2021-05-06 16:03:20.157 1951-5164/? D/OppoDisplayPolicy: com.mentro.mentro_app, no change cutoutMode: 0
2021-05-06 16:03:20.158 962-1045/? E/SDM: HWCDisplay::GetHWCLayer: [0] GetLayer(321644) failed: no such layer
2021-05-06 16:03:20.158 1951-5164/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:20.158 1951-5164/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:20.159 1069-1069/? W/HwcComposer: command 0x3000000 generated error 3
2021-05-06 16:03:20.168 22730-22676/? V/FA-SVC: Logging event: origin=auto,name=user_engagement(_e),params=Bundle[{ga_event_origin(_o)=auto, engagement_time_msec(_et)=9309, ga_screen_class(_sc)=HomeActivity, ga_screen_id(_si)=-6809732711812829765}]
2021-05-06 16:03:20.169 22299-22299/com.mentro.mentro_app E/RecyclerView: No adapter attached; skipping layout
2021-05-06 16:03:20.174 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:20.177 1069-2200/? D/DispPerfService: onframeavailable pid=22299, slot=1, seq=243860, ret=0, name=com.mentro.mentro_app:com.mentro.mentro_app/com.mentro.mentro_app.ui.ChatMessageActivity#1
2021-05-06 16:03:20.177 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:20.179 22730-20305/? W/ColorExSystemServiceHelper: checkColorExSystemService intent getComponent is null
2021-05-06 16:03:20.182 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:20.182 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:20.188 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:20.188 22730-20305/? D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.ads.identifier.service.AdvertisingIdService
2021-05-06 16:03:20.188 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:20.188 22299-22299/com.mentro.mentro_app E/GetChatDialogSucc:: chatId 60923e91ca8bf417bc8a1863, lastMessageDateSent= 1620295330, createdAt= Wed May 05 12:13:29 GMT+05:30 2021, lastMessage= bolll, updatedAt= Thu May 06 15:32:12 GMT+05:30 2021, unreadMessageCount= 0, name= sayN beatboxer, dialogType= 3
2021-05-06 16:03:20.193 22299-22299/com.mentro.mentro_app W/Glide: Load failed for null with size [0x0]
    class f.a.a.n.o.q: Received null model
2021-05-06 16:03:20.204 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:20.204 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:20.213 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-05-06 16:03:20.213 1951-2100/? I/ActivityTaskManager: Displayed com.mentro.mentro_app/.ui.ChatMessageActivity: +257ms
2021-05-06 16:03:20.213 559-559/? I/hwservicemanager: getTransport: Cannot find entry [email protected]::IIop/default in either framework or device manifest.
2021-05-06 16:03:20.218 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:20.223 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:20.228 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:20.228 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:20.228 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:20.228 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:20.230 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:20.231 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:20.232 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:20.232 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:20.232 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:20.232 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:20.234 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:20.234 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:20.235 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:20.235 976-976/? D/ThermalHAL-TARGET: Entering get_temperatures
2021-05-06 16:03:20.235 976-976/? D/ThermalHAL-UTIL: Entering get_temperature_for_all
2021-05-06 16:03:20.235 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:20.238 976-976/? I/chatty: uid=1000(system) [email protected] identical 12 lines
2021-05-06 16:03:20.238 976-976/? D/ThermalHAL-UTIL: Entering read_temperature
2021-05-06 16:03:20.243 22730-22676/? V/FA-SVC: Upload scheduled in approximately ms: 3556489
2021-05-06 16:03:20.243 22730-22676/? V/FA-SVC: Unscheduling upload
2021-05-06 16:03:20.245 1951-6281/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:20.245 1951-3323/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:20.247 822-1661/? I/netd: trafficSwapActiveStatsMap() <0.83ms>
2021-05-06 16:03:20.248 22730-22676/? V/FA-SVC: Scheduling upload, millis: 3556489
2021-05-06 16:03:20.254 3711-11930/? E/NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.measurement.PackageMeasurementTaskService{u=0 tag="Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG" trigger=window{start=7s,end=16s,earliest=-412s,latest=-403s} requirements=[NET_CONNECTED] attributes=[PERSISTED] scheduled=-419s last_run=-44s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-211213000} :1 [CONTEXT service_id=218 ]
2021-05-06 16:03:20.255 822-1661/? I/netd: tetherGetStats() <4.95ms>
2021-05-06 16:03:20.255 22730-22676/? V/FA-SVC: Background event processing time, ms: 88
2021-05-06 16:03:20.259 22299-22299/com.mentro.mentro_app E/ServerDialogId:: 60923e91ca8bf417bc8a1863
2021-05-06 16:03:20.262 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.263 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 14 lines
2021-05-06 16:03:20.263 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.263 22299-22839/com.mentro.mentro_app D/CB-SDK: =========================================================
    === REQUEST ==== cfb3d672-2d53-467d-b547-bf0c069debbf ===
    REQUEST
        GET https://api.connectycube.com/chat/Message.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=1E261B70E3ACDB79B4CD248BE1D5DBF550F1
    PARAMETERS
        sort_desc=date_sent
        mark_as_read=0
        limit=20
        chat_dialog_id=60923e91ca8bf417bc8a1863
    INLINE
        GET https://api.connectycube.com/chat/Message.json?sort_desc=date_sent&mark_as_read=0&limit=20&chat_dialog_id=60923e91ca8bf417bc8a1863
2021-05-06 16:03:20.263 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.271 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 269 lines
2021-05-06 16:03:20.271 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.271 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 298136003; t: 112472584
2021-05-06 16:03:20.271 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.273 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 61 lines
2021-05-06 16:03:20.273 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.273 822-23130/? E/ResolverController: No valid NAT64 prefix (131, <unspecified>/0)
2021-05-06 16:03:20.273 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.278 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 106 lines
2021-05-06 16:03:20.278 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.278 22730-22676/? V/FA-SVC: Logging event: origin=auto,name=screen_view(_vs),params=Bundle[{ga_event_origin(_o)=auto, ga_previous_class(_pc)=HomeActivity, ga_previous_id(_pi)=-6809732711812829765, ga_screen_class(_sc)=ChatMessageActivity, ga_screen_id(_si)=-6809732711812829764}]
2021-05-06 16:03:20.278 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.291 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 430 lines
2021-05-06 16:03:20.291 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.291 22730-22676/? V/FA-SVC: Upload scheduled in approximately ms: 3556441
2021-05-06 16:03:20.291 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.291 22730-22676/? V/FA-SVC: Unscheduling upload
2021-05-06 16:03:20.292 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.296 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 206 lines
2021-05-06 16:03:20.296 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.296 22730-22676/? V/FA-SVC: Scheduling upload, millis: 3556441
2021-05-06 16:03:20.296 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.299 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 139 lines
2021-05-06 16:03:20.299 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.299 22730-22676/? V/FA-SVC: Background event processing time, ms: 22
2021-05-06 16:03:20.299 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.308 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 380 lines
2021-05-06 16:03:20.308 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.308 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.308 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.308 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 17 lines
2021-05-06 16:03:20.308 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.308 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.308 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.309 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 30 lines
2021-05-06 16:03:20.309 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.309 3711-11930/? E/NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.measurement.PackageMeasurementTaskService{u=0 tag="Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG" trigger=window{start=7s,end=16s,earliest=-412s,latest=-403s} requirements=[NET_CONNECTED] attributes=[PERSISTED] scheduled=-419s last_run=-44s exec_window_multiplier=1.0000 jid=N/A status=ACTIVE retries=0 client_lib=GMS_TASK_SCHEDULER-211213000} :1 [CONTEXT service_id=218 ]
2021-05-06 16:03:20.309 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.310 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 62 lines
2021-05-06 16:03:20.310 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.310 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.310 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.311 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 11 lines
2021-05-06 16:03:20.311 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.311 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.311 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.367 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 1109 lines
2021-05-06 16:03:20.367 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.367 22299-22326/com.mentro.mentro_app I/ntro.mentro_ap: NativeAlloc concurrent copying GC freed 40203(2332KB) AllocSpace objects, 8(288KB) LOS objects, 49% free, 11MB/23MB, paused 99us total 108.264ms
2021-05-06 16:03:20.367 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.546 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 3101 lines
2021-05-06 16:03:20.546 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.546 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.546 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.546 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 4 lines
2021-05-06 16:03:20.546 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.546 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.546 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.549 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 26 lines
2021-05-06 16:03:20.549 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.549 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.549 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.549 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:20.549 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.549 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.549 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.556 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 95 lines
2021-05-06 16:03:20.556 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.556 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL: Entering get_cpu_usages
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.557 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.557 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.558 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.558 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.558 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.558 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.558 976-976/? D/ThermalHAL-UTIL: Entering get_cpu_label
2021-05-06 16:03:20.558 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.558 976-976/? D/ThermalHAL-UTIL: Entering get_num_cpus
2021-05-06 16:03:20.558 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.618 1951-2048/? V/ColorZoomWindowManagerService: onAnimationFinished:  r=ActivityRecord{7fd9f9b u0 com.mentro.mentro_app/.HomeActivity t10592}
2021-05-06 16:03:20.618 1951-2048/? I/ColorAppSwitchManagerService:  handleAppVisible , r = ActivityRecord{628ca83 u0 com.mentro.mentro_app/.ui.ChatMessageActivity t10592}
2021-05-06 16:03:20.618 1951-2048/? V/ColorZoomWindowManagerService: onAnimationFinished:  r=ActivityRecord{628ca83 u0 com.mentro.mentro_app/.ui.ChatMessageActivity t10592}
2021-05-06 16:03:20.618 1951-2048/? V/WindowManager: adjustNotShowWallpaperByOppo: false
2021-05-06 16:03:20.621 1951-2048/? I/chatty: uid=1000(system) android.anim identical 2 lines
2021-05-06 16:03:20.621 1951-2048/? V/WindowManager: adjustNotShowWallpaperByOppo: false
2021-05-06 16:03:20.622 1951-2048/? D/ColorDisplayPolicyEx: isNavBarFollowScreenRotation mNavBarPositionFollowScreenRotation 1mNavigationBarMode 0
2021-05-06 16:03:20.622 1951-2048/? D/WindowManager:  isNavBarFollowScreenRotation true displayRotation 0
2021-05-06 16:03:20.646 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 1009 lines
2021-05-06 16:03:20.646 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.646 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='7eabadbb-830e-4870-a356-734dc409145f' version='1.0' xml:lang='en'>
2021-05-06 16:03:20.646 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.723 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 792 lines
2021-05-06 16:03:20.723 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.723 5784-5792/? E/ANDR-PERF-MPCTL: poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug
2021-05-06 16:03:20.723 5784-5792/? E/ANDR-PERF-MPCTL: Block on poll()
2021-05-06 16:03:20.723 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.789 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 584 lines
2021-05-06 16:03:20.789 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.789 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.789 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.790 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 7 lines
2021-05-06 16:03:20.790 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.790 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.790 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.794 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 41 lines
2021-05-06 16:03:20.794 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.794 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.794 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.795 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 11 lines
2021-05-06 16:03:20.795 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.795 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.795 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.913 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 838 lines
2021-05-06 16:03:20.914 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.914 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>PLAIN_FAST</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></stream:features>
2021-05-06 16:03:20.914 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.915 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 7 lines
2021-05-06 16:03:20.915 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.915 22299-23123/com.mentro.mentro_app D/SMACK: SENT (1): <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'></starttls>
2021-05-06 16:03:20.915 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.997 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 543 lines
2021-05-06 16:03:20.997 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.997 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:20.997 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.998 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:20.998 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:20.998 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:20.998 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.003 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 33 lines
2021-05-06 16:03:21.004 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.004 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.004 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.005 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:21.005 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.005 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.005 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.157 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 858 lines
2021-05-06 16:03:21.157 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.158 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:21.158 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.185 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 146 lines
2021-05-06 16:03:21.185 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.185 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:21.185 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.212 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 133 lines
2021-05-06 16:03:21.212 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.212 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.212 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.213 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 5 lines
2021-05-06 16:03:21.214 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.214 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.214 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.219 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 25 lines
2021-05-06 16:03:21.219 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.219 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.220 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.221 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 5 lines
2021-05-06 16:03:21.221 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.221 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.221 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.229 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 37 lines
2021-05-06 16:03:21.229 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.229 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
2021-05-06 16:03:21.229 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.429 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 885 lines
2021-05-06 16:03:21.429 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.429 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.429 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.430 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.431 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.431 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.436 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 20 lines
2021-05-06 16:03:21.437 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.437 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.437 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.438 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 4 lines
2021-05-06 16:03:21.438 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.438 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.438 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.583 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 582 lines
2021-05-06 16:03:21.584 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.584 22299-22839/com.mentro.mentro_app D/CB-SDK: *********************************************************
    *** RESPONSE *** cfb3d672-2d53-467d-b547-bf0c069debbf ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-06 12:33:23 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1620297200913
        Content-Length=7308
        X-Android-Received-Millis=1620297201577
        Date=Thu, 06 May 2021 10:33:23 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"skip":0,"limit":20,"items":[{"_id":"6093bea27aaabf19bdf41c84","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"bolll","date_sent":1620295330,"sender_id":4185732,"recipient_id":4171360,"created_at":"2021-05-06T10:02:12Z","updated_at":"2021-05-06T10:04:43Z","read_ids":[4185732],"delivered_ids":[4185732,4171360],"views_count":0,"attachments":[],"edited_at":null},{"_id":"6093b8987eba38c4dd3c09ee","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"hai","date_sent":1620293784,"sender_id":4171360,"recipient_id":4185732,"created_at":"2021-05-06T09:36:25Z","updated_at":"2021-05-06T09:54:20Z","read_ids":[4171360,4185732],"delivered_ids":[4171360,4185732],"views_count":0,"attachments":[],"edited_at":null},{"_id":"6093ac6d7aaa99da4a90e05a","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"okay","date_sent":1620290669,"sender_id":4185732,"recipient_id":4171360,"created_at":"2021-05-06T08:44:31Z","updated_at":"2021-05-06T09:36:08Z","read_ids":[4185732,4171360],"delivered_ids":[4185732,4171360],"views_count":0,"attachments":[],"edited_at":null},{"_id":"60929c8a7eba19ca92a262e7","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"Connecticube wifi tei eto somai nei....mobile data hole ki hobe vab","date_sent":1620221066,"sender_id":4171360,"recipient_id":4185732,"created_at":"2021-05-05T13:24:27Z","updated_at":"2021-05-06T08:43:45Z","read_ids":[4171360,4185732],"delivered_ids":[4171360,4185732],"views_count":0,"attachments":[],"edited_at":null},{"_id":"609274a97eba21cb6ab3896c","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"aso kheli","date_sent":1620210857,"sender_id":4171360,"recipient_id":4185732,"created_at":"2021-05-05T10:34:18Z","updated_at":"2021-05-06T08:43:45Z","read_ids":[4171360,4185732],"delivered_ids":[4171360,4185732],"views_count":0,"attachments":[],"edited_at":null},{"_id":"609240d67ebacdc54be75a47","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"sera","date_sent":1620197590,"sender_id":4171360,"recipient_id":4185732,"created_at":"2021-05-05T06:53:11Z","updated_at":"2021-05-05T06:53:12Z","read_ids":[4171360,4185732],"delivered_ids":[4171360,4185732],"views_count":0,"attachments":[],"edited_at":null},{"_id":"60923ff07aaabfe132b41257","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"ok ok","date_sent":1620197360,"sender_id":4185732,"recipient_id":4171360,"created_at":"2021-05-05T06:49:22Z","updated_at":"2021-05-05T06:49:23Z","read_ids":[4185732,4171360],"delivered_ids":[4185732,4171360],"views_count":0,"attachments":[],"edited_at":null},{"_id":"60923feb7ebacdc54be75808","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"dubar accept korlam","date_sent":1620197355,"sender_id":4171360,"recipient_id":4185732,"created_at":"2021-05-05T06:49:16Z","updated_at":"2021-05-05T06:49:16Z","read_ids":[4171360,4185732],"delivered_ids":[4171360,4185732],"views_count":0,"attachments":[],"edited_at":null},{"_id":"60923fea7aaabfe132b411e7","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"mane shob thikache to","date_sent":1620197354,"sender_id":4185732,"recipient_id":4171360,"created_at":"2021-05-05T06:49:16Z","updated_at":"2021-05-05T06:49:17Z","read_ids":[4185732,4171360],"delivered_ids":[4185732,4171360],"views_count":0,"attachments":[],"edited_at":null},{"_id":"60923fdf7ebacdc54be757a7","chat_dialog_id":"60923e91ca8bf417bc8a1863","message":"sorry","date_sent":1620197343,"sender_id":4171360,"recipient_id":4185732,"created_at":"2021-05-05T06:49:04Z","updated_at":"2021-05-05T
2021-05-06 16:03:21.584 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.636 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 191 lines
2021-05-06 16:03:21.637 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.637 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.637 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.637 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.637 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.637 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.671 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 113 lines
2021-05-06 16:03:21.671 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.671 22299-22839/com.mentro.mentro_app D/ChatRepo: insertResultIntoDb items= 20, items= [messageId= 6093bea27aaabf19bdf41c84, body= bolll, dateSent= 1620295330, messageId= 6093b8987eba38c4dd3c09ee, body= hai, dateSent= 1620293784, messageId= 6093ac6d7aaa99da4a90e05a, body= okay, dateSent= 1620290669, messageId= 60929c8a7eba19ca92a262e7, body= Connecticube wifi tei eto somai nei....mobile data hole ki hobe vab, dateSent= 1620221066, messageId= 609274a97eba21cb6ab3896c, body= aso kheli, dateSent= 1620210857, messageId= 609240d67ebacdc54be75a47, body= sera, dateSent= 1620197590, messageId= 60923ff07aaabfe132b41257, body= ok ok, dateSent= 1620197360, messageId= 60923feb7ebacdc54be75808, body= dubar accept korlam, dateSent= 1620197355, messageId= 60923fea7aaabfe132b411e7, body= mane shob thikache to, dateSent= 1620197354, messageId= 60923fdf7ebacdc54be757a7, body= sorry, dateSent= 1620197343, messageId= 60923fdc7ebacdc54be75766, body= ami korlam oita, dateSent= 1620197340, messageId= 60923fda7aaabfe132b41121, body= dhuklo, dateSent= 1620197338, messageId= 60923fd57aaabfe132b410c8, body= du baar, dateSent= 1620197333, messageId= 60923fd37aaabfe132b41084, body= bhaii, dateSent= 1620197331, messageId= 60923faa7ebacdc54be756e1, body= App close korun sir, dateSent= 1620197290, messageId= 60923f907aaa9826454eea60, body= Android sekha bhai<<<<##??>>GSOC korte chai
    <<<<##??>><<<<##??>>5-5-2021 12:20<<<<##??>><<<<##??>><<<<##??>>0>>session#Call@Schedule&<<<, dateSent= 1620197264, messageId= 60923f807aaa9826454eea39, body= lol, dateSent= 1620197248, messageId= 60923f747ebacdc54be7567a, body= Android sekha bhai<<<<##??>>GSOC korte chai
    >>video#Call@Session&<<<, dateSent= 1620197236, messageId= 60923f5d7aaa9826454ee9fb, body= hmmmm, dateSent= 1620197213, messageId= 60923f567ebacdc54be75661, body= sob thik ache to?, dateSent= 1620197206]
2021-05-06 16:03:21.672 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.680 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 27 lines
2021-05-06 16:03:21.680 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.681 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.681 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.682 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 3 lines
2021-05-06 16:03:21.682 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.682 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.682 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.701 1951-2624/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1070 com.android.server.job.controllers.OppoCpuController.notifyHighCpuEventForApp:322 com.android.server.job.controllers.OppoCpuController.handleCpuUpdate:268 com.android.server.job.controllers.OppoCpuController.access$700:54 com.android.server.job.controllers.OppoCpuController$CpuTrackerHandler.handleMessage:199 
2021-05-06 16:03:21.761 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 270 lines
2021-05-06 16:03:21.761 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.761 559-559/? E/SELinux: avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1951 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
2021-05-06 16:03:21.761 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.866 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 358 lines
2021-05-06 16:03:21.867 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.867 17707-18001/? I/CZL_META: [17707]    meta(1213)
2021-05-06 16:03:21.867 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.878 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 36 lines
2021-05-06 16:03:21.879 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.879 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.879 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.879 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.879 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.916 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 127 lines
2021-05-06 16:03:21.916 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.916 822-23132/? E/ResolverController: No valid NAT64 prefix (131, <unspecified>/0)
2021-05-06 16:03:21.916 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.926 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 26 lines
2021-05-06 16:03:21.926 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.926 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:21.926 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.927 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 3 lines
2021-05-06 16:03:21.928 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:21.928 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:21.928 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.097 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 543 lines
2021-05-06 16:03:22.097 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.097 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.097 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.098 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 1 line
2021-05-06 16:03:22.098 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.098 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.098 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.109 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 33 lines
2021-05-06 16:03:22.109 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.110 22299-23123/com.mentro.mentro_app D/SMACK: SENT (1): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
2021-05-06 16:03:22.110 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.141 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 96 lines
2021-05-06 16:03:22.141 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.141 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.141 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.142 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 3 lines
2021-05-06 16:03:22.142 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.142 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.142 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.341 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 601 lines
2021-05-06 16:03:22.341 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.341 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.341 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.342 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 2 lines
2021-05-06 16:03:22.342 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.342 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.343 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.346 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 9 lines
2021-05-06 16:03:22.346 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.346 974-22715/? E/sensors-hal: handle_sns_client_event:83, device_orient_event: ts=1246649224353751, type=4
2021-05-06 16:03:22.346 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.347 1951-2045/? V/WindowOrientationListener: onSensorChanged mDesiredRotation = 4
2021-05-06 16:03:22.348 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:22.348 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.349 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.349 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.351 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 7 lines
2021-05-06 16:03:22.351 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.351 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.351 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.510 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 470 lines
2021-05-06 16:03:22.510 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.510 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='7eabadbb-830e-4870-a356-734dc409145f' version='1.0' xml:lang='en'>
2021-05-06 16:03:22.511 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.554 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 125 lines
2021-05-06 16:03:22.555 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.555 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.555 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.556 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 2 lines
2021-05-06 16:03:22.556 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.556 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.556 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.561 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 14 lines
2021-05-06 16:03:22.562 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.562 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.562 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.563 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 2 lines
2021-05-06 16:03:22.563 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.563 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.563 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.655 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 248 lines
2021-05-06 16:03:22.656 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.656 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>PLAIN_FAST</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></stream:features>
2021-05-06 16:03:22.656 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.658 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 4 lines
2021-05-06 16:03:22.658 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.658 22299-22845/com.mentro.mentro_app D/CB-SDK: register network listener
2021-05-06 16:03:22.659 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.659 22299-22845/com.mentro.mentro_app D/CB-SDK: Connected. Login to chat, currentUser JID: 4185732-4706, resource: android_00000000-4d1f-faf6-ffff-ffffef05ac4a
2021-05-06 16:03:22.659 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.662 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 7 lines
2021-05-06 16:03:22.662 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.663 22299-23123/com.mentro.mentro_app D/SMACK: SENT (1): <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN_FAST'><password>ADQxODU3MzItNDcwNgBFS1EyQTJPSDdSYUtBSFBKR3ZJeG51RFQ1cngx</password><resource>android_00000000-4d1f-faf6-ffff-ffffef05ac4a</resource></auth>
2021-05-06 16:03:22.663 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.772 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 293 lines
2021-05-06 16:03:22.772 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.772 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.773 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.773 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.773 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.773 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.776 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 10 lines
2021-05-06 16:03:22.777 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.777 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:22.777 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.777 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.777 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:22.778 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.962 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 481 lines
2021-05-06 16:03:22.962 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:22.962 4541-4587/? I/VoiceInputManagerWrapper: VoiceInputManagerWrapper.shutdownVoiceInternal():95 shutdownVoiceInternal()
2021-05-06 16:03:22.963 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.018 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 137 lines
2021-05-06 16:03:23.018 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.018 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.018 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.019 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 1 line
2021-05-06 16:03:23.019 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.019 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.020 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.025 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 14 lines
2021-05-06 16:03:23.025 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.025 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.026 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.026 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 1 line
2021-05-06 16:03:23.026 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.027 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.027 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.148 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 311 lines
2021-05-06 16:03:23.149 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.149 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl" jid="[email protected]/android_00000000-4d1f-faf6-ffff-ffffef05ac4a"/>
2021-05-06 16:03:23.149 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.157 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 20 lines
2021-05-06 16:03:23.158 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.158 22299-23123/com.mentro.mentro_app D/SMACK: SENT (1): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' id='7eabadbb-830e-4870-a356-734dc409145f' xml:lang='en'>
2021-05-06 16:03:23.158 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.245 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 222 lines
2021-05-06 16:03:23.245 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.245 1951-5812/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.246 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.246 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 1 line
2021-05-06 16:03:23.247 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.247 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.247 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.254 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 17 lines
2021-05-06 16:03:23.254 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.255 1951-3323/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.255 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.256 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 3 lines
2021-05-06 16:03:23.256 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.256 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.257 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.282 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 63 lines
2021-05-06 16:03:23.282 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.282 1951-3323/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:23.282 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.282 1951-5812/? I/NetworkStats: notifyStatsUpdated
2021-05-06 16:03:23.283 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.285 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:23.286 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.286 822-1661/? I/netd: trafficSwapActiveStatsMap() <2.01ms>
2021-05-06 16:03:23.286 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.295 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 22 lines
2021-05-06 16:03:23.295 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.296 822-1661/? I/netd: tetherGetStats() <4.69ms>
2021-05-06 16:03:23.296 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.331 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 89 lines
2021-05-06 16:03:23.332 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.332 1951-2566/? D/OppoTetheringStatistician: get traffic, slot: 0; entry: 0; r: 298137635; t: 112475997
2021-05-06 16:03:23.332 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.433 1951-1951/? W/WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@77bda7f
2021-05-06 16:03:23.457 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 297 lines
2021-05-06 16:03:23.457 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.457 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='7eabadbb-830e-4870-a356-734dc409145f' version='1.0' xml:lang='en'>
2021-05-06 16:03:23.458 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.475 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 40 lines
2021-05-06 16:03:23.476 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.476 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.476 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.477 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.477 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.477 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.480 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 7 lines
2021-05-06 16:03:23.481 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.481 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.481 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.482 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.482 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.482 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.530 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 103 lines
2021-05-06 16:03:23.530 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.530 8354-8354/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-06 16:03:23.531 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.532 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 4 lines
2021-05-06 16:03:23.533 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.533 3264-20334/? I/Qu: pid ==8354
2021-05-06 16:03:23.533 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.698 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 373 lines
2021-05-06 16:03:23.699 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.699 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mobile xmlns="http://tigase.org/protocol/mobile#v2"/><ver xmlns="urn:xmpp:features:rosterver"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></stream:features>
2021-05-06 16:03:23.699 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.704 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 10 lines
2021-05-06 16:03:23.704 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.705 22299-23123/com.mentro.mentro_app D/SMACK: SENT (1): <enable xmlns='urn:xmpp:sm:3'/>
2021-05-06 16:03:23.705 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.721 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 32 lines
2021-05-06 16:03:23.721 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.722 1951-1984/? I/system_server: Background concurrent copying GC freed 197910(18MB) AllocSpace objects, 263(5156KB) LOS objects, 23% free, 77MB/101MB, paused 229us total 396.812ms
2021-05-06 16:03:23.722 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.723 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 3 lines
2021-05-06 16:03:23.723 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.724 5784-5792/? E/ANDR-PERF-MPCTL: poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug
2021-05-06 16:03:23.724 5784-5792/? E/ANDR-PERF-MPCTL: Block on poll()
2021-05-06 16:03:23.724 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.725 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 2 lines
2021-05-06 16:03:23.725 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.725 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.726 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.726 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 1 line
2021-05-06 16:03:23.726 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.727 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.727 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.733 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 15 lines
2021-05-06 16:03:23.733 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.733 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.734 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.735 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 4 lines
2021-05-06 16:03:23.736 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.736 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.736 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.744 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 19 lines
2021-05-06 16:03:23.745 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.745 1951-1985/? W/JHwRemoteBinder: 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.server.engineer.OppoEngineerNative$HidlDeathRecipient
2021-05-06 16:03:23.745 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.749 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 8 lines
2021-05-06 16:03:23.749 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.749 1951-1985/? W/JHwRemoteBinder: 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.server.engineer.OppoEngineerNative$HidlDeathRecipient
2021-05-06 16:03:23.750 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.753 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 6 lines
2021-05-06 16:03:23.754 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.754 1951-1986/? W/InputChannel-JNI: Input channel object 'ClientState{d7df8a8 uid=10582 pid=22299 displayId=0} (server)' was finalized without being disposed!
2021-05-06 16:03:23.754 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.754 1951-1986/? W/InputChannel-JNI: Input channel object 'ClientState{5d125ea uid=10036 pid=22964 displayId=0} (server)' was finalized without being disposed!
2021-05-06 16:03:23.755 1951-1986/? W/InputChannel-JNI: Input channel object 'ClientState{d7df8a8 uid=10582 pid=22299 displayId=0} (server)' was finalized without being disposed!
2021-05-06 16:03:23.755 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.755 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.755 1951-1986/? W/InputChannel-JNI: Input channel object 'ClientState{d7df8a8 uid=10582 pid=22299 displayId=0} (server)' was finalized without being disposed!
2021-05-06 16:03:23.756 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.968 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 490 lines
2021-05-06 16:03:23.969 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.969 1951-3386/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.969 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.970 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 2 lines
2021-05-06 16:03:23.970 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.970 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.971 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.976 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 13 lines
2021-05-06 16:03:23.977 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.977 1951-6281/? D/AS.AudioService: get_do_mute_music = false
2021-05-06 16:03:23.977 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.978 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:23.978 24017-24017/? D/AudioManager: getStreamVolume packageName=com.google.android.youtube, index=16, streamType=3
2021-05-06 16:03:23.978 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:24.016 22299-22299/com.mentro.mentro_app I/chatty: uid=10582(com.mentro.mentro_app) identical 81 lines
2021-05-06 16:03:24.016 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:24.016 22299-23126/com.mentro.mentro_app D/SMACK: RECV (1): <enabled xmlns='urn:xmpp:sm:3' />
2021-05-06 16:03:24.017 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:24.017 22299-22299/com.mentro.mentro_app D/EVENT_CHAT_LOGIN: Success
2021-05-06 16:03:24.017 22299-22299/com.mentro.mentro_app D/ChatServiceUser:: null
2021-05-06 16:03:24.017 22299-22845/com.mentro.mentro_app D/SMACK: User logged (1): [email protected]:5222/android_00000000-4d1f-faf6-ffff-ffffef05ac4a
2021-05-06 16:03:24.017 22299-22299/com.mentro.mentro_app D/bindToChat-ChatDialog:: chatId 60923e91ca8bf417bc8a1863, lastMessageDateSent= 1620295330, createdAt= Wed May 05 12:13:29 GMT+05:30 2021, lastMessage= bolll, updatedAt= Thu May 06 15:32:12 GMT+05:30 2021, unreadMessageCount= 0, name= sayN beatboxer, dialogType= 3
2021-05-06 16:03:24.018 22299-22299/com.mentro.mentro_app D/AndroidRuntime: Shutting down VM
    
    
    --------- beginning of crash
2021-05-06 16:03:24.020 22299-22299/com.mentro.mentro_app E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.mentro.mentro_app, PID: 22299
    java.lang.IllegalArgumentException: Recipient ID can't be null or empty
        at com.connectycube.chat.model.ConnectycubeChatDialog.r0(Unknown Source:51)
        at com.connectycube.chat.model.ConnectycubeChatDialog.q0(Unknown Source:8)
        at com.connectycube.chat.model.ConnectycubeChatDialog.V0(Unknown Source:14)
        at com.connectycube.chat.model.ConnectycubeChatDialog.s(Unknown Source:4)
        at com.connectycube.chat.model.ConnectycubeChatDialog.j(Unknown Source:3)
        at com.mentro.mentro_app.ui.ChatMessageActivity.z0(:449)
        at com.mentro.mentro_app.ui.ChatMessageActivity.k0(:63)
        at com.mentro.mentro_app.ui.ChatMessageActivity$t.b(:258)
        at com.mentro.mentro_app.ui.ChatMessageActivity$t.a(:63)
        at androidx.lifecycle.LiveData.b(:131)
        at androidx.lifecycle.LiveData.c(:144)
        at androidx.lifecycle.LiveData$c.g(:443)
        at androidx.lifecycle.LiveData$LifecycleBoundObserver.d(:395)
        at e.p.q$a.a(:361)
        at e.p.q.g(:300)
        at e.p.q.q(:339)
        at e.p.q.a(:196)
        at androidx.lifecycle.LiveData.h(:203)
        at f.f.a.h.a0.c.c(:36)
        at com.mentro.mentro_app.ui.ChatMessageActivity.T0(:255)
        at com.mentro.mentro_app.ui.ChatMessageActivity.y0(:250)
        at com.mentro.mentro_app.ui.ChatMessageActivity.j0(:63)
        at com.mentro.mentro_app.ui.ChatMessageActivity$u.b(:188)
        at com.mentro.mentro_app.ui.ChatMessageActivity$u.a(:63)
        at androidx.lifecycle.LiveData.b(:131)
        at androidx.lifecycle.LiveData.c(:149)
        at androidx.lifecycle.LiveData.o(:307)
        at e.p.w.o(:50)
        at f.f.a.i.c$g.b(:132)
        at f.f.a.i.c$g.a(:28)
        at e.p.u$a.a(:152)
        at androidx.lifecycle.LiveData.b(:131)
        at androidx.lifecycle.LiveData.c(:149)
        at androidx.lifecycle.LiveData.o(:307)
        at androidx.lifecycle.LiveData$a.run(:91)
        at android.os.Handler.handleCallback(Handler.java:883)
        at android.os.Handler.dispatchMessage(Handler.java:100)
        at android.os.Looper.loop(Looper.java:228)
        at android.app.ActivityThread.main(ActivityThread.java:7782)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981)
2021-05-06 16:03:24.021 22299-22845/com.mentro.mentro_app D/SMACK: XMPPConnection authenticated (c[[email protected]/android_00000000-4d1f-faf6-ffff-ffffef05ac4a] (1))
2021-05-06 16:03:24.027 22299-23123/com.mentro.mentro_app D/SMACK: SENT (1): <iq id='ynXwR-20' type='get'><query xmlns='jabber:iq:roster'></query></iq><r xmlns='urn:xmpp:sm:3'/><presence id='ynXwR-21'><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='tUtPo6aj3mjjQWfXQO8eNy8Pwm8='/></presence><r xmlns='urn:xmpp:sm:3'/>
2021-05-06 16:03:24.082 1951-4021/? D/RouterAdvertisementDaemon: RA sendto ff02::1%wlan0

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

I even tried chatDialog.initForChat(ConnectycubeChatService.getInstance()) before add the listener to the chatDialog. Similar issue there, recipientId = -1

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube leads?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

which state do you listen there?

            if (it.connected) {
                bindToChatConnection()
            }

does it mean ConnectycubeChatService.getInstance().isLoggedIn? Which data your livedata publish there?

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube Here is the function:

private fun subscribeToChatConnectionChanges() {
        LiveDataBus.subscribe(EVENT_CHAT_LOGIN, this, Observer<EventChatConnection> {
            if (it.connected) {
                bindToChatConnection()
            } else {
                Toast.makeText(this, "Chat Connection Problem!", Toast.LENGTH_LONG).show()
            }
        })
    }

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

In the bindToChatDialog function:

private fun bindToChatConnection() {
        if (!ConnectycubeChatService.getInstance().isLoggedIn) {
            subscribeToChatConnectionChanges()
            return
        }

         chatDialog.initWithChat(......) //Here is where the crash is happening showing recipient id is null
        subscribeMessageSenderText()
        chatDialog.addMessageListener(messageListener)

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024
2021-05-06 16:03:24.017 22299-22299/com.mentro.mentro_app D/bindToChat-ChatDialog:: chatId 60923e91ca8bf417bc8a1863, lastMessageDateSent= 1620295330, createdAt= Wed May 05 12:13:29 GMT+05:30 2021, lastMessage= bolll, updatedAt= Thu May 06 15:32:12 GMT+05:30 2021, unreadMessageCount= 0, name= sayN beatboxer, dialogType= 3

from this part of the log not understandable, does occupantsIds contains the opponent's id or not. Can you out full info about your chatDialog?

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube i logged the chatDialog.toString

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube also why does ConnectyCubeChatService.user logs as null ?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

this field will be not null after successful login to the chat

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

try to update toString() method in the class Chat like

    override fun toString() =
        super.toString()

and collect log again.

Additionally print out to the log before chatDialog.initWithChat:

  • ConnectycubeChatService.getInstance().isLoggedIn
  • ConnectycubeChatService.getInstance().user

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube here:

bindToChat-chatDialog.toString():: ConnectycubeChatDialog{id=6090e3dcca8bf4448489168c, created_at=2021-04-05 11:34:12, updated_at=2021-04-05 15:21:30, last_msg_user_id=4038853, occupants_ids=[4038853, 4177239], occupants_count=null, admins_ids=[], pinned_messages_ids=[], last_message=hey bro, last_message_date_sent=1620121889, type=PRIVATE, name=Sayanta Bhattacharjee, room_jid=null, user_id=4177239, photo=https://lh3.googleusercontent.com/a-/AOh14GirIsO_w-3RV6SWhvsh6MAqjwJ55dxrYkUEefpp2XI=s96-c, unread_message_count=0, customData=null, description=null}
2021-05-13 15:13:30.040 29073-29073/com.mentro.mentro_app.debug E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.mentro.mentro_app.debug, PID: 29073
    java.lang.IllegalArgumentException: Recipient ID can't be null or empty
        at com.connectycube.chat.model.ConnectycubeChatDialog.initForChat(Unknown Source:51)
        at com.connectycube.chat.model.ConnectycubeChatDialog.initForChat(Unknown Source:8)
        at com.mentro.mentro_app.ui.ChatMessageActivity.bindToChatConnection(ChatMessageActivity.kt:454)
        at com.mentro.mentro_app.ui.ChatMessageActivity.access$bindToChatConnection(ChatMessageActivity.kt:63)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToChatConnectionChanges$1.onChanged(ChatMessageActivity.kt:258)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToChatConnectionChanges$1.onChanged(ChatMessageActivity.kt:63)
        at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131)
        at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:144)
        at androidx.lifecycle.LiveData$ObserverWrapper.activeStateChanged(LiveData.java:443)
        at androidx.lifecycle.LiveData$LifecycleBoundObserver.onStateChanged(LiveData.java:395)
        at androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.java:361)
        at androidx.lifecycle.LifecycleRegistry.forwardPass(LifecycleRegistry.java:300)
        at androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.java:339)
        at androidx.lifecycle.LifecycleRegistry.addObserver(LifecycleRegistry.java:196)
        at androidx.lifecycle.LiveData.observe(LiveData.java:203)
        at com.mentro.mentro_app.utils.databus.LiveDataBus.subscribe(LiveDataBus.kt:36)
        at com.mentro.mentro_app.ui.ChatMessageActivity.subscribeToChatConnectionChanges(ChatMessageActivity.kt:255)
        at com.mentro.mentro_app.ui.ChatMessageActivity.bindChatDialog(ChatMessageActivity.kt:250)
        at com.mentro.mentro_app.ui.ChatMessageActivity.access$bindChatDialog(ChatMessageActivity.kt:63)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToDialog$1.onChanged(ChatMessageActivity.kt:188)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToDialog$1.onChanged(ChatMessageActivity.kt:63)
        at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131)
        at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:149)
        at androidx.lifecycle.LiveData.setValue(LiveData.java:307)
        at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50)
        at com.mentro.mentro_app.viewmodels.ChatMessageListVM$getChatDialog$1.onChanged(ChatMessageListVM.kt:132)
        at com.mentro.mentro_app.viewmodels.ChatMessageListVM$getChatDialog$1.onChanged(ChatMessageListVM.kt:28)
        at androidx.lifecycle.MediatorLiveData$Source.onChanged(MediatorLiveData.java:152)
        at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131)
        at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:149)
        at androidx.lifecycle.LiveData.setValue(LiveData.java:307)
        at androidx.lifecycle.LiveData$1.run(LiveData.java:91)
        at android.os.Handler.handleCallback(Handler.java:883)
        at android.os.Handler.dispatchMessage(Handler.java:100)
        at android.os.Looper.loop(Looper.java:228)
        at android.app.ActivityThread.main(ActivityThread.java:7782)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981)

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

And also @TatankaConCube ,
ConnectycubeChatService.getInstance().user = null
ConnectycubeChatService.getInstance().isLoggedIn = true

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

Please provide the complete log with chat logs and your log from starting the app till the getting this error. On current moment I not have ideas how can be possible in the same time ConnectycubeChatService.getInstance().isLoggedIn = true and ConnectycubeChatService.getInstance().user = null

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube here you go, full log before crash:

2021-05-31 20:22:22.176 23491-23491/com.mentro.mentro_app.debug D/ColorViewRootUtil: nav bar mode ignore false downX 376 downY 1184 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=376.0, y[0]=1184.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=68425485, downTime=68425485, deviceId=4, source=0x1002, displayId=0 }
2021-05-31 20:22:22.252 23491-25461/com.mentro.mentro_app.debug D/EventBundle:: Bundle[{item_name=google_signin_btn, is_backend_logged_in=false, screen_name=authlanding_screen, timestamp=1622472742252, token=, user_name=, is_firebase_logged_in=false, event_trigger_type=manual}]
2021-05-31 20:22:22.255 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityPaused
2021-05-31 20:22:22.255 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onPause
2021-05-31 20:22:22.274 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:22.274 23491-23491/com.mentro.mentro_app.debug W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@6666666
2021-05-31 20:22:22.282 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityCreated
2021-05-31 20:22:22.282 23491-25457/com.mentro.mentro_app.debug V/FA: onActivityCreated
2021-05-31 20:22:22.304 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityStarted
2021-05-31 20:22:22.305 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityResumed
2021-05-31 20:22:22.308 23491-25464/com.mentro.mentro_app.debug V/FA: Recording user engagement, ms: 2213
2021-05-31 20:22:22.308 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: DecorView@23d8ca2[SignInHubActivity], this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:22.313 23491-25464/com.mentro.mentro_app.debug V/FA: Activity paused, time: 78606722
2021-05-31 20:22:22.314 23491-25464/com.mentro.mentro_app.debug V/FA: Activity resumed, time: 78606769
2021-05-31 20:22:22.318 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:22.347 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityPaused
2021-05-31 20:22:22.370 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 2 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:22.466 23491-25464/com.mentro.mentro_app.debug V/FA: Screen exposed for less than 1000 ms. Event not sent. time: 43
2021-05-31 20:22:22.467 23491-25464/com.mentro.mentro_app.debug V/FA: Activity paused, time: 78606814
2021-05-31 20:22:24.469 23491-25464/com.mentro.mentro_app.debug D/FA: Application going to the background
2021-05-31 20:22:26.097 23491-25464/com.mentro.mentro_app.debug V/FA: Activity resumed, time: 78610558
2021-05-31 20:22:26.097 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityResumed
2021-05-31 20:22:26.137 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityPaused
2021-05-31 20:22:26.145 23491-25464/com.mentro.mentro_app.debug V/FA: Screen exposed for less than 1000 ms. Event not sent. time: 44
2021-05-31 20:22:26.149 23491-25464/com.mentro.mentro_app.debug V/FA: Activity paused, time: 78610606
2021-05-31 20:22:26.198 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityResumed
2021-05-31 20:22:26.199 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onResume
2021-05-31 20:22:26.200 23491-25464/com.mentro.mentro_app.debug V/FA: Activity resumed, time: 78610662
2021-05-31 20:22:26.200 23491-23835/com.mentro.mentro_app.debug W/System: Ignoring header X-Firebase-Locale because its value was null.
2021-05-31 20:22:26.217 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityStopped
2021-05-31 20:22:26.237 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityDestroyed
2021-05-31 20:22:26.247 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:27.027 23491-23835/com.mentro.mentro_app.debug W/System: Ignoring header X-Firebase-Locale because its value was null.
2021-05-31 20:22:27.633 23491-23835/com.mentro.mentro_app.debug D/FirebaseAuth: Notifying id token listeners about user ( zJHoAwuDpiNBFM25ksH432tXbNm1 ).
2021-05-31 20:22:27.635 23491-23835/com.mentro.mentro_app.debug D/FirebaseAuth: Notifying auth state listeners about user ( zJHoAwuDpiNBFM25ksH432tXbNm1 ).
2021-05-31 20:22:27.670 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:27.680 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:27.705 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: DecorView@2262b74[AuthLandingActivity], this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:27.720 23491-23835/com.mentro.mentro_app.debug W/System: Ignoring header X-Firebase-Locale because its value was null.
2021-05-31 20:22:28.303 23491-23835/com.mentro.mentro_app.debug D/FirebaseAuth: Notifying id token listeners about user ( zJHoAwuDpiNBFM25ksH432tXbNm1 ).
2021-05-31 20:22:28.310 23491-23491/com.mentro.mentro_app.debug E/IncomingLoginModel:: LoginPostModel(authType=google)
2021-05-31 20:22:28.715 23491-25461/com.mentro.mentro_app.debug E/LoginResponse:: LoginUserResponse(user=UserModel(userName=Jaideep Mentor, [email protected], coins=50, phoneNo=, institution=, imageUrl=, isVerified=false, ccId=4329991, ccLogin=null, ccPass=null), mentor=true, mentorData=MentorData(role=Engineer, interests=[python, opensource], pricing=0-100, organisation=Amazon, name=Jaideep Mentor, bio=Doing Mentorship and Shit, uid=zJHoAwuDpiNBFM25ksH432tXbNm1, averageRating=5.0, orgImageUrl=https://firebasestorage.googleapis.com/v0/b/mentro-a6078.appspot.com/o/companyLogos%2Famazon.png?alt=media&token=03515d11-d4d5-4ac8-9840-c913befe318b, profileUrl=, portFolioUrl=https://www.linkedin.com/in/jaideep-prasad-117379167/), userNotFound=false, token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJ6SkhvQXd1RHBpTkJGTTI1a3NINDMydFhiTm0xIiwiaWF0IjoxNjIyNDcyNzUwfQ.EX5fq_Sa7uj5j4X1gzbpbqNpEOIET7qPPr54GRBxNck)
2021-05-31 20:22:28.783 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 3 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:28.788 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: com.color.internal.widget.ColorToastLayout{25c42ef V.E...... ......I. 0,0-0,0 #c0204f9 oppo:id/color_toast_layout}, this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:28.795 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityDestroyed
2021-05-31 20:22:28.802 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityPaused
2021-05-31 20:22:28.803 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onPause
2021-05-31 20:22:28.807 23491-25464/com.mentro.mentro_app.debug V/FA: Recording user engagement, ms: 2604
2021-05-31 20:22:28.810 23491-25464/com.mentro.mentro_app.debug V/FA: Activity paused, time: 78613269
2021-05-31 20:22:28.838 23491-23491/com.mentro.mentro_app.debug W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@7f20b3d
2021-05-31 20:22:28.848 23491-25457/com.mentro.mentro_app.debug V/FA: onActivityCreated
2021-05-31 20:22:28.848 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityCreated
2021-05-31 20:22:28.848 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onCreate
2021-05-31 20:22:28.849 23491-23491/com.mentro.mentro_app.debug D/BaseChatActivity: onCreate
2021-05-31 20:22:28.850 23491-23491/com.mentro.mentro_app.debug D/ChatConnectionManager: initWith, isPending false
2021-05-31 20:22:28.850 23491-23491/com.mentro.mentro_app.debug D/ChatConnectionManager: connectyCubePrefsManager.currentUserExists() false
2021-05-31 20:22:28.850 23491-23491/com.mentro.mentro_app.debug D/ChatConnectionManager: ConnectycubeChatService.getInstance().isLoggedIn false
2021-05-31 20:22:28.931 23491-23563/com.mentro.mentro_app.debug D/ColorExSystemServiceHelper: checkColorExSystemService className = com.google.android.gms.gcm.PushMessagingRegistrarProxy
2021-05-31 20:22:28.940 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityStarted
2021-05-31 20:22:28.945 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityResumed
2021-05-31 20:22:28.946 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onResume
2021-05-31 20:22:28.946 23491-25464/com.mentro.mentro_app.debug V/FA: Activity resumed, time: 78613408
2021-05-31 20:22:28.949 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: DecorView@29d171c[HomeActivity], this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:29.037 23491-25605/com.mentro.mentro_app.debug D/skia: --- Failed to create image decoder with message 'unimplemented'
2021-05-31 20:22:29.040 23491-25605/com.mentro.mentro_app.debug D/skia: --- Failed to create image decoder with message 'unimplemented'
2021-05-31 20:22:29.041 23491-25605/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) glide-source-th identical 1 line
2021-05-31 20:22:29.043 23491-25605/com.mentro.mentro_app.debug D/skia: --- Failed to create image decoder with message 'unimplemented'
2021-05-31 20:22:29.115 23491-23491/com.mentro.mentro_app.debug D/FirstChatLoad:: true
2021-05-31 20:22:29.116 23491-23491/com.mentro.mentro_app.debug D/FirstChatLoad:: true
2021-05-31 20:22:29.167 23491-23554/com.mentro.mentro_app.debug I/entro_app.debu: NativeAlloc concurrent copying GC freed 118927(6997KB) AllocSpace objects, 81(2736KB) LOS objects, 49% free, 11MB/23MB, paused 145us total 119.065ms
2021-05-31 20:22:29.201 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 13 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:29.235 23491-25460/com.mentro.mentro_app.debug D/AppUpdateRsp:: AppUpdateResponseModel(minVersion=1.1.0.19, latestVersion=1.1.0.19, payment=true)
2021-05-31 20:22:29.235 23491-23491/com.mentro.mentro_app.debug E/AppUpdObsSucc:: AppUpdateResponseModel(minVersion=1.1.0.19, latestVersion=1.1.0.19, payment=true)
2021-05-31 20:22:29.235 23491-23491/com.mentro.mentro_app.debug D/CurrAppVersion:: 1.1.0.19
2021-05-31 20:22:29.236 23491-23491/com.mentro.mentro_app.debug D/MinAppVersion:: 1.1.0.19
2021-05-31 20:22:29.236 23491-23491/com.mentro.mentro_app.debug D/CurrAppVersionCodes:: [1, 1, 0, 19]
2021-05-31 20:22:29.236 23491-23491/com.mentro.mentro_app.debug D/MinAppVersionCodes:: [1, 1, 0, 19]
2021-05-31 20:22:29.257 23491-23491/com.mentro.mentro_app.debug D/FCMToken:: d4S5NNEQRbCsLw973AdaY4:APA91bH_AlyZBSb4K7EAgh7PhVYd21l2VzrMusbrLUSlDrXUrDmNWwuRd50bxutgVQis9HkshhpRWwCSWrArzThO9MAUWRjMJqcbjhznNZlXC4FMmNVHPhxWrT5IyBTZYNzGqsFx0U8P
2021-05-31 20:22:29.462 23491-23491/com.mentro.mentro_app.debug D/FirstChatSucc:: FirstChatModel(chats=[])
2021-05-31 20:22:29.515 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityStopped
2021-05-31 20:22:29.519 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityDestroyed
2021-05-31 20:22:29.776 23491-23491/com.mentro.mentro_app.debug D/FCMTokenAPISucc:: true
2021-05-31 20:22:30.299 23491-23491/com.mentro.mentro_app.debug D/ColorViewRootUtil: nav bar mode ignore false downX 547 downY 2139 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=547.0, y[0]=2139.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x2, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=68433610, downTime=68433610, deviceId=4, source=0x1002, displayId=0 }
2021-05-31 20:22:30.413 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:30.511 23491-23491/com.mentro.mentro_app.debug E/RecyclerView: No adapter attached; skipping layout
2021-05-31 20:22:30.522 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 6 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:30.595 23491-23491/com.mentro.mentro_app.debug E/CCUser:: ConnectycubeUser{id=null, createdAt=null, updatedAt=null, fullName='null', email='null', login='null', phone='null', website='null', lastRequestAt='null', externalId=null, facebookId=null, twitterId=null, blobId=null, tags='null', password='null', oldPassword='null', customData='null', avatar='null'}
2021-05-31 20:22:30.596 23491-23491/com.mentro.mentro_app.debug E/FBUSERID:: zJHoAwuDpiNBFM25ksH432tXbNm1
2021-05-31 20:22:30.619 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:30.627 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:30.639 23491-25612/com.mentro.mentro_app.debug D/MentorDashboardData:: MentorDataForDashboard(data=MentorDashboardData(pricing=0-100, name=Jaideep Mentor, noOfSessionsExpired=8, income=500.00, ratings={four=3.0, five=1.0, two=0.0, three=1.0, one=0.0}, noOfSessionsCompleted=5, noOfSessionsBooked=15, averageRating=5.0, totalRating=5))
2021-05-31 20:22:30.640 23491-25462/com.mentro.mentro_app.debug D/MentorDashboardData:: MentorDataForDashboard(data=MentorDashboardData(pricing=0-100, name=Jaideep Mentor, noOfSessionsExpired=8, income=500.00, ratings={three=1.0, four=3.0, two=0.0, five=1.0, one=0.0}, noOfSessionsCompleted=5, noOfSessionsBooked=15, averageRating=5.0, totalRating=5))
2021-05-31 20:22:30.650 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: DecorView@5f0df7b[HomeActivity], this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:30.663 23491-23491/com.mentro.mentro_app.debug D/ConnectWithStudentFrag: called loginTo user = ConnectycubeUser{id=null, createdAt=null, updatedAt=null, fullName='null', email='null', login='zJHoAwuDpiNBFM25ksH432tXbNm1', phone='null', website='null', lastRequestAt='null', externalId=null, facebookId=null, twitterId=null, blobId=null, tags='null', password='zJHoAwuDpiNBFM25ksH432tXbNm1', oldPassword='null', customData='null', avatar='null'}
2021-05-31 20:22:30.664 23491-23491/com.mentro.mentro_app.debug D/Request build:: application_id=4493&auth_key=eAkC25HjgY-REyk&nonce=-821213201&timestamp=1622472750
2021-05-31 20:22:30.666 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: =========================================================
    === REQUEST ==== fa0cb0ad-9e6a-4912-ae8e-93210da9674a ===
    REQUEST
        POST https://api.connectycube.com/session.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
    PARAMETERS
        application_id=4493
        auth_key=eAkC25HjgY-REyk
        nonce=-821213201
        timestamp=1622472750
        signature=ecf7d60005bb1d688cfa41f6dd99588f541c3105
    INLINE
        POST https://api.connectycube.com/session.json?application_id=4493&auth_key=eAkC25HjgY-REyk&nonce=-821213201&timestamp=1622472750&signature=ecf7d60005bb1d688cfa41f6dd99588f541c3105
2021-05-31 20:22:30.701 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 5 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:30.702 23491-23491/com.mentro.mentro_app.debug D/FirstChatSucc:: FirstChatModel(chats=[])
2021-05-31 20:22:30.703 23491-23491/com.mentro.mentro_app.debug D/MentorDashDataSucc:: MentorDashboardData(pricing=0-100, name=Jaideep Mentor, noOfSessionsExpired=8, income=500.00, ratings={four=3.0, five=1.0, two=0.0, three=1.0, one=0.0}, noOfSessionsCompleted=5, noOfSessionsBooked=15, averageRating=5.0, totalRating=5)
2021-05-31 20:22:30.704 23491-23491/com.mentro.mentro_app.debug D/MentorDashDataSucc:: MentorDashboardData(pricing=0-100, name=Jaideep Mentor, noOfSessionsExpired=8, income=500.00, ratings={three=1.0, four=3.0, two=0.0, five=1.0, one=0.0}, noOfSessionsCompleted=5, noOfSessionsBooked=15, averageRating=5.0, totalRating=5)
2021-05-31 20:22:30.801 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:32.146 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: *********************************************************
    *** RESPONSE *** fa0cb0ad-9e6a-4912-ae8e-93210da9674a ***
    STATUS : 201 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-31 16:52:33 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 201
        X-Android-Sent-Millis=1622472751500
        Content-Length=227
        X-Android-Received-Millis=1622472752132
        Date=Mon, 31 May 2021 14:52:33 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"session":{"created_at":"2021-05-31T14:52:33.648Z","updated_at":"2021-05-31T14:52:33.648Z","application_id":4493,"token":"5C5211A1E40A26134BD76099CC55FB9955CA","nonce":-821213201,"ts":1622472750,"user_id":null,"id":828118527}}'
2021-05-31 20:22:32.172 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: =========================================================
    === REQUEST ==== 92280861-2286-4290-a04b-9a45efccc549 ===
    REQUEST
        POST https://api.connectycube.com/login.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=5C5211A1E40A26134BD76099CC55FB9955CA
    PARAMETERS
        login=zJHoAwuDpiNBFM25ksH432tXbNm1
        password=zJHoAwuDpiNBFM25ksH432tXbNm1
    INLINE
        POST https://api.connectycube.com/login.json?login=zJHoAwuDpiNBFM25ksH432tXbNm1&password=zJHoAwuDpiNBFM25ksH432tXbNm1
2021-05-31 20:22:32.175 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: SessionListener onSessionCreated: WITHOUT USER
2021-05-31 20:22:33.425 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: *********************************************************
    *** RESPONSE *** 92280861-2286-4290-a04b-9a45efccc549 ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-31 16:52:34 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1622472752774
        Content-Length=408
        X-Android-Received-Millis=1622472753413
        Date=Mon, 31 May 2021 14:52:34 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"user":{"_id":"60ac93e682aee10021dd7cc1","id":4329991,"created_at":"2021-05-25T06:06:30Z","updated_at":"2021-05-31T09:50:31Z","last_request_at":"2021-05-31T09:50:31Z","login":"zJHoAwuDpiNBFM25ksH432tXbNm1","full_name":"Jaideep Mentor","avatar":null,"email":null,"phone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"custom_data":null,"user_tags":null,"external_id":null}}'
2021-05-31 20:22:33.475 23491-23491/com.mentro.mentro_app.debug D/ConnectWithStudentFrag: ConnectyCube User Sign In Success!
2021-05-31 20:22:33.475 23491-23491/com.mentro.mentro_app.debug D/ConnectWithStudentFrag: subscribeUi
2021-05-31 20:22:33.476 23491-23491/com.mentro.mentro_app.debug E/CHAT_LOGIN:: Success
2021-05-31 20:22:33.477 23491-23491/com.mentro.mentro_app.debug D/ChatRepo: loadDb
2021-05-31 20:22:33.493 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:33.498 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:33.516 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: DecorView@efba6a1[HomeActivity], this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:33.531 23491-23491/com.mentro.mentro_app.debug D/ConnectWithStudentFrag: Status.LOADING
2021-05-31 20:22:33.532 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: SessionListener onSessionUpdated
2021-05-31 20:22:33.532 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: SubscribeService: subscribeToPushesAutomatic
2021-05-31 20:22:33.557 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 6 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:33.620 23491-23491/com.mentro.mentro_app.debug D/ChatRepo: createCallSlice
2021-05-31 20:22:33.622 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: =========================================================
    === REQUEST ==== d0eda1ed-3178-4b59-a456-f2e27831dbf2 ===
    REQUEST
        GET https://api.connectycube.com/chat/Dialog.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=5C5211A1E40A26134BD76099CC55FB9955CA
    PARAMETERS
        limit=10
    INLINE
        GET https://api.connectycube.com/chat/Dialog.json?limit=10
2021-05-31 20:22:33.628 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: SubscribeService: SubscribeService created
2021-05-31 20:22:33.633 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:33.645 23491-23886/com.mentro.mentro_app.debug D/CB-SDK: SubscribeService: onHandleIntent start: register to pushes
2021-05-31 20:22:33.652 23491-23886/com.mentro.mentro_app.debug D/CB-SDK: SubscribeService:  get settings from meta-data: typeCM=FCM, senderId=771637457182, connectycubeEnvironment=development
2021-05-31 20:22:33.661 23491-23886/com.mentro.mentro_app.debug D/CB-SDK: SubscribeService: Device registered in FCM, regId=d4S5NNEQRbCsLw973AdaY4:APA91bH_AlyZBSb4K7EAgh7PhVYd21l2VzrMusbrLUSlDrXUrDmNWwuRd50bxutgVQis9HkshhpRWwCSWrArzThO9MAUWRjMJqcbjhznNZlXC4FMmNVHPhxWrT5IyBTZYNzGqsFx0U8P
2021-05-31 20:22:33.663 23491-23886/com.mentro.mentro_app.debug D/CB-SDK: DEVICE_ID = ffffffff-9fc2-27fe-ffff-ffffef05ac4a
2021-05-31 20:22:33.671 23491-23886/com.mentro.mentro_app.debug D/CB-SDK: =========================================================
    === REQUEST ==== 2dd4715a-2fc5-45df-9623-b8664e94b921 ===
    REQUEST
        POST https://api.connectycube.com/subscriptions.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=5C5211A1E40A26134BD76099CC55FB9955CA
    PARAMETERS
        notification_channel=gcm
        push_token[client_identification_sequence]=d4S5NNEQRbCsLw973AdaY4:APA91bH_AlyZBSb4K7EAgh7PhVYd21l2VzrMusbrLUSlDrXUrDmNWwuRd50bxutgVQis9HkshhpRWwCSWrArzThO9MAUWRjMJqcbjhznNZlXC4FMmNVHPhxWrT5IyBTZYNzGqsFx0U8P
        device[udid]=ffffffff-9fc2-27fe-ffff-ffffef05ac4a
        device[platform]=android
        push_token[environment]=development
    INLINE
        POST https://api.connectycube.com/subscriptions.json?notification_channel=gcm&push_token[client_identification_sequence]=d4S5NNEQRbCsLw973AdaY4%3AAPA91bH_AlyZBSb4K7EAgh7PhVYd21l2VzrMusbrLUSlDrXUrDmNWwuRd50bxutgVQis9HkshhpRWwCSWrArzThO9MAUWRjMJqcbjhznNZlXC4FMmNVHPhxWrT5IyBTZYNzGqsFx0U8P&device[udid]=ffffffff-9fc2-27fe-ffff-ffffef05ac4a&device[platform]=android&push_token[environment]=development
2021-05-31 20:22:34.003 23491-25464/com.mentro.mentro_app.debug V/FA: Inactivity, disconnecting from the service
2021-05-31 20:22:35.029 23491-23886/com.mentro.mentro_app.debug D/CB-SDK: *********************************************************
    *** RESPONSE *** 2dd4715a-2fc5-45df-9623-b8664e94b921 ***
    STATUS : 201 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-31 16:52:36 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 201
        X-Android-Sent-Millis=1622472754384
        Content-Length=551
        X-Android-Received-Millis=1622472755013
        Date=Mon, 31 May 2021 14:52:36 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '[{"subscription":{"id":1742868,"_id":"60b4a964e78811002ff71967","user_id":4329991,"bundle_identifier":null,"client_identification_sequence":"d4S5NNEQRbCsLw973AdaY4:APA91bH_AlyZBSb4K7EAgh7PhVYd21l2VzrMusbrLUSlDrXUrDmNWwuRd50bxutgVQis9HkshhpRWwCSWrArzThO9MAUWRjMJqcbjhznNZlXC4FMmNVHPhxWrT5IyBTZYNzGqsFx0U8P","notification_channel_id":3,"udid":"ffffffff-9fc2-27fe-ffff-ffffef05ac4a","platform_id":2,"environment":"development","notification_channel":{"name":"gcm"},"device":{"udid":"ffffffff-9fc2-27fe-ffff-ffffef05ac4a","platform":{"name":"android"}}}}]'
2021-05-31 20:22:35.030 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: *********************************************************
    *** RESPONSE *** d0eda1ed-3178-4b59-a456-f2e27831dbf2 ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-31 16:52:36 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1622472754385
        Content-Length=2268
        X-Android-Received-Millis=1622472755018
        Date=Mon, 31 May 2021 14:52:36 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"total_entries":4,"skip":0,"limit":10,"items":[{"_id":"60b0647343cbb50018bed98f","user_id":4321294,"created_at":"2021-05-28T03:33:07Z","updated_at":"2021-05-31T09:19:04Z","name":"Sayanta Bhattacharjee","type":3,"photo":null,"occupants_ids":[4321294,4329991],"occupants_count":2,"is_e2ee":false,"last_message":"Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<","last_message_date_sent":1622452742,"last_message_id":"60b4aa067aaa92cc69d0f12d","last_message_user_id":4329991,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]},{"_id":"60b2552259f163001149a3a8","user_id":4320826,"created_at":"2021-05-29T14:52:18Z","updated_at":"2021-05-29T14:52:18Z","name":"Jaideep Prasad","type":3,"photo":"https://lh3.googleusercontent.com/a-/AOh14GilCuzXRHuWWHnnVLJ0HhMuMJXecKEklBHSNA_KnQ=s96-c","occupants_ids":[4320826,4329991],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]},{"_id":"60b0607998fb2a0033f0de66","user_id":4272191,"created_at":"2021-05-28T03:16:09Z","updated_at":"2021-05-29T10:17:29Z","name":"Sayann ","type":3,"photo":null,"occupants_ids":[4272191,4329991],"occupants_count":2,"is_e2ee":false,"last_message":"ota te jaaaa","last_message_date_sent":1622283448,"last_message_id":"60b214b87aaaa5443bb2648a","last_message_user_id":4329991,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]},{"_id":"60ac9601ee3457001331cb37","user_id":4325922,"created_at":"2021-05-25T06:15:29Z","updated_at":"2021-05-28T03:14:53Z","name":"Jayanta Bhattacharya","type":3,"photo":"https://lh3.googleusercontent.com/a-/AOh14Git-AnQ-0ZwBg0qw5UARCiX01Mm0mFkDmc_2OTO=s96-c","occupants_ids":[4325922,4329991],"occupants_count":2,"is_e2ee":false,"last_message":"kor","last_message_date_sent":1622171692,"last_message_id":"60b0602c7aaa28dfa6d4fab7","last_message_user_id":4329991,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]}]}'
2021-05-31 20:22:35.049 23491-23886/com.mentro.mentro_app.debug D/CB-SDK: SubscribeService: Successfully subscribed for Connectycube push messages
2021-05-31 20:22:35.076 23491-23491/com.mentro.mentro_app.debug D/FetchedSlice:: [ConnectycubeChatDialog{id=60b0647343cbb50018bed98f, created_at=2021-28-05 09:03:07, updated_at=2021-31-05 14:49:04, last_msg_user_id=4329991, occupants_ids=[4321294, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<, last_message_date_sent=1622452742, type=PRIVATE, name=Sayanta Bhattacharjee, room_jid=null, user_id=4321294, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60b2552259f163001149a3a8, created_at=2021-29-05 20:22:18, updated_at=2021-29-05 20:22:18, last_msg_user_id=null, occupants_ids=[4320826, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Jaideep Prasad, room_jid=null, user_id=4320826, photo=https://lh3.googleusercontent.com/a-/AOh14GilCuzXRHuWWHnnVLJ0HhMuMJXecKEklBHSNA_KnQ=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60b0607998fb2a0033f0de66, created_at=2021-28-05 08:46:09, updated_at=2021-29-05 15:47:29, last_msg_user_id=4329991, occupants_ids=[4272191, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=ota te jaaaa, last_message_date_sent=1622283448, type=PRIVATE, name=Sayann , room_jid=null, user_id=4272191, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60ac9601ee3457001331cb37, created_at=2021-25-05 11:45:29, updated_at=2021-28-05 08:44:53, last_msg_user_id=4329991, occupants_ids=[4325922, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=kor, last_message_date_sent=1622171692, type=PRIVATE, name=Jayanta Bhattacharya, room_jid=null, user_id=4325922, photo=https://lh3.googleusercontent.com/a-/AOh14Git-AnQ-0ZwBg0qw5UARCiX01Mm0mFkDmc_2OTO=s96-c, unread_message_count=0, customData=null, description=null}]
2021-05-31 20:22:35.079 23491-23491/com.mentro.mentro_app.debug D/CCSubscription:: Created!
2021-05-31 20:22:35.080 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: SubscribeService: Service onDestroy
2021-05-31 20:22:35.103 23491-23491/com.mentro.mentro_app.debug D/ChatRepo: shouldFetch result= true
2021-05-31 20:22:35.103 23491-23491/com.mentro.mentro_app.debug D/ChatRepo: createCall
2021-05-31 20:22:35.104 23491-23491/com.mentro.mentro_app.debug D/ConnectWithStudentFrag: Status.LOADING
2021-05-31 20:22:35.106 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: =========================================================
    === REQUEST ==== 09875f34-a6d7-409e-8ce2-9a2c65ea8943 ===
    REQUEST
        GET https://api.connectycube.com/chat/Dialog.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=5C5211A1E40A26134BD76099CC55FB9955CA
    PARAMETERS
        sort_desc=last_message_date_sent
        type[in]=2,3
    INLINE
        GET https://api.connectycube.com/chat/Dialog.json?sort_desc=last_message_date_sent&type[in]=2%2C3
2021-05-31 20:22:35.108 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:36.619 23491-23491/com.mentro.mentro_app.debug D/CB-SDK: *********************************************************
    *** RESPONSE *** 09875f34-a6d7-409e-8ce2-9a2c65ea8943 ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-31 16:52:37 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1622472755717
        Content-Length=2269
        X-Android-Received-Millis=1622472756612
        Date=Mon, 31 May 2021 14:52:37 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"total_entries":4,"skip":0,"limit":100,"items":[{"_id":"60b0647343cbb50018bed98f","user_id":4321294,"created_at":"2021-05-28T03:33:07Z","updated_at":"2021-05-31T09:19:04Z","name":"Sayanta Bhattacharjee","type":3,"photo":null,"occupants_ids":[4321294,4329991],"occupants_count":2,"is_e2ee":false,"last_message":"Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<","last_message_date_sent":1622452742,"last_message_id":"60b4aa067aaa92cc69d0f12d","last_message_user_id":4329991,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]},{"_id":"60b2552259f163001149a3a8","user_id":4320826,"created_at":"2021-05-29T14:52:18Z","updated_at":"2021-05-29T14:52:18Z","name":"Jaideep Prasad","type":3,"photo":"https://lh3.googleusercontent.com/a-/AOh14GilCuzXRHuWWHnnVLJ0HhMuMJXecKEklBHSNA_KnQ=s96-c","occupants_ids":[4320826,4329991],"occupants_count":2,"is_e2ee":false,"last_message":null,"last_message_date_sent":null,"last_message_id":null,"last_message_user_id":null,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]},{"_id":"60b0607998fb2a0033f0de66","user_id":4272191,"created_at":"2021-05-28T03:16:09Z","updated_at":"2021-05-29T10:17:29Z","name":"Sayann ","type":3,"photo":null,"occupants_ids":[4272191,4329991],"occupants_count":2,"is_e2ee":false,"last_message":"ota te jaaaa","last_message_date_sent":1622283448,"last_message_id":"60b214b87aaaa5443bb2648a","last_message_user_id":4329991,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]},{"_id":"60ac9601ee3457001331cb37","user_id":4325922,"created_at":"2021-05-25T06:15:29Z","updated_at":"2021-05-28T03:14:53Z","name":"Jayanta Bhattacharya","type":3,"photo":"https://lh3.googleusercontent.com/a-/AOh14Git-AnQ-0ZwBg0qw5UARCiX01Mm0mFkDmc_2OTO=s96-c","occupants_ids":[4325922,4329991],"occupants_count":2,"is_e2ee":false,"last_message":"kor","last_message_date_sent":1622171692,"last_message_id":"60b0602c7aaa28dfa6d4fab7","last_message_user_id":4329991,"unread_messages_count":0,"pinned_messages_ids":[],"description":null,"xmpp_room_jid":null,"admins_ids":[]}]}'
2021-05-31 20:22:36.656 23491-23491/com.mentro.mentro_app.debug E/FetchedChats:: [ConnectycubeChatDialog{id=60b0647343cbb50018bed98f, created_at=2021-28-05 09:03:07, updated_at=2021-31-05 14:49:04, last_msg_user_id=4329991, occupants_ids=[4321294, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<, last_message_date_sent=1622452742, type=PRIVATE, name=Sayanta Bhattacharjee, room_jid=null, user_id=4321294, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60b2552259f163001149a3a8, created_at=2021-29-05 20:22:18, updated_at=2021-29-05 20:22:18, last_msg_user_id=null, occupants_ids=[4320826, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Jaideep Prasad, room_jid=null, user_id=4320826, photo=https://lh3.googleusercontent.com/a-/AOh14GilCuzXRHuWWHnnVLJ0HhMuMJXecKEklBHSNA_KnQ=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60b0607998fb2a0033f0de66, created_at=2021-28-05 08:46:09, updated_at=2021-29-05 15:47:29, last_msg_user_id=4329991, occupants_ids=[4272191, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=ota te jaaaa, last_message_date_sent=1622283448, type=PRIVATE, name=Sayann , room_jid=null, user_id=4272191, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60ac9601ee3457001331cb37, created_at=2021-25-05 11:45:29, updated_at=2021-28-05 08:44:53, last_msg_user_id=4329991, occupants_ids=[4325922, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=kor, last_message_date_sent=1622171692, type=PRIVATE, name=Jayanta Bhattacharya, room_jid=null, user_id=4325922, photo=https://lh3.googleusercontent.com/a-/AOh14Git-AnQ-0ZwBg0qw5UARCiX01Mm0mFkDmc_2OTO=s96-c, unread_message_count=0, customData=null, description=null}]
2021-05-31 20:22:36.660 23491-25460/com.mentro.mentro_app.debug D/ChatRepo: saveCall
2021-05-31 20:22:36.667 23491-23491/com.mentro.mentro_app.debug D/ChatRepo: loadDb
2021-05-31 20:22:36.695 23491-23491/com.mentro.mentro_app.debug E/LoadedChats:: [ConnectycubeChatDialog{id=60b0647343cbb50018bed98f, created_at=2021-28-05 09:03:07, updated_at=2021-31-05 14:49:04, last_msg_user_id=4329991, occupants_ids=[4321294, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<, last_message_date_sent=1622452742, type=PRIVATE, name=Sayanta Bhattacharjee, room_jid=null, user_id=4321294, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60b0607998fb2a0033f0de66, created_at=2021-28-05 08:46:09, updated_at=2021-29-05 15:47:29, last_msg_user_id=4329991, occupants_ids=[4272191, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=ota te jaaaa, last_message_date_sent=1622283448, type=PRIVATE, name=Sayann , room_jid=null, user_id=4272191, photo=null, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60ac9601ee3457001331cb37, created_at=2021-25-05 11:45:29, updated_at=2021-28-05 08:44:53, last_msg_user_id=4329991, occupants_ids=[4325922, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=kor, last_message_date_sent=1622171692, type=PRIVATE, name=Jayanta Bhattacharya, room_jid=null, user_id=4325922, photo=https://lh3.googleusercontent.com/a-/AOh14Git-AnQ-0ZwBg0qw5UARCiX01Mm0mFkDmc_2OTO=s96-c, unread_message_count=0, customData=null, description=null}, ConnectycubeChatDialog{id=60b2552259f163001149a3a8, created_at=2021-29-05 20:22:18, updated_at=2021-29-05 20:22:18, last_msg_user_id=null, occupants_ids=[4320826, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=null, last_message_date_sent=0, type=PRIVATE, name=Jaideep Prasad, room_jid=null, user_id=4320826, photo=https://lh3.googleusercontent.com/a-/AOh14GilCuzXRHuWWHnnVLJ0HhMuMJXecKEklBHSNA_KnQ=s96-c, unread_message_count=0, customData=null, description=null}]
2021-05-31 20:22:36.695 23491-23491/com.mentro.mentro_app.debug D/ConnectWithStudentFrag: chatDialogListViewModel.getChats() = 4
2021-05-31 20:22:36.735 23491-23491/com.mentro.mentro_app.debug W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-05-31 20:22:36.824 23491-23491/com.mentro.mentro_app.debug W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-05-31 20:22:36.906 23491-23491/com.mentro.mentro_app.debug D/AdapterDialogPic:: https://lh3.googleusercontent.com/a-/AOh14Git-AnQ-0ZwBg0qw5UARCiX01Mm0mFkDmc_2OTO=s96-c
2021-05-31 20:22:36.918 23491-25487/com.mentro.mentro_app.debug D/IAtlas: IAtlas::init CallingPid 23491
2021-05-31 20:22:36.920 23491-25487/com.mentro.mentro_app.debug D/IAtlas: IAtlas::init this 0x718a288ed0
2021-05-31 20:22:36.923 23491-25487/com.mentro.mentro_app.debug D/IAtlas: IAtlas::init CallingPid 23491
2021-05-31 20:22:36.923 23491-25487/com.mentro.mentro_app.debug D/IAtlas: IAtlas::init this 0x718a288ed0
2021-05-31 20:22:37.580 23491-23491/com.mentro.mentro_app.debug D/ColorViewRootUtil: nav bar mode ignore false downX 439 downY 583 mScreenHeight 2340 mScreenWidth 1080 mStatusBarHeight 54 globalScale 1.125 nav mode 0 rotation 0 event MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=439.0, y[0]=583.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=68440894, downTime=68440894, deviceId=4, source=0x1002, displayId=0 }
2021-05-31 20:22:37.659 23491-23491/com.mentro.mentro_app.debug E/StudentId:: 4321294
2021-05-31 20:22:37.659 23491-23491/com.mentro.mentro_app.debug D/StartChatActivity:: HomeAct
2021-05-31 20:22:37.681 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:37.683 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityPaused
2021-05-31 20:22:37.683 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onPause
2021-05-31 20:22:37.685 23491-25464/com.mentro.mentro_app.debug V/FA: Recording user engagement, ms: 8738
2021-05-31 20:22:37.688 23491-25464/com.mentro.mentro_app.debug V/FA: Connecting to remote service
2021-05-31 20:22:37.688 23491-25464/com.mentro.mentro_app.debug V/FA: Activity paused, time: 78622147
2021-05-31 20:22:37.702 23491-23491/com.mentro.mentro_app.debug W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@6f8ac79
2021-05-31 20:22:37.713 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityCreated
2021-05-31 20:22:37.713 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onCreate
2021-05-31 20:22:37.714 23491-23491/com.mentro.mentro_app.debug D/BaseChatActivity: onCreate
2021-05-31 20:22:37.714 23491-25457/com.mentro.mentro_app.debug V/FA: onActivityCreated
2021-05-31 20:22:37.714 23491-23491/com.mentro.mentro_app.debug D/ChatConnectionManager: initWith, isPending false
2021-05-31 20:22:37.714 23491-23491/com.mentro.mentro_app.debug D/ChatConnectionManager: connectyCubePrefsManager.currentUserExists() true
2021-05-31 20:22:37.714 23491-23491/com.mentro.mentro_app.debug D/ChatConnectionManager: ConnectycubeChatService.getInstance().isLoggedIn false
2021-05-31 20:22:37.714 23491-23491/com.mentro.mentro_app.debug D/ChatConnectionManager: Start chat login
2021-05-31 20:22:37.715 23491-25620/com.mentro.mentro_app.debug D/CB-SDK: connect to chat via new connection
2021-05-31 20:22:37.720 23491-25464/com.mentro.mentro_app.debug V/FA: Connection attempt already in progress
2021-05-31 20:22:37.755 23491-25620/com.mentro.mentro_app.debug D/CB-SDK: Setting socket keepAlive :true
2021-05-31 20:22:37.755 23491-25620/com.mentro.mentro_app.debug D/CB-SDK: Setting socket timeout :0
2021-05-31 20:22:37.780 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityStarted
2021-05-31 20:22:37.791 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:37.794 23491-23491/com.mentro.mentro_app.debug D/TestOverScroll: getScaledOverscrollDistance: b
2021-05-31 20:22:37.806 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: DecorView@c585a[ChatMessageActivity], this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:37.813 23491-23491/com.mentro.mentro_app.debug E/GetChatDialogLoad:: null
2021-05-31 20:22:37.815 23491-23491/com.mentro.mentro_app.debug D/MentroApp: onActivityResumed
2021-05-31 20:22:37.815 23491-23491/com.mentro.mentro_app.debug E/BaseActivity: onResume
2021-05-31 20:22:37.817 23491-25464/com.mentro.mentro_app.debug V/FA: Activity resumed, time: 78622278
2021-05-31 20:22:37.818 23491-23491/com.mentro.mentro_app.debug D/WindowManager: Add to mViews: DecorView@8324abd[ChatMessageActivity], this = android.view.WindowManagerGlobal@da98b7a,pkg= com.mentro.mentro_app.debug
2021-05-31 20:22:37.829 23491-23491/com.mentro.mentro_app.debug I/Choreographer: Skipped 7 frames!  The application may be doing too much work on its main thread.
2021-05-31 20:22:37.851 23491-25464/com.mentro.mentro_app.debug V/FA: Connection attempt already in progress
2021-05-31 20:22:37.853 23491-25464/com.mentro.mentro_app.debug V/FA: Connection attempt already in progress
2021-05-31 20:22:37.853 23491-25464/com.mentro.mentro_app.debug D/FA: Connected to remote service
2021-05-31 20:22:37.853 23491-25464/com.mentro.mentro_app.debug V/FA: Processing queued up service tasks: 4
2021-05-31 20:22:37.870 23491-23491/com.mentro.mentro_app.debug E/RecyclerView: No adapter attached; skipping layout
2021-05-31 20:22:37.885 23491-23491/com.mentro.mentro_app.debug E/GetChatDialogSucc:: ConnectycubeChatDialog{id=60b0647343cbb50018bed98f, created_at=2021-28-05 09:03:07, updated_at=2021-31-05 14:49:04, last_msg_user_id=4329991, occupants_ids=[4321294, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<, last_message_date_sent=1622452742, type=PRIVATE, name=Sayanta Bhattacharjee, room_jid=null, user_id=4321294, photo=null, unread_message_count=0, customData=null, description=null}
2021-05-31 20:22:37.888 23491-23491/com.mentro.mentro_app.debug W/Glide: Load failed for null with size [0x0]
    class com.bumptech.glide.load.engine.GlideException: Received null model
2021-05-31 20:22:37.985 23491-23491/com.mentro.mentro_app.debug E/ServerDialogId:: 60b0647343cbb50018bed98f
2021-05-31 20:22:37.986 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.988 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 65 lines
2021-05-31 20:22:37.988 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.988 23491-25460/com.mentro.mentro_app.debug D/CB-SDK: =========================================================
    === REQUEST ==== c171ac2f-cb73-413b-bf49-868c3b867254 ===
    REQUEST
        GET https://api.connectycube.com/chat/Message.json
    HEADERS
        ConnectyCube-REST-API-Version=0.1.1
        CB-SDK=Android 1.9.2
        CB-Token=5C5211A1E40A26134BD76099CC55FB9955CA
    PARAMETERS
        sort_desc=date_sent
        mark_as_read=0
        limit=100
        chat_dialog_id=60b0647343cbb50018bed98f
    INLINE
        GET https://api.connectycube.com/chat/Message.json?sort_desc=date_sent&mark_as_read=0&limit=100&chat_dialog_id=60b0647343cbb50018bed98f
2021-05-31 20:22:37.988 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.989 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 12 lines
2021-05-31 20:22:37.989 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.989 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.989 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.990 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 18 lines
2021-05-31 20:22:37.990 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.990 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.996 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 171 lines
2021-05-31 20:22:37.996 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:37.996 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.002 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 262 lines
2021-05-31 20:22:38.002 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.002 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.006 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 191 lines
2021-05-31 20:22:38.006 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.006 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.011 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 209 lines
2021-05-31 20:22:38.011 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.011 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.019 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 327 lines
2021-05-31 20:22:38.019 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.019 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.023 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 169 lines
2021-05-31 20:22:38.023 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.023 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.039 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 573 lines
2021-05-31 20:22:38.039 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.039 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.056 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 493 lines
2021-05-31 20:22:38.056 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.056 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.062 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 148 lines
2021-05-31 20:22:38.062 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.062 23491-25762/com.mentro.mentro_app.debug D/SMACK: SENT (1): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
2021-05-31 20:22:38.062 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.073 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 245 lines
2021-05-31 20:22:38.073 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.073 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.089 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 342 lines
2021-05-31 20:22:38.089 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.089 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.106 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 318 lines
2021-05-31 20:22:38.106 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.106 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.123 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 302 lines
2021-05-31 20:22:38.123 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.123 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.139 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 276 lines
2021-05-31 20:22:38.139 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.139 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.156 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 258 lines
2021-05-31 20:22:38.156 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.156 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.172 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 249 lines
2021-05-31 20:22:38.173 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.173 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.189 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 234 lines
2021-05-31 20:22:38.189 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.189 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.206 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 218 lines
2021-05-31 20:22:38.206 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.206 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.223 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 213 lines
2021-05-31 20:22:38.223 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.223 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.239 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 177 lines
2021-05-31 20:22:38.239 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.240 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.256 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 175 lines
2021-05-31 20:22:38.256 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.256 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.273 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 178 lines
2021-05-31 20:22:38.273 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.273 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.290 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 171 lines
2021-05-31 20:22:38.290 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.290 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.307 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 150 lines
2021-05-31 20:22:38.307 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.307 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.318 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 83 lines
2021-05-31 20:22:38.318 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.318 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.324 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 47 lines
2021-05-31 20:22:38.324 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.324 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.333 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 75 lines
2021-05-31 20:22:38.333 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.333 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='382e0984-5b8e-4cba-9c94-11b4d25d688a' version='1.0' xml:lang='en'>
2021-05-31 20:22:38.333 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.340 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 60 lines
2021-05-31 20:22:38.340 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.340 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.357 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 136 lines
2021-05-31 20:22:38.357 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.357 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.614 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 1837 lines
2021-05-31 20:22:38.614 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.614 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>PLAIN_FAST</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></stream:features>
2021-05-31 20:22:38.614 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.618 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 18 lines
2021-05-31 20:22:38.618 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:38.618 23491-25762/com.mentro.mentro_app.debug D/SMACK: SENT (1): <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'></starttls>
2021-05-31 20:22:38.618 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.151 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 2374 lines
2021-05-31 20:22:39.151 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.151 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
2021-05-31 20:22:39.151 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.162 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 35 lines
2021-05-31 20:22:39.162 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.163 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.218 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 196 lines
2021-05-31 20:22:39.219 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.219 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.219 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.220 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.220 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.220 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.220 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.221 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.295 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 247 lines
2021-05-31 20:22:39.296 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.296 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.305 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 27 lines
2021-05-31 20:22:39.305 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.306 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.456 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 476 lines
2021-05-31 20:22:39.456 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.456 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.624 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 494 lines
2021-05-31 20:22:39.624 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.624 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.625 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.627 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 5 lines
2021-05-31 20:22:39.627 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.628 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.634 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 16 lines
2021-05-31 20:22:39.634 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.634 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.679 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 111 lines
2021-05-31 20:22:39.680 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.680 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.684 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 10 lines
2021-05-31 20:22:39.684 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.685 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.685 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.685 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.686 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.719 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 77 lines
2021-05-31 20:22:39.719 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.720 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.728 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 18 lines
2021-05-31 20:22:39.728 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.729 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.729 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.729 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.730 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 2 lines
2021-05-31 20:22:39.730 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.731 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.739 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 21 lines
2021-05-31 20:22:39.740 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.740 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.740 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.741 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.749 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 20 lines
2021-05-31 20:22:39.749 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.750 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.843 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 238 lines
2021-05-31 20:22:39.844 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.844 23491-25460/com.mentro.mentro_app.debug D/CB-SDK: *********************************************************
    *** RESPONSE *** c171ac2f-cb73-413b-bf49-868c3b867254 ***
    STATUS : 200 
    HEADERS
        X-Android-Selected-Protocol=http/1.1
        Strict-Transport-Security=max-age=15768000; includeSubDomains
        Server=nginx/1.16.1
        CB-Token-ExpirationDate=2021-05-31 16:52:41 UTC
        Connection=close
        X-Android-Response-Source=NETWORK 200
        X-Android-Sent-Millis=1622472758587
        Content-Length=37165
        X-Android-Received-Millis=1622472759817
        Date=Mon, 31 May 2021 14:52:41 GMT
        Content-Type=application/json; charset=utf-8
    BODY
        '{"skip":0,"limit":100,"items":[{"_id":"60b4aa067aaa92cc69d0f12d","chat_dialog_id":"60b0647343cbb50018bed98f","message":"Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<","date_sent":1622452742,"sender_id":4329991,"recipient_id":4321294,"created_at":"2021-05-31T09:19:04Z","updated_at":"2021-05-31T09:19:05Z","read_ids":[4329991,4321294],"delivered_ids":[4329991,4321294],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b4a9dc7eba97e62f5fb719","chat_dialog_id":"60b0647343cbb50018bed98f","message":"Android<<<<##??>>Android Sekhan sir<<<<##??>>Add Comments>>video#Call@Session&<<<","date_sent":1622452700,"sender_id":4321294,"recipient_id":4329991,"created_at":"2021-05-31T09:18:21Z","updated_at":"2021-05-31T09:18:28Z","read_ids":[4321294,4329991],"delivered_ids":[4321294,4329991],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b3d6387eba9bb700dbad5c","chat_dialog_id":"60b0647343cbb50018bed98f","message":"hello","date_sent":1622398520,"sender_id":4321294,"recipient_id":4329991,"created_at":"2021-05-30T18:15:21Z","updated_at":"2021-05-31T09:16:57Z","read_ids":[4321294,4329991],"delivered_ids":[4321294,4329991],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b3d6297eba9bb700dbac97","chat_dialog_id":"60b0647343cbb50018bed98f","message":"bo","date_sent":1622398505,"sender_id":4321294,"recipient_id":4329991,"created_at":"2021-05-30T18:15:06Z","updated_at":"2021-05-31T09:16:57Z","read_ids":[4321294,4329991],"delivered_ids":[4321294,4329991],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b216c97aaa5d48be8a3145","chat_dialog_id":"60b0647343cbb50018bed98f","message":"a his to","date_sent":1622283977,"sender_id":4329991,"recipient_id":4321294,"created_at":"2021-05-29T10:26:18Z","updated_at":"2021-05-31T09:16:40Z","read_ids":[4329991,4321294],"delivered_ids":[4329991,4321294],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b216387ebae24f67c28442","chat_dialog_id":"60b0647343cbb50018bed98f","message":"Bol","date_sent":1622283832,"sender_id":4321294,"recipient_id":4329991,"created_at":"2021-05-29T10:23:53Z","updated_at":"2021-05-31T09:16:40Z","read_ids":[4321294,4329991],"delivered_ids":[4321294,4329991],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b215fd7aaadc86ca7ac589","chat_dialog_id":"60b0647343cbb50018bed98f","message":"achusss","date_sent":1622283773,"sender_id":4329991,"recipient_id":4321294,"created_at":"2021-05-29T10:22:54Z","updated_at":"2021-05-31T09:16:40Z","read_ids":[4329991,4321294],"delivered_ids":[4329991,4321294],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b215f97aaadc86ca7ac4c0","chat_dialog_id":"60b0647343cbb50018bed98f","message":"achsu","date_sent":1622283769,"sender_id":4329991,"recipient_id":4321294,"created_at":"2021-05-29T10:22:50Z","updated_at":"2021-05-31T09:16:40Z","read_ids":[4329991,4321294],"delivered_ids":[4329991,4321294],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b2150c7ebaa064611956d5","chat_dialog_id":"60b0647343cbb50018bed98f","message":"ha","date_sent":1622283532,"sender_id":4321294,"recipient_id":4329991,"created_at":"2021-05-29T10:18:53Z","updated_at":"2021-05-31T09:16:40Z","read_ids":[4321294,4329991],"delivered_ids":[4321294,4329991],"views_count":0,"attachments":[],"edited_at":null,"read":1},{"_id":"60b21
2021-05-31 20:22:39.844 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.998 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 364 lines
2021-05-31 20:22:39.998 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:39.998 23491-25460/com.mentro.mentro_app.debug D/ChatRepo: insertResultIntoDb items= 100, items= [messageId= 60b4aa067aaa92cc69d0f12d, body= Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<, dateSent= 1622452742, messageId= 60b4a9dc7eba97e62f5fb719, body= Android<<<<##??>>Android Sekhan sir<<<<##??>>Add Comments>>video#Call@Session&<<<, dateSent= 1622452700, messageId= 60b3d6387eba9bb700dbad5c, body= hello, dateSent= 1622398520, messageId= 60b3d6297eba9bb700dbac97, body= bo, dateSent= 1622398505, messageId= 60b216c97aaa5d48be8a3145, body= a his to, dateSent= 1622283977, messageId= 60b216387ebae24f67c28442, body= Bol, dateSent= 1622283832, messageId= 60b215fd7aaadc86ca7ac589, body= achusss, dateSent= 1622283773, messageId= 60b215f97aaadc86ca7ac4c0, body= achsu, dateSent= 1622283769, messageId= 60b2150c7ebaa064611956d5, body= ha, dateSent= 1622283532, messageId= 60b215027aaaa5443bb26aba, body= korli???, dateSent= 1622283522, messageId= 60b214dc7ebaa0646119559a, body= ok, dateSent= 1622283484, messageId= 60b2149b7aaaa5443bb25f8d, body= ager session tai 15 45 r slot e book kor, dateSent= 1622283419, messageId= 60b213e77aaa1a6388dd3cd7, body= eshis?, dateSent= 1622283239, messageId= 60b212457aaaa349c45d6b87, body= app crash korlo??, dateSent= 1622282821, messageId= 60b212337aaaa349c45d6811, body= ki re bara, dateSent= 1622282803, messageId= 60b211647eba03cf292d06f0, body= done, dateSent= 1622282596, messageId= 60b2110b7aaaa349c45d638e, body= Rong Baji<<<<##??>>Bangla Chure Marbo<<<<##??>><<<<##??>>29-5-2021 15:30<<<<##??>>29-5-2021 15:45<<<<##??>><<<<##??>>50>>session#Call@Schedule&<<<, dateSent= 1622282507, messageId= 60b210fd7aaaa349c45d6259, body= ok, dateSent= 1622282493, messageId= 60b210f87eba03cf292d05ad, body= ha, dateSent= 1622282488, messageId= 60b210f37eba03cf292d04ea, body= Rong Baji<<<<##??>>Bangla Chure Marbo>>video#Call@Session&<<<, dateSent= 1622282483, messageId= 60b210eb7aaaa349c45d5e1e, body= diechs?, dateSent= 1622282475, messageId= 60b210e77aaaa349c45d5c9d, body= perms??, dateSent= 1622282471, messageId= 60b210e37eba03cf292d0337, body= ok, dateSent= 1622282467, messageId= 60b210d57aaaa349c45d583c, body= r ekta session init kot, dateSent= 1622282453, messageId= 60b210b97aaaa349c45d5467, body= perms dili??, dateSent= 1622282425, messageId= 60b210b27aaaa349c45d533a, body= ha bara, dateSent= 1622282418, messageId= 60b2101b7eba42db8e7da569, body= ok, dateSent= 1622282282, messageId= 60b20fe97aaaa349c45d4c13, body= bara eita ashol, dateSent= 1622282217, messageId= 60b20d2d7eba561a9153e529, body= kor tahole, dateSent= 1622281517, messageId= 60b20ce47aaaf8d34cd4b880, body= otatei hobe, dateSent= 1622281444, messageId= 60b20cdf7aaaf8d34cd4b7e9, body= naaaa, dateSent= 1622281439, messageId= 60b20cd27eba561a9153e2d4, body= ami abar slot book korbo?, dateSent= 1622281426, messageId= 60b20c307aaaff2f366f9f4f, body= aschu, dateSent= 1622281264, messageId= 60b20c107aaa18fd562e74ca, body= hmmm, dateSent= 1622281232, messageId= 60b20bd27eba561a9153e02a, body= done, dateSent= 1622281170, messageId= 60b20b777aaa18fd562e7060, body= book kore bolish, dateSent= 1622281079, messageId= 60b20b577aaa18fd562e6f0b, body= Masturbation<<<<##??>>Feeling Lonely<<<<##??>><<<<##??>>29-5-2021 15:0<<<<##??>>29-5-2021 15:15<<<<##??>><<<<##??>>50>>session#Call@Schedule&<<<, dateSent= 1622281047, messageId= 60b20b467aaa18fd562e6dd6, body= coooool, dateSent= 1622281030, messageId= 60b20b427eba561a9153de2f, body= ha sob purono message asche, dateSent= 1622281026, messageId= 60b20b357eba561a9153dd00, body= Masturbation<<<<##??>>Feeling Lonely>>video#Call@Session&<<<, dateSent= 1622281013, messageId= 60b20b327aaa18fd562e6ae7, body= dekhte pacchis?, dateSent= 1622281010, messageId= 60b20b2d7aaa18fd562e6990, body= purono msg, dateSent= 1622281005, messageId= 60b20b177aaa18fd562e666b, body= session init kor, dateSent= 1622280983, messageId= 60b20b117aaa18fd562e6518, body= ok, dateSent= 1622280977, messageId= 60b20b0d7aaa18fd562e63ee, body= baal, dateSent= 1622280973, messageId
2021-05-31 20:22:39.999 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.139 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 355 lines
2021-05-31 20:22:40.139 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.140 23491-25762/com.mentro.mentro_app.debug D/SMACK: SENT (1): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
2021-05-31 20:22:40.140 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.450 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 742 lines
2021-05-31 20:22:40.451 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.451 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='382e0984-5b8e-4cba-9c94-11b4d25d688a' version='1.0' xml:lang='en'>
2021-05-31 20:22:40.451 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.614 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 365 lines
2021-05-31 20:22:40.614 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.615 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.615 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.616 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.616 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.616 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.617 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.617 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.770 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 336 lines
2021-05-31 20:22:40.771 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.771 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>PLAIN_FAST</mechanism></mechanisms><ver xmlns="urn:xmpp:features:rosterver"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></stream:features>
2021-05-31 20:22:40.771 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.771 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 1 line
2021-05-31 20:22:40.772 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.772 23491-25620/com.mentro.mentro_app.debug D/CB-SDK: register network listener
2021-05-31 20:22:40.772 23491-25620/com.mentro.mentro_app.debug D/CB-SDK: Connected. Login to chat, currentUser JID: 4329991-4493, resource: android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a
2021-05-31 20:22:40.772 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.773 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 1 line
2021-05-31 20:22:40.773 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.773 23491-25762/com.mentro.mentro_app.debug D/SMACK: SENT (1): <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN_FAST'><password>ADQzMjk5OTEtNDQ5MwB6SkhvQXd1RHBpTkJGTTI1a3NINDMydFhiTm0x</password><resource>android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a</resource></auth>
2021-05-31 20:22:40.774 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.833 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 120 lines
2021-05-31 20:22:40.833 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:40.834 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.064 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 481 lines
2021-05-31 20:22:41.065 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.065 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.100 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 70 lines
2021-05-31 20:22:41.100 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.101 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <success jid="[email protected]/android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a" xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>
2021-05-31 20:22:41.101 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.101 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 1 line
2021-05-31 20:22:41.102 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.102 23491-25762/com.mentro.mentro_app.debug D/SMACK: SENT (1): <stream:stream xmlns='jabber:client' to='chat.connectycube.com' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' id='382e0984-5b8e-4cba-9c94-11b4d25d688a' xml:lang='en'>
2021-05-31 20:22:41.103 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.257 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 309 lines
2021-05-31 20:22:41.257 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.258 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.259 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.259 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.260 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.260 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.261 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.261 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.262 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.262 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.263 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.264 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 2 lines
2021-05-31 20:22:41.264 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.265 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.265 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.266 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.266 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.267 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.267 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.268 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.268 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.269 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.270 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 2 lines
2021-05-31 20:22:41.270 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.271 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.271 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.272 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.272 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.273 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.273 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 1 line
2021-05-31 20:22:41.274 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.274 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.275 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.411 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 266 lines
2021-05-31 20:22:41.411 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.412 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' from='chat.connectycube.com' id='382e0984-5b8e-4cba-9c94-11b4d25d688a' version='1.0' xml:lang='en'>
2021-05-31 20:22:41.412 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.711 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 574 lines
2021-05-31 20:22:41.712 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.712 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <stream:features><sm xmlns="urn:xmpp:sm:3"/><mobile xmlns="http://tigase.org/protocol/mobile#v2"/><ver xmlns="urn:xmpp:features:rosterver"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></stream:features>
2021-05-31 20:22:41.712 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.713 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 2 lines
2021-05-31 20:22:41.714 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.714 23491-25762/com.mentro.mentro_app.debug D/SMACK: SENT (1): <enable xmlns='urn:xmpp:sm:3'/>
2021-05-31 20:22:41.715 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.835 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 221 lines
2021-05-31 20:22:41.835 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.836 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.836 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.837 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.837 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.838 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:42.051 23491-23491/com.mentro.mentro_app.debug I/chatty: uid=10617(com.mentro.mentro_app.debug) identical 383 lines
2021-05-31 20:22:42.051 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:42.051 23491-25763/com.mentro.mentro_app.debug D/SMACK: RECV (1): <enabled xmlns='urn:xmpp:sm:3' />
2021-05-31 20:22:42.052 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:42.052 23491-23491/com.mentro.mentro_app.debug D/ChatServiceIsLoggedIn:: true
2021-05-31 20:22:42.052 23491-23491/com.mentro.mentro_app.debug D/ChatServiceUser:: null
2021-05-31 20:22:42.052 23491-25620/com.mentro.mentro_app.debug D/SMACK: User logged (1): [email protected]:5222/android_ffffffff-9fc2-27fe-ffff-ffffef05ac4a
2021-05-31 20:22:42.052 23491-23491/com.mentro.mentro_app.debug D/chatDialog.toString():: ConnectycubeChatDialog{id=60b0647343cbb50018bed98f, created_at=2021-28-05 09:03:07, updated_at=2021-31-05 14:49:04, last_msg_user_id=4329991, occupants_ids=[4321294, 4329991], occupants_count=2, admins_ids=[], pinned_messages_ids=[], last_message=Android<<<<##??>>Android Sekhan sir<<<<##??>><<<<##??>>31-5-2021 14:45<<<<##??>>31-5-2021 14:30<<<<##??>><<<<##??>>1>>session#Call@Schedule&<<<, last_message_date_sent=1622452742, type=PRIVATE, name=Sayanta Bhattacharjee, room_jid=null, user_id=4321294, photo=null, unread_message_count=0, customData=null, description=null}
2021-05-31 20:22:42.052 23491-23491/com.mentro.mentro_app.debug D/AndroidRuntime: Shutting down VM
    
    
    --------- beginning of crash
2021-05-31 20:22:42.053 23491-23491/com.mentro.mentro_app.debug E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.mentro.mentro_app.debug, PID: 23491
    java.lang.IllegalArgumentException: Recipient ID can't be null or empty
        at com.connectycube.chat.model.ConnectycubeChatDialog.initForChat(Unknown Source:51)
        at com.connectycube.chat.model.ConnectycubeChatDialog.initForChat(Unknown Source:8)
        at com.mentro.mentro_app.ui.ChatMessageActivity.bindToChatConnection(ChatMessageActivity.kt:513)
        at com.mentro.mentro_app.ui.ChatMessageActivity.access$bindToChatConnection(ChatMessageActivity.kt:63)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToChatConnectionChanges$1.onChanged(ChatMessageActivity.kt:317)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToChatConnectionChanges$1.onChanged(ChatMessageActivity.kt:63)
        at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131)
        at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:144)
        at androidx.lifecycle.LiveData$ObserverWrapper.activeStateChanged(LiveData.java:443)
        at androidx.lifecycle.LiveData$LifecycleBoundObserver.onStateChanged(LiveData.java:395)
        at androidx.lifecycle.LifecycleRegistry$ObserverWithState.dispatchEvent(LifecycleRegistry.java:361)
        at androidx.lifecycle.LifecycleRegistry.forwardPass(LifecycleRegistry.java:300)
        at androidx.lifecycle.LifecycleRegistry.sync(LifecycleRegistry.java:339)
        at androidx.lifecycle.LifecycleRegistry.addObserver(LifecycleRegistry.java:196)
        at androidx.lifecycle.LiveData.observe(LiveData.java:203)
        at com.mentro.mentro_app.utils.databus.LiveDataBus.subscribe(LiveDataBus.kt:36)
        at com.mentro.mentro_app.ui.ChatMessageActivity.subscribeToChatConnectionChanges(ChatMessageActivity.kt:314)
        at com.mentro.mentro_app.ui.ChatMessageActivity.bindChatDialog(ChatMessageActivity.kt:309)
        at com.mentro.mentro_app.ui.ChatMessageActivity.access$bindChatDialog(ChatMessageActivity.kt:63)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToDialog$1.onChanged(ChatMessageActivity.kt:195)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToDialog$1.onChanged(ChatMessageActivity.kt:63)
        at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131)
        at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:149)
        at androidx.lifecycle.LiveData.setValue(LiveData.java:307)
        at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50)
        at com.mentro.mentro_app.viewmodels.ChatMessageListVM$getChatDialog$1.onChanged(ChatMessageListVM.kt:148)
        at com.mentro.mentro_app.viewmodels.ChatMessageListVM$getChatDialog$1.onChanged(ChatMessageListVM.kt:27)
        at androidx.lifecycle.MediatorLiveData$Source.onChanged(MediatorLiveData.java:152)
        at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131)
        at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:149)
        at androidx.lifecycle.LiveData.setValue(LiveData.java:307)
        at androidx.lifecycle.LiveData$1.run(LiveData.java:91)
        at android.os.Handler.handleCallback(Handler.java:883)
        at android.os.Handler.dispatchMessage(Handler.java:100)
        at android.os.Looper.loop(Looper.java:228)
        at android.app.ActivityThread.main(ActivityThread.java:7782)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981)

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube Please have a look and help us out here

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

I have a few questions by your log:

  • whtat means log 2021-05-31 20:22:33.476 23491-23491/com.mentro.mentro_app.debug E/CHAT_LOGIN:: Success after session creation? there no log related to the CHAT connection.
  • on which event you print the log 2021-05-31 20:22:41.835 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success?

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube

both are logged which observes the live data bus EVENT_CHAT_LOGIN event but in different activities.

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

does it relate to the login to the Connectycube chat? why it triggered so many times?

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

Yes login to the connectycube chat. Because it is getting navigated from two screens/activities and both of them extend BaseChatActivity and thus login to connectycube chat is checked. But there should not be any issue for this right?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

Because it is getting navigated from two screens/activities and both of them extend BaseChatActivity

but in the log, it presents every ms, why?

Can you add check for user availability in your method bindToChatConnection:
if (!ConnectycubeChatService.getInstance().isLoggedIn || ConnectycubeChatService.getInstance().user == null) {
subscribeToChatConnectionChanges()
return
}

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube okay i'll add that check. And i don't quite understand why does it print every ms for some time. Maybe the live data bus observer is active that's why?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

I don't know, it is your code)))

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

@jddeep any updates here?

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube we have made a temporary fix using this condition ConnectycubeChatService.getInstance().user == null as discussed earlier. So there is no crash due to this error anymore.

But we are really dissatisfied with ConnectCube's services. Chat sending and receiving are not consistent. some chats get stuck in pipeline are not received at all. Most times it fails to login to the chat service. The entire flow is not smooth when the app is reopened from background a lot of crashes happen due to login issue. Why do we need to login so much? Why can't this be a single time process and be smooth?

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024
2021-05-31 20:22:41.837 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success
2021-05-31 20:22:41.838 23491-23491/com.mentro.mentro_app.debug D/EVENT_CHAT_LOGIN: Success

looks as you have some loop in your app or you have a lot of subscriptions for the same event. It can be a reason for freezes and crashes in your app.

Why do we need to login so much? Why can't this be a single time process and be smooth?

What do you mean? you should login to the chat only one time when you start the app.
We have some parts of our services and they can be used separately from each other. Not all customers need chat and REST functions at the same time.

from android-messenger-app.

jddeep avatar jddeep commented on June 1, 2024

@TatankaConCube This is not solved yet. Please help out here on priority

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

As I said before, it looks like a problem on your app side, we don't have similar issues in our example. Please check your code which reproduces the loops I mentioned in my previous message.

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 1, 2024

No activity for a long time. So closing.

from android-messenger-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.