Author Message
Alex999
Joined: Nov 4, 2019
Messages: 16
Offline
Hi,

We are developing and auto answering client with Avaya ix client sdk (like wacky talky). A called B, and B picked up automatically. But in some cases which we don't know the reason, B will pick up the call from A and receive a end callback from the server. We tried to add a lot of logs in the server side but it seems neither A nor B ended the call. But the end call callback ( public void onCallEnded(Call call, CallEndReason callEndReason)) is called from server for some reason. Could someone please help us to take a look at the server log?
[list]
2020-01-06 17:37:59.671 1611-1611/com.wistron.pushtotalk D/Alex: CALL_EVENT_ESTABLISHED
2020-01-06 17:37:59.671 1611-1611/com.wistron.pushtotalk D/PushToTalkFragment: Received event: onCallCapabilitiesChanged
2020-01-06 17:37:59.671 1611-1611/com.wistron.pushtotalk D/PushToTalkFragment: Received event: onCallAudioMuteStatusChanged
2020-01-06 17:37:59.671 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.671 1611-1611/com.wistron.pushtotalk D/PushToTalkFragment: Received event: onCallCapabilitiesChanged
2020-01-06 17:37:59.671 5482-5570/? I/WindowManager: commitFinishDrawingLocked: mDrawState=READY_TO_SHOW Surface(name=com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611])/@0xfdfaea6
2020-01-06 17:37:59.671 5482-5570/? V/WindowManager: performShowLocked: mDrawState=HAS_DRAWN in Window{8b95f88 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}
2020-01-06 17:37:59.671 5482-5570/? I/WindowManager: commitFinishDrawingLocked: mDrawState=READY_TO_SHOW Surface(name=com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611])/@0xb7a8b3d
2020-01-06 17:37:59.671 5482-5570/? V/WindowManager: performShowLocked: mDrawState=HAS_DRAWN in Window{2b24bf7 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}
2020-01-06 17:37:59.672 1611-1611/com.wistron.pushtotalk V/MediaPlayerNative: invoke 68
2020-01-06 17:37:59.672 5198-5481/? I/MediaPlayerService: Client::invoke requestID=1
2020-01-06 17:37:59.672 5198-5481/? V/NuPlayer: getTrackInfo
2020-01-06 17:37:59.673 5198-3795/? W/NuPlayer: no name
2020-01-06 17:37:59.673 5482-5570/? D/PowerManagerService: [api] acquire WakeLock flags=0x2000000a tag=WindowManager uid=1000 pid=5482 ws=WorkSource{10356} pkg=android
2020-01-06 17:37:59.674 1611-1611/com.wistron.pushtotalk D/AvayaClientServices: CCallbackManager::ProcessNext(): Invoking OnCallExtraPropertiesChanged
2020-01-06 17:37:59.674 1611-1611/com.wistron.pushtotalk D/AvayaClientServices: CCallJNI::OnCallExtraPropertiesChanged
2020-01-06 17:37:59.674 1611-1611/com.wistron.pushtotalk D/SDKManager: onCallExtraPropertiesChanged
2020-01-06 17:37:59.674 1611-1611/com.wistron.pushtotalk D/AvayaClientServices: CCallbackManager::ProcessNext(): Invoking OnPresencePublishSuccessful
2020-01-06 17:37:59.674 1611-1611/com.wistron.pushtotalk D/AvayaClientServices: OnPresencePublishSuccessful
2020-01-06 17:37:59.688 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.691 5482-6130/? D/WindowManager: finishDrawingWindow: Window{efff001 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity} mDrawState=DRAW_PENDING
2020-01-06 17:37:59.692 5482-5570/? I/WindowManager: commitFinishDrawingLocked: mDrawState=READY_TO_SHOW Surface(name=com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611])/@0x7c80f32
2020-01-06 17:37:59.693 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@b9941aa[LockScreenHandleActivity]: MSG_WINDOW_FOCUS_CHANGED 1 1
2020-01-06 17:37:59.694 5482-5570/? I/WindowManager: Cancelling animation restarting=true, leash=null, surface=Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41, parent=Surface(name=Task=2)/@0xa6fa5e6
2020-01-06 17:37:59.694 5482-5570/? I/WindowManager: Reparenting to leash, surface=Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41
2020-01-06 17:37:59.695 5091-5091/? I/SurfaceFlinger: id=4690 createSurf (5920x5920),2 flag=4, Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41 - animation-leash#0
2020-01-06 17:37:59.695 5482-5570/? D/SurfaceControl: reparent is called, sc=Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41, newParentHandle=android.os.BinderProxy@163ec7e, transaction=android.view.SurfaceControl$Transaction@cff7dd4
2020-01-06 17:37:59.696 5482-5570/? V/WindowManager: Setting visibility of Window{8b95f88 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:623 com.android.server.wm.AppWindowToken.setClientHidden:460 com.android.server.wm.AppWindowToken.onAnimationFinished:2388 com.android.server.wm.AppWindowToken.setVisibility:551 com.android.server.wm.WindowSurfacePlacer.handleClosingApps:536
2020-01-06 17:37:59.696 5482-5570/? V/WindowManager: Setting visibility of Window{2b24bf7 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:623 com.android.server.wm.AppWindowToken.setClientHidden:460 com.android.server.wm.AppWindowToken.onAnimationFinished:2388 com.android.server.wm.AppWindowToken.setVisibility:551 com.android.server.wm.WindowSurfacePlacer.handleClosingApps:536
2020-01-06 17:37:59.696 5482-5482/? D/FreeformController: Fail to invalid task id : -1
2020-01-06 17:37:59.697 5482-5570/? I/WindowManager: Cancelling animation restarting=true, leash=null, surface=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56, parent=Surface(name=Task=603)/@0x7608a35
2020-01-06 17:37:59.697 5482-5570/? I/WindowManager: Reparenting to leash, surface=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56
2020-01-06 17:37:59.698 5091-5091/? I/SurfaceFlinger: id=4691 createSurf (5920x5920),2 flag=4, Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56 - animation-leash#0
2020-01-06 17:37:59.699 5482-5570/? D/SurfaceControl: reparent is called, sc=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56, newParentHandle=android.os.BinderProxy@15511d7, transaction=android.view.SurfaceControl$Transaction@ff24ac4
2020-01-06 17:37:59.699 5482-5570/? V/WindowManager: performShowLocked: mDrawState=HAS_DRAWN in Window{efff001 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}
2020-01-06 17:37:59.701 5482-5500/? D/WindowManager: setSystemUiVisibility: vis= 0x8018, fullscreenVis= 0x0, dockedVis= 0x0, win=Window{efff001 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}
2020-01-06 17:37:59.701 5785-5785/? D/LightBarController: onNavigationVisibilityChanged : vis = 8018, nbModeChanged = false navigationBarMode = 4
2020-01-06 17:37:59.701 5091-5108/? D/Layer: [AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}}#0]::reparent oldParent:[Task=603#0], newParent:[Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56 - animation-leash#0]
2020-01-06 17:37:59.701 5091-5108/? D/Layer: [AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}}#0]::reparent oldParent:[Task=2#0], newParent:[Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41 - animation-leash#0]
2020-01-06 17:37:59.704 5482-7413/? D/SamsungPhoneWindowManager: adjustSystemUiVisibilityLw: vis=0x8018
2020-01-06 17:37:59.704 5482-7413/? D/InputManager-JNI: setSystemUiVisibility dexmode: false changed: true displayid: 0 visibility: 0x8018 DD: 0x8018 OD: 0x0
2020-01-06 17:37:59.704 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.705 1611-1611/com.wistron.pushtotalk D/InputMethodManager: prepareNavigationBarInfo() DecorView@a9b65fa[LockScreenHandleActivity]
2020-01-06 17:37:59.705 1611-1611/com.wistron.pushtotalk D/InputMethodManager: getNavigationBarColor() -855310
2020-01-06 17:37:59.706 5482-5509/? I/ActivityManager: Displayed com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity: +219ms (total +269ms)
2020-01-06 17:37:59.706 1611-1611/com.wistron.pushtotalk D/InputMethodManager: prepareNavigationBarInfo() DecorView@a9b65fa[LockScreenHandleActivity]
2020-01-06 17:37:59.706 1611-1611/com.wistron.pushtotalk D/InputMethodManager: getNavigationBarColor() -855310
2020-01-06 17:37:59.706 1611-1611/com.wistron.pushtotalk V/InputMethodManager: Starting input: tba=com.wistron.pushtotalk ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
2020-01-06 17:37:59.706 1611-1611/com.wistron.pushtotalk D/InputMethodManager: startInputInner - Id : 0
2020-01-06 17:37:59.707 1611-1611/com.wistron.pushtotalk I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
2020-01-06 17:37:59.707 5482-6130/? D/InputMethodManagerService: startInputOrWindowGainedFocus : windowGainedFocus
2020-01-06 17:37:59.708 5482-6130/? D/InputMethodManagerService: windowGainedFocus: destinationUserId (getCallingUid) = 0
2020-01-06 17:37:59.708 5482-6130/? D/InputMethodManagerService: windowGainedFocus: currentUserId=0
2020-01-06 17:37:59.708 5482-6130/? D/InputMethodManagerService: windowGainedFocus: mCurrentFocusedUserId=0
2020-01-06 17:37:59.708 5482-6130/? D/InputMethodManagerService: windowGainedFocus : lock - currentUserId = 0 destinationUserId = 0
2020-01-06 17:37:59.708 5482-6130/? D/InputMethodManagerService: windowGainedFocus : mCurrentFocusedUserId - 0 and mSecureKeypadEnabled - false, userSwitched - false
2020-01-06 17:37:59.709 5482-6130/? V/InputMethodManagerService: windowGainedFocus : reason=WINDOW_FOCUS_GAIN client=android.os.BinderProxy@28a4b11 inputContext=null missingMethods= attribute=android.view.inputmethod.EditorInfo@deef473 nm = com.wistron.pushtotalk controlFlags=#104 softInputMode=#120 windowFlags=#81e90180
2020-01-06 17:37:59.709 5482-6130/? V/InputMethodManagerService: hideCurrentInputLocked : shouldHideSoftInput is false
2020-01-06 17:37:59.709 5482-6130/? D/InputMethodManagerService: isImeSwitcherDisabledPackage : false
2020-01-06 17:37:59.709 6819-6819/? D/InputTransport: Input channel destroyed: fd=82
2020-01-06 17:37:59.709 5482-6130/? D/InputMethodManagerService: DESKTOP MODE! : 2
2020-01-06 17:37:59.709 5482-6130/? D/InputMethodManagerService: NOT IN KNOX DESKTOP MODE!
2020-01-06 17:37:59.710 5482-6130/? D/InputMethodManagerService: updateSystemUiLocked 0
2020-01-06 17:37:59.710 5482-6130/? D/InputMethodManagerService: checkDisplayOfStartInputAndUpdateKeyboard display Id 0last 0
2020-01-06 17:37:59.710 5482-6130/? D/InputMethodManagerService: setCurrentInputInfo - inputContext : null eidtorInfo : android.view.inputmethod.EditorInfo@deef473 missingMethods : 0
2020-01-06 17:37:59.711 5482-6130/? D/InputTransport: Input channel constructed: fd=613
2020-01-06 17:37:59.711 5482-6130/? D/InputTransport: Input channel destroyed: fd=613
2020-01-06 17:37:59.711 1611-1611/com.wistron.pushtotalk D/InputTransport: Input channel constructed: fd=109
2020-01-06 17:37:59.711 7241-7241/? I/InputMethodWrapper: call dispatchStartInputWithToken
2020-01-06 17:37:59.711 7241-7241/? I/InputMethodService: dispatchStartInputWithToken
2020-01-06 17:37:59.711 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@b9941aa[LockScreenHandleActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 720, 1480) ci=Rect(0, 48 - 0, 96) vi=Rect(0, 48 - 0, 96) or=1
2020-01-06 17:37:59.711 7241-7241/? I/SKBD_Performance: [IIManager] [PF_CL][onFinishInput] 283654
2020-01-06 17:37:59.711 7241-7241/? D/InputMethodService: checkDisplayOfStartInputAndUpdateKeyboard display Id 0last 0
2020-01-06 17:37:59.712 7241-7241/? I/SKBD: SamsungKeypad [IMI] onStartInput - caller pid : 1611, caller uid : 10356
2020-01-06 17:37:59.714 1611-1711/com.wistron.pushtotalk E/SCPAPI: AUDIO 1 0; 3781: GetPlayoutTimeStamp: Failed to read playout timestamp from the ACM, line 7209
2020-01-06 17:37:59.716 5482-5831/? D/WindowManager: finishDrawingWindow: Window{efff001 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity} mDrawState=HAS_DRAWN
2020-01-06 17:37:59.717 5482-10457/? D/GameManagerService: identifyGamePackage. com.wistron.pushtotalk
2020-01-06 17:37:59.717 5482-10457/? D/GamePkgDataHelper: getGamePkgData(). com.wistron.pushtotalk
2020-01-06 17:37:59.721 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.722 5091-5107/? E/BufferQueueProducer: [com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611]#0] disconnect: not connected (req=1)
2020-01-06 17:37:59.722 1611-1781/com.wistron.pushtotalk W/libEGL: EGLNativeWindowType 0x7ba72f2010 disconnect failed
2020-01-06 17:37:59.722 1611-1781/com.wistron.pushtotalk D/OpenGLRenderer: eglDestroySurface = 0x7ba722cb00, 0x7ba72f2000
2020-01-06 17:37:59.724 5482-5831/? V/WindowManager: Relayout Window{8b95f88 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}: viewVisibility=8 req=0x0 {(0,0)(0x0) sim={adjust=pan} ty=APPLICATION fmt=TRANSLUCENT
fl=NOT_FOCUSABLE NOT_TOUCH_MODAL WATCH_OUTSIDE_TOUCH HARDWARE_ACCELERATED naviIconColor=0}
2020-01-06 17:37:59.724 5482-5831/? E/WindowManager: win=Window{8b95f88 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=false win.mRemoveOnExit=false win.mViewVisibility=8 caller=com.android.server.wm.WindowManagerService.tryStartExitingAnimation:2752 com.android.server.wm.WindowManagerService.relayoutWindow:2450 com.android.server.wm.Session.relayoutForTranslate:302 android.view.IWindowSession$Stub.onTransact:518 com.android.server.wm.Session.onTransact:186 android.os.Binder.execTransact:739 <bottom of call stack>
2020-01-06 17:37:59.725 5482-5831/? I/WindowManager: Destroying surface Surface(name=com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611])/@0xfdfaea6 called by com.android.server.wm.WindowStateAnimator.destroySurface:1880 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:838 com.android.server.wm.WindowState.destroySurfaceUnchecked:3809 com.android.server.wm.WindowState.destroySurface:3790 com.android.server.wm.WindowManagerService.tryStartExitingAnimation:2752 com.android.server.wm.WindowManagerService.relayoutWindow:2450 com.android.server.wm.Session.relayoutForTranslate:302 android.view.IWindowSession$Stub.onTransact:518
2020-01-06 17:37:59.725 5091-5108/? I/SurfaceFlinger: id=4686 Removed com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611]#0 (0/59)
2020-01-06 17:37:59.728 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@a382dfd[LockScreenHandleActivity]: Relayout returned: old=[360,716][360,716] new=[360,716][360,716] result=0x5 surface={valid=false 0} changed=true
2020-01-06 17:37:59.729 5091-5108/? E/BufferQueueProducer: [com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611]#1] disconnect: not connected (req=1)
2020-01-06 17:37:59.729 1611-1781/com.wistron.pushtotalk W/libEGL: EGLNativeWindowType 0x7bae7d0010 disconnect failed
2020-01-06 17:37:59.730 1611-1781/com.wistron.pushtotalk D/OpenGLRenderer: eglDestroySurface = 0x7ba722ce80, 0x7bae7d0000
2020-01-06 17:37:59.733 5482-5831/? V/WindowManager: Relayout Window{2b24bf7 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}: viewVisibility=8 req=720x1480 {(0,0)(fillxfill) sim={adjust=pan forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
fl=KEEP_SCREEN_ON LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SHOW_WHEN_LOCKED TURN_SCREEN_ON DISMISS_KEYGUARD SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
pfl=FORCE_DRAW_STATUS_BAR_BACKGROUND remains{ 0x1000000 }
vsysui=LIGHT_NAVIGATION_BAR naviIconColor=0}
2020-01-06 17:37:59.733 5482-5831/? E/WindowManager: win=Window{2b24bf7 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=false win.mRemoveOnExit=false win.mViewVisibility=8 caller=com.android.server.wm.WindowManagerService.tryStartExitingAnimation:2752 com.android.server.wm.WindowManagerService.relayoutWindow:2450 com.android.server.wm.Session.relayoutForTranslate:302 android.view.IWindowSession$Stub.onTransact:518 com.android.server.wm.Session.onTransact:186 android.os.Binder.execTransact:739 <bottom of call stack>
2020-01-06 17:37:59.733 5482-5831/? I/WindowManager: Destroying surface Surface(name=com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611])/@0xb7a8b3d called by com.android.server.wm.WindowStateAnimator.destroySurface:1880 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:838 com.android.server.wm.WindowState.destroySurfaceUnchecked:3809 com.android.server.wm.WindowState.destroySurface:3790 com.android.server.wm.WindowManagerService.tryStartExitingAnimation:2752 com.android.server.wm.WindowManagerService.relayoutWindow:2450 com.android.server.wm.Session.relayoutForTranslate:302 android.view.IWindowSession$Stub.onTransact:518
2020-01-06 17:37:59.733 5091-5108/? I/SurfaceFlinger: id=4687 Removed com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611]#1 (0/58)
2020-01-06 17:37:59.736 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@e55906d[LockScreenHandleActivity]: Relayout returned: old=[0,0][720,1480] new=[0,0][720,1480] result=0x5 surface={valid=false 0} changed=true
2020-01-06 17:37:59.737 5091-5091/? I/Layer: id=4686 onRemoved com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611]#0
2020-01-06 17:37:59.737 5091-5091/? I/Layer: id=4687 onRemoved com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity[1611]#1
2020-01-06 17:37:59.738 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.743 5482-6130/? D/GameManagerService: identifyGamePackage. com.wistron.pushtotalk
2020-01-06 17:37:59.743 5482-6130/? D/GamePkgDataHelper: getGamePkgData(). com.wistron.pushtotalk
2020-01-06 17:37:59.754 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 3781: Channel::OnReceivedPacket(id=65536, packetType=0)
2020-01-06 17:37:59.754 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 3781: Channel::OnIncomingSSRCChanged(id=65536, SSRC=0x7c424653)
2020-01-06 17:37:59.754 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 3781: Channel::OnInitializeDecoder(id=65536, payloadType=9, payloadName=G722, frequency=16000, channels=1, rate=0)
2020-01-06 17:37:59.754 5198-1914/? I/NuPlayerRenderer: [audio] notifyEOS() End of Stream, delayUs : 0
2020-01-06 17:37:59.754 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.754 5198-1689/? V/NuPlayer: reached audio EOS
2020-01-06 17:37:59.755 5198-1689/? V/NuPlayer: msg : 2, ext1 : 0, ext2 : 0
2020-01-06 17:37:59.755 5198-1689/? D/NuPlayerDriver: notifyListener_l(0xeac3c700), (2, 0, 0, -1), loop setting(0, 0)
2020-01-06 17:37:59.755 5198-1689/? I/MediaClock: getMediaTime_l - mAnchorTimeRealUs is '-1'
2020-01-06 17:37:59.755 5198-1689/? V/MediaPlayerService: [250] notify (2, 0, 0)
2020-01-06 17:37:59.755 1611-1666/com.wistron.pushtotalk V/MediaPlayerNative: message received msg=2, ext1=0, ext2=0
2020-01-06 17:37:59.755 1611-1666/com.wistron.pushtotalk V/MediaPlayerNative: playback complete
2020-01-06 17:37:59.755 1611-1666/com.wistron.pushtotalk V/MediaPlayerNative: callback application
2020-01-06 17:37:59.755 5198-1689/? V/NuPlayer: updatePlaybackTimer(stop) time 25392928043336 (onPause)
2020-01-06 17:37:59.755 1611-1666/com.wistron.pushtotalk V/MediaPlayerNative: back from callback
2020-01-06 17:37:59.755 5198-1689/? V/NuPlayer: updatePlaybackTimer() log 352844731
2020-01-06 17:37:59.755 5198-1914/? I/NuPlayerRenderer: onPause
2020-01-06 17:37:59.755 5198-1914/? I/MediaClock: setPlaybackRate rate : 0.000000
2020-01-06 17:37:59.755 5198-1914/? V/AudioSink: stop
2020-01-06 17:37:59.771 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.788 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.790 5091-5091/? I/SurfaceFlinger: Display 0 HWC layers:
type | handle | flag | format | source crop (l,t,r,b) | frame | name
------------+--------------+------+-----------+----------------------------+---------------------+------
Device | 0x7b7bed0dc0 | 0002 | RGBx_8888 | 0.0 0.0 720.0 1480.0 | 0 0 720 1480 | com.android.systemui.infinity.InfinityWallpaperOrchid[5972]#0
Device | 0x7b84852360 | 0000 | RGBA_8888 | 49.0 100.0 671.0 1380.0 | 0 0 720 1480 | com.sec.android.app.launcher/com.sec[...].activities.LauncherActivity[6819]#0
Device | 0x7b7bed37c0 | 0002 | RGBA_8888 | 1.0 0.0 719.0 1480.0 | 60 122 660 1358 | com.wistron.pushtotalk/com.wistron.p[...].UI.LockScreenHandleActivity[1611]#2
Device | 0x7b84850840 | 0000 | RGBA_8888 | 0.0 0.0 720.0 48.0 | 0 0 720 48 | StatusBar[5785]#0
Device | 0x7b84854580 | 0000 | RGBA_8888 | 0.0 0.0 67.0 277.0 | 653 374 720 651 | com.samsung.android.app.cocktailbars[...]arservice.CocktailB
2020-01-06 17:37:59.790 5091-5091/? I/SurfaceFlinger: arService[9587]#0
Device | 0x7b7bed07a0 | 0000 | RGBA_8888 | 0.0 0.0 720.0 96.0 | 0 1384 720 1480 | NavigationBar[5785]#0
2020-01-06 17:37:59.804 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.807 5091-5091/? I/SurfaceFlinger: Display 0 HWC layers:
type | handle | flag | format | source crop (l,t,r,b) | frame | name
------------+--------------+------+-----------+----------------------------+---------------------+------
Device | 0x7b7bed0dc0 | 0002 | RGBx_8888 | 0.0 0.0 720.0 1480.0 | 0 0 720 1480 | com.android.systemui.infinity.InfinityWallpaperOrchid[5972]#0
Device | 0x7b7bed37c0 | 0002 | RGBA_8888 | 1.0 0.0 719.0 1480.0 | 45 92 675 1388 | com.wistron.pushtotalk/com.wistron.p[...].UI.LockScreenHandleActivity[1611]#2
Device | 0x7b84850840 | 0000 | RGBA_8888 | 0.0 0.0 720.0 48.0 | 0 0 720 48 | StatusBar[5785]#0
Device | 0x7b84854580 | 0000 | RGBA_8888 | 0.0 0.0 67.0 277.0 | 653 374 720 651 | com.samsung.android.app.cocktailbars[...]arservice.CocktailBarService[9587]#0
Device | 0x7b84249ee0 | 0000 | RGBA_8888 | 0.0 0.0 720.0 96.0 | 0 1384 720 1480 | NavigationBar[5785]#0
2020-01-06 17:37:59.821 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.832 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:440, known:0, diff:440, cnt:1
2020-01-06 17:37:59.832 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:477, known:0, diff:477, cnt:2
2020-01-06 17:37:59.838 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.852 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:512, known:0, diff:512, cnt:3
2020-01-06 17:37:59.852 3302-3705/? D/DlbDlbEffect: handle_EFFECT_CMD_RESET()
2020-01-06 17:37:59.852 3302-3705/? I/DlbDapBufferAdapter: configure(sampleRate = 48000, format = 5, inChannelMask = 0x3, outChannelMask = 0x3)
2020-01-06 17:37:59.852 3302-3705/? I/AudioEffectStage: prevol fx SA control will start
2020-01-06 17:37:59.852 3274-3274/? W/AudioSAEffectSecPlus: AudioSAEffectSec_setEnabled() SOUNDALIVE is already enabled
2020-01-06 17:37:59.853 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:545, known:0, diff:545, cnt:4
2020-01-06 17:37:59.854 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.871 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.872 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:576, known:0, diff:576, cnt:5
2020-01-06 17:37:59.872 3302-3482/? V/APM_AudioPolicyManager: stopOutput() output 13, stream 3, session 9921
2020-01-06 17:37:59.872 3302-3482/? V/APM_AudioPolicyManager: setLoggingHwData() type(1) device(0x2) time(0) volume(0)
2020-01-06 17:37:59.872 3302-3482/? V/APM_AudioPolicyManager: setBeaconMute(1) mBeaconMuteRefCount=1 mBeaconPlayingRefCount=0
2020-01-06 17:37:59.872 3302-3482/? V/APM_AudioPolicyManager: getNewOutputDevice() selected device 2
2020-01-06 17:37:59.872 3302-3482/? V/APM_AudioPolicyManager: setOutputDevice() device 0002 delayMs 200
2020-01-06 17:37:59.872 3302-3482/? V/APM_AudioPolicyManager: setOutputDevice() prevDevice 0x0002
2020-01-06 17:37:59.872 3302-3482/? V/APM_AudioPolicyManager: setOutputDevice() setting same device 0x0002 or null device
2020-01-06 17:37:59.873 3302-3482/? V/APM_AudioPolicyManager: selectOutputForMusicEffects selected output 13
2020-01-06 17:37:59.873 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:606, known:0, diff:606, cnt:6
2020-01-06 17:37:59.888 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.892 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:634, known:0, diff:634, cnt:7
2020-01-06 17:37:59.892 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:661, known:0, diff:661, cnt:8
2020-01-06 17:37:59.893 3302-3498/? I/AudioFlinger: getActiveSoundInfo 1, trackFormat 1, outputFormat 1
2020-01-06 17:37:59.893 1301-1301/? D/SAEffectManager: Set Square effect as: 40
2020-01-06 17:37:59.893 1301-1301/? D/SAEffectManager: setParameter() key : EFFECT_SQUARE_CHANGED arg1 : 40 arg2 : -1 array : [-1]
2020-01-06 17:37:59.893 1301-1301/? D/SAEffectManager: *****updateSquareUIsetting()*****
2020-01-06 17:37:59.893 1301-1301/? D/SAEffectManager: position: 40
2020-01-06 17:37:59.894 1301-1301/? D/SAEffectManager: set dolby as : 5
2020-01-06 17:37:59.894 3302-3498/? V/APM_AudioPolicyManager: setAudioPolicyConfig: dsEnabled=0;dsProfile=0
2020-01-06 17:37:59.895 3274-3274/? D/audio_hw_primary_abox: device-adev_set_parameters: enter with key(dsEnabled=0;dsProfile=0)
2020-01-06 17:37:59.895 3274-3274/? D/audio_hw_primary_abox: device-adev_set_parameters: exit
2020-01-06 17:37:59.895 1301-1301/? D/SAEffectManager: set tube as : 0
2020-01-06 17:37:59.895 3302-3498/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.895 3302-3498/? I/chatty: uid=1041(audioserver) Binder:3302_1 identical 1 line
2020-01-06 17:37:59.895 3302-3498/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.895 3274-3274/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.895 3302-3498/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.896 1301-1301/? D/SAEffectManager: set hall as : 0
2020-01-06 17:37:59.896 3302-3498/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.896 3302-3498/? I/chatty: uid=1041(audioserver) Binder:3302_1 identical 1 line
2020-01-06 17:37:59.896 3302-3498/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.896 3274-3274/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.896 3302-3498/? I/AudioSASecPlus: setGlobalEffectInfo changed mContentType = 1, mGlobalSAPlus = 0, mGlobalTubeAmp = 0, mGlobalConcertHall = 0 , mGlobalAudioHDR = 0
2020-01-06 17:37:59.897 1301-1301/? D/SADVFSHelper: Either heavy-duty effect is Off or Music playback is not active
2020-01-06 17:37:59.904 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.912 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:687, known:0, diff:687, cnt:9
2020-01-06 17:37:59.912 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:711, known:0, diff:711, cnt:10
2020-01-06 17:37:59.921 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.932 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:734, known:0, diff:734, cnt:11
2020-01-06 17:37:59.933 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:756, known:0, diff:756, cnt:12
2020-01-06 17:37:59.937 5482-5570/? I/WindowManager: reset, Reparenting to original parent, shouldDeferScheduleAnimation=false, destroyLeash=true, surface=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56, parent=Surface(name=Task=603)/@0x7608a35, parentNativeHandle=android.os.BinderProxy@7f86308, caller=com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$0:94 com.android.server.wm.-$$Lambda$SurfaceAnimator$SIBia0mND666K8lMCPsoid8pUTI.run:4 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$1:101 com.android.server.wm.-$$Lambda$SurfaceAnimator$vdRZk66hQVbQCvVXEaQCT1kVmFc.onAnimationFinished:4 com.android.server.wm.LocalAnimationAdapter.lambda$startAnimation$0:65
2020-01-06 17:37:59.937 5482-5570/? D/SurfaceControl: reparent is called, sc=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56, newParentHandle=android.os.BinderProxy@7f86308, transaction=android.view.SurfaceControl$Transaction@ff24ac4
2020-01-06 17:37:59.937 5482-5570/? D/SurfaceControl: destroy(transaction), animation-leash is destroyed, sc=Surface(name=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56 - animation-leash)/@0x489bdad, transaction=android.view.SurfaceControl$Transaction@ff24ac4, caller=com.android.server.wm.SurfaceAnimator.reset:335 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$0:94 com.android.server.wm.-$$Lambda$SurfaceAnimator$SIBia0mND666K8lMCPsoid8pUTI.run:4 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$1:101 com.android.server.wm.-$$Lambda$SurfaceAnimator$vdRZk66hQVbQCvVXEaQCT1kVmFc.onAnimationFinished:4 com.android.server.wm.LocalAnimationAdapter.lambda$startAnimation$0:65 com.android.server.wm.-$$Lambda$LocalAnimationAdapter$X--EomqUvw4qy89IeeTFTH7aCMo.run:4
2020-01-06 17:37:59.937 5482-5482/? D/FreeformController: Fail to invalid task id : -1
2020-01-06 17:37:59.938 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.939 5482-5570/? D/WindowManager: prepareSurfaces, request to clear saved leash, surface=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56
2020-01-06 17:37:59.939 5482-5509/? D/CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1807000 uid : 1000 pid : 5482 pkgName : AMS_RESUME_TAIL@CPU_MIN@23
2020-01-06 17:37:59.939 5482-5509/? D/ActivityManagerPerformance: AMP_acquire() TAIL
2020-01-06 17:37:59.939 5482-5509/? D/CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 2314000 uid : 1000 pid : 5482 tag : AMS_APP_SWITCH@CPU_MIN@39
2020-01-06 17:37:59.939 5091-5108/? D/Layer: [AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}}#0]::reparent oldParent:[Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56 - animation-leash#0], newParent:[Task=603#0]
2020-01-06 17:37:59.939 5482-5509/? D/ActivityManagerPerformance: AMP_release() APP_SWITCH
2020-01-06 17:37:59.939 5091-5108/? I/SurfaceFlinger: id=4691 Removed Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56 - animation-leash#0 (0/57)
2020-01-06 17:37:59.940 5482-5570/? D/WindowManager: clearSavedLeashOnCommit, savedLeash=Surface(name=Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56 - animation-leash)/@0x489bdad, caller=com.android.server.wm.WindowContainer.clearSavedLeashOnCommit:1164 com.android.server.wm.WindowContainer.clearSavedLeashOnCommit:1168 com.android.server.wm.WindowContainer.clearSavedLeashOnCommit:1168 com.android.server.wm.WindowContainer.clearSavedLeashOnCommit:1168 com.android.server.wm.WindowContainer.clearSavedLeashOnCommit:1168 com.android.server.wm.RootWindowContainer.performSurfacePlacement:774
2020-01-06 17:37:59.941 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@e55906d[LockScreenHandleActivity]: setWindowStopped(true) old=false
2020-01-06 17:37:59.941 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@e55906d[LockScreenHandleActivity]: Surface release. android.view.WindowManagerGlobal.setStoppedState:669 android.app.Activity.performStop:7650 android.app.ActivityThread.callActivityOnStop:4379 android.app.ActivityThread.performStopActivityInner:4357 android.app.ActivityThread.handleStopActivity:4432 android.app.servertransaction.TransactionExecutor.performLifecycleSequence:192 android.app.servertransaction.TransactionExecutor.cycleToPath:165 android.app.servertransaction.TransactionExecutor.executeLifecycleState:142
2020-01-06 17:37:59.942 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@a382dfd[LockScreenHandleActivity]: setWindowStopped(true) old=false
2020-01-06 17:37:59.942 6819-6819/? D/ViewRootImpl@aafcbb2[LauncherActivity]: setWindowStopped(true) old=false
2020-01-06 17:37:59.942 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@a382dfd[LockScreenHandleActivity]: Surface release. android.view.WindowManagerGlobal.setStoppedState:669 android.app.Activity.performStop:7650 android.app.ActivityThread.callActivityOnStop:4379 android.app.ActivityThread.performStopActivityInner:4357 android.app.ActivityThread.handleStopActivity:4432 android.app.servertransaction.TransactionExecutor.performLifecycleSequence:192 android.app.servertransaction.TransactionExecutor.cycleToPath:165 android.app.servertransaction.TransactionExecutor.executeLifecycleState:142
2020-01-06 17:37:59.943 1611-1611/com.wistron.pushtotalk D/Alex: onStop:
2020-01-06 17:37:59.943 1611-1611/com.wistron.pushtotalk D/AvayaClientServices: CCallImpl::End()
2020-01-06 17:37:59.944 1611-1611/com.wistron.pushtotalk D/AvayaClientServices: SystemEventsMonitorImpl.onActivityDestroyed()
2020-01-06 17:37:59.944 5482-6130/? D/SamsungAlarmManager: Cancel Alarm calling from uid:10356 pid :1611 / op:PendingIntent{1ae2e5c: PendingIntentRecord{6a2e9fa com.wistron.pushtotalk broadcastIntent}}
2020-01-06 17:37:59.944 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@a382dfd[LockScreenHandleActivity]: dispatchDetachedFromWindow
2020-01-06 17:37:59.944 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@a382dfd[LockScreenHandleActivity]: Surface release. android.view.ViewRootImpl.doDie:7979 android.view.ViewRootImpl.die:7947 android.view.WindowManagerGlobal.removeViewLocked:497 android.view.WindowManagerGlobal.removeView:435 android.view.WindowManagerImpl.removeViewImmediate:124 com.avaya.clientservices.provider.systemeventsmonitor.SystemEventsMonitorImpl.onActivityDestroyed:185 android.app.Application.dispatchActivityDestroyed:301 android.app.Activity.onDestroy:2072
2020-01-06 17:37:59.945 6819-6819/? D/PageOverlayMover: updateActivityLifecycleState : 4
2020-01-06 17:37:59.945 6819-6819/? D/Launcher.AppsStage: onStopActivity
2020-01-06 17:37:59.945 6819-6819/? I/Notification.Badge: removeNotificationsChangedListener
2020-01-06 17:37:59.945 5482-6130/? I/SamsungAlarmManager: setLocked to kernel - T:2 / 20200106T173814, SetElapsed=29776351, nowELAPSED=29761820
2020-01-06 17:37:59.945 7296-7296/? D/PageOverlayCoordinator: onUiStopped
2020-01-06 17:37:59.945 5482-6130/? I/SamsungAlarmManager: setLocked to kernel - T:3 / 20200106T173800, SetElapsed=29761875, nowELAPSED=29761820
2020-01-06 17:37:59.945 7296-7296/? D/PageOverlayRootLayout: onUiStopped
2020-01-06 17:37:59.945 5482-5831/? V/WindowManager: Remove Window{8b95f88 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}: mSurfaceController=null mAnimatingExit=false mRemoveOnExit=false mHasSurface=false surfaceShowing=false isAnimationSet=false app-animation=false mWillReplaceWindow=false inPendingTransaction=false mDisplayFrozen=false callers=com.android.server.wm.WindowState.removeIfPossible:2739 com.android.server.wm.WindowManagerService.removeWindow:1937 com.android.server.wm.Session.remove:268 android.view.IWindowSession$Stub.onTransact:347 com.android.server.wm.Session.onTransact:186 android.os.Binder.execTransact:739
2020-01-06 17:37:59.945 1611-1758/com.wistron.pushtotalk D/AvayaClientServices: Call[78]: CSDPOfferAnswerManager::UnregisterKeyFrameRequestListener()
2020-01-06 17:37:59.945 1611-1758/com.wistron.pushtotalk D/AvayaClientServices: Call[78]: CSDPOfferAnswerManager::UnregisterKeyFrameRequestListener(): Number of existing video connections = 0
2020-01-06 17:37:59.945 1611-1758/com.wistron.pushtotalk D/AvayaClientServices: Call[78]: CSDPOfferAnswerManager::End(): bRetainReservation= no, media was started= yes
2020-01-06 17:37:59.946 5482-6130/? D/SamsungAlarmManager: Cancel Alarm calling from uid:10356 pid :1611 / op:PendingIntent{71f565: PendingIntentRecord{5adb815 com.wistron.pushtotalk broadcastIntent}}
2020-01-06 17:37:59.947 5091-5108/? I/SurfaceFlinger: id=4684 Removed 8b95f88 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity#0 (1/56)
2020-01-06 17:37:59.947 5482-6130/? I/SamsungAlarmManager: setLocked to kernel - T:2 / 20200106T173818, SetElapsed=29780516, nowELAPSED=29761822
2020-01-06 17:37:59.947 5482-6130/? I/SamsungAlarmManager: setLocked to kernel - T:3 / 20200106T173800, SetElapsed=29761875, nowELAPSED=29761822
2020-01-06 17:37:59.948 5482-5831/? D/InputTransport: Input channel destroyed: fd=411
2020-01-06 17:37:59.948 1611-1611/com.wistron.pushtotalk D/InputTransport: Input channel destroyed: fd=96
2020-01-06 17:37:59.949 1611-1758/com.wistron.pushtotalk D/AvayaClientServices: Call[78]: CSDPOfferAnswerManager::End(): EndSession() started
2020-01-06 17:37:59.949 1611-1611/com.wistron.pushtotalk D/AvayaClientServices: SystemEventsMonitorImpl.onActivityDestroyed(): View removed from activity class com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity
2020-01-06 17:37:59.949 1611-1711/com.wistron.pushtotalk W/SCPAPI: RTP/RTCP 1 0; 1714: StatisticsRTP() no statisitics availble
2020-01-06 17:37:59.949 1611-1758/com.wistron.pushtotalk I/SCPAPI: ENG 0xd8aa8a00; 1758: CWebRTCMediaEngine::EndSession SessionId:78
2020-01-06 17:37:59.949 1611-1711/com.wistron.pushtotalk W/SCPAPI: AUDIO 1 99; 1714: GetRTPStatistics() failed to read RTP statistics from the RTP/RTCP module, error = 9028
2020-01-06 17:37:59.949 1611-1711/com.wistron.pushtotalk W/SCPAPI: AUDIO 1 0; 1714: GetRTPStatistics: Failed to retrieve RTT from the RTP/RTCP module, line 6242
2020-01-06 17:37:59.949 1611-1711/com.wistron.pushtotalk W/SCPAPI: RTP/RTCP 1 0; 1714: StatisticsRTP() no statisitics availble
2020-01-06 17:37:59.949 1611-1711/com.wistron.pushtotalk W/SCPAPI: AUDIO 1 99; 1714: GetRTPStatistics() failed to read RTP statistics from the RTP/RTCP module, error = 9028
2020-01-06 17:37:59.949 1611-1711/com.wistron.pushtotalk W/SCPAPI: RTP/RTCP 1 0; 1714: SenderInfoReceived No received SR: report is empty, line 296
2020-01-06 17:37:59.949 1611-1711/com.wistron.pushtotalk E/SCPAPI: AUDIO 1 99; 1714: GetRemoteRTCPData() failed to retrieve sender info for remote side because info is empty, error = 10026
2020-01-06 17:37:59.950 6819-6819/? D/StageManager: saved stages : inStack [1] , outStack[2]
2020-01-06 17:37:59.951 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@e55906d[LockScreenHandleActivity]: dispatchDetachedFromWindow
2020-01-06 17:37:59.951 1611-1611/com.wistron.pushtotalk D/ViewRootImpl@e55906d[LockScreenHandleActivity]: Surface release. android.view.ViewRootImpl.doDie:7979 android.view.ViewRootImpl.die:7947 android.view.WindowManagerGlobal.removeViewLocked:497 android.view.WindowManagerGlobal.removeView:435 android.view.WindowManagerImpl.removeViewImmediate:124 android.app.ActivityThread.handleDestroyActivity:4753 android.app.servertransaction.DestroyActivityItem.execute:39 android.app.servertransaction.TransactionExecutor.executeLifecycleState:145
2020-01-06 17:37:59.952 5482-6130/? V/WindowManager: Remove Window{2b24bf7 u0 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity}: mSurfaceController=null mAnimatingExit=false mRemoveOnExit=false mHasSurface=false surfaceShowing=false isAnimationSet=false app-animation=false mWillReplaceWindow=false inPendingTransaction=false mDisplayFrozen=false callers=com.android.server.wm.WindowState.removeIfPossible:2739 com.android.server.wm.WindowManagerService.removeWindow:1937 com.android.server.wm.Session.remove:268 android.view.IWindowSession$Stub.onTransact:347 com.android.server.wm.Session.onTransact:186 android.os.Binder.execTransact:739
2020-01-06 17:37:59.953 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:777, known:0, diff:777, cnt:13
2020-01-06 17:37:59.953 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:797, known:0, diff:797, cnt:14
2020-01-06 17:37:59.954 5091-5091/? I/Layer: id=4684 onRemoved 8b95f88 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity#0
2020-01-06 17:37:59.954 5091-5091/? I/Layer: id=4691 onRemoved Surface(name=AppWindowToken{d33dcb3 token=Token{4e10a22 ActivityRecord{c1fdbed u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0xc70d56 - animation-leash#0
2020-01-06 17:37:59.955 5091-5108/? I/SurfaceFlinger: id=4685 Removed 2b24bf7 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity#0 (0/55)
2020-01-06 17:37:59.955 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.956 5482-6130/? D/InputTransport: Input channel destroyed: fd=484
2020-01-06 17:37:59.956 6819-6819/? I/Launcher: onWindowVisibilityChanged : false
2020-01-06 17:37:59.956 1611-1611/com.wistron.pushtotalk D/InputTransport: Input channel destroyed: fd=101
2020-01-06 17:37:59.957 5482-5831/? D/SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20200106T173814 - CU:10356/CP:1611
2020-01-06 17:37:59.957 5482-6130/? I/WindowManager: Cancelling animation restarting=false, leash=null, surface=Surface(name=AppWindowToken{e04813b token=Token{482cbca ActivityRecord{61e7b35 u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}})/@0x15b7806, parent=Surface(name=Task=603)/@0x7608a35
2020-01-06 17:37:59.957 5482-5831/? I/SamsungAlarmManager: setLocked to kernel - T:2 / 20200106T173814, SetElapsed=29776351, nowELAPSED=29761832
2020-01-06 17:37:59.958 5482-5831/? I/SamsungAlarmManager: setLocked to kernel - T:3 / 20200106T173800, SetElapsed=29761875, nowELAPSED=29761832
2020-01-06 17:37:59.958 5091-5091/? I/SurfaceFlinger: Display 0 HWC layers:
type | handle | flag | format | source crop (l,t,r,b) | frame | name
------------+--------------+------+-----------+----------------------------+---------------------+------
Device | 0x7b7bed37c0 | 0002 | RGBA_8888 | 0.0 0.0 720.0 1480.0 | 0 0 720 1480 | com.wistron.pushtotalk/com.wistron.p[...].UI.LockScreenHandleActivity[1611]#2
Device | 0x7b84850840 | 0000 | RGBA_8888 | 0.0 0.0 720.0 48.0 | 0 0 720 48 | StatusBar[5785]#0
Device | 0x7b84854580 | 0000 | RGBA_8888 | 0.0 0.0 67.0 277.0 | 653 374 720 651 | com.samsung.android.app.cocktailbars[...]arservice.CocktailBarService[9587]#0
Device | 0x7b84249ee0 | 0000 | RGBA_8888 | 0.0 0.0 720.0 96.0 | 0 1384 720 1480 | NavigationBar[5785]#0
2020-01-06 17:37:59.959 5482-5831/? D/SamsungAlarmManager: Cancel Alarm calling from uid:10356 pid :1611 / op:PendingIntent{d281ec7: PendingIntentRecord{d1182e1 com.wistron.pushtotalk broadcastIntent}}
2020-01-06 17:37:59.960 5482-5831/? I/SamsungAlarmManager: setLocked to kernel - T:2 / 20200106T173818, SetElapsed=29780516, nowELAPSED=29761835
2020-01-06 17:37:59.960 5482-5831/? I/SamsungAlarmManager: setLocked to kernel - T:3 / 20200106T173800, SetElapsed=29761875, nowELAPSED=29761835
2020-01-06 17:37:59.961 5091-5108/? E/BufferQueueProducer: [com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity[6819]#0] disconnect: not connected (req=1)
2020-01-06 17:37:59.961 6819-7233/? W/libEGL: EGLNativeWindowType 0x7bbc434010 disconnect failed
2020-01-06 17:37:59.961 6819-7233/? D/OpenGLRenderer: eglDestroySurface = 0x7bc3873500, 0x7bbc434000
2020-01-06 17:37:59.961 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xd8aa8a00; 1714: CWebRTCMediaEngine::EndSession SessionId:78
2020-01-06 17:37:59.961 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xd8aa8a00; 1714: CWebRTCMediaEngine::EndSession SessionId:78 Deleting:
CMediaSession
m_pConnectionInfo
- M line index: 0
CAudioConnection
CMediaConnection
m_nChannelId: -1 -> 0
2020-01-06 17:37:59.961 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xd8aa8a00; 1714: CWebRTCMediaEngine::StopStatsTimer SessionId:78 : StatsTimer_78 has been stopped.
2020-01-06 17:37:59.962 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xdf657800; 1714: CWebRTCAudioEngine::EndSession SessionId:78 retain local resources=false, retain audio devices=false
2020-01-06 17:37:59.962 1611-1714/com.wistron.pushtotalk E/SCPAPI: ENG 0xdf657800; 1714: CWebRTCAudioEngine::EndSession SessionId:78 SetRTPKeepaliveStatus turned off., Line:1521
2020-01-06 17:37:59.962 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: SetRTPKeepaliveStatus
2020-01-06 17:37:59.962 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce2e00; 1714: WebRTCAudioChannel::End SessionId:78 ch:0 bRetainReservation= 0).
2020-01-06 17:37:59.962 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::DeRegisterRTPObserver()
2020-01-06 17:37:59.962 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce2e00; 1714: WebRTCAudioChannel::End SessionId:78 ch:0 going to StopSend
2020-01-06 17:37:59.962 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: DeRegisterRTPTransmitCallback
2020-01-06 17:37:59.963 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce2e00; 1714: WebRTCAudioChannel::End SessionId:78 ch:0 going to StopReceive
2020-01-06 17:37:59.963 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::StopSend()
2020-01-06 17:37:59.963 1611-1711/com.wistron.pushtotalk I/SCPAPI: RTP/RTCP 1 0; 1714: RTCPSender::SendRTCP AUDIO sips:501032@172.19.1.145 SSRC:0xab4b254a RR SDES BYE
2020-01-06 17:37:59.963 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce2e00; 1714: WebRTCAudioChannel::End SessionId:78 ch:0 going to DeleteSRTP
2020-01-06 17:37:59.963 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::StopReceiving()
2020-01-06 17:37:59.963 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule()
2020-01-06 17:37:59.963 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule ISAC (103/16000/1/32000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule L16 (107/8000/1/128000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule L16 (108/16000/1/256000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule L16 (109/32000/1/512000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule L16 (111/8000/2/128000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule L16 (112/16000/2/256000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule L16 (113/32000/2/512000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule PCMU (0/8000/1/64000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule PCMA (8/8000/1/64000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule PCMU (126/8000/2/64000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule PCMA (118/8000/2/64000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule G722 (9/16000/1/64000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule G722 (119/16000/2/64000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule G726-32 (110/8000/1/32000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule G729 (18/8000/1/8000) added to RTP/RTCP receiver
2020-01-06 17:37:59.964 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce2e00; 1714: WebRTCAudioChannel::DeleteSRTP SessionId:78 ch:0
2020-01-06 17:37:59.964 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce2e18; 1714: CRTPEncrypt::DeleteSRTP channel id = 0, this=0x0x7bbfce2e18
2020-01-06 17:37:59.965 1611-1714/com.wistron.pushtotalk E/SCPAPI: ENG 0xbfce2e18; 1714: CRTPEncrypt::DeleteSRTP Failed to get crypto block for channel 0, this=0x0x7bbfce2e18, Line:483
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule opus (116/48000/2/64000) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule CN (13/8000/1/0) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule CN (98/16000/1/0) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule CN (99/32000/1/0) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule telephone-event (106/8000/1/0) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule telephone-event (114/16000/1/0) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule telephone-event (115/32000/1/0) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk W/SCPAPI: RTP/RTCP 1 0; 1714: RegisterReceivePayload Audio changing PT:120 from [telephone-event 8000Hz 1ch] to telephone-event 48000Hz 1ch ]
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: RTP/RTCP 1 0; 1714: DeRegisterReceivePayload payloadType:120
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::RegisterReceiveCodecsToRTPModule telephone-event (120/48000/1/0) added to RTP/RTCP receiver
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk E/SCPAPI: AUDIO MXS 0 0; 1714: avaya::RecordMixer::RemoveSource() [ch:0] ch:0 not found in mixer, Line=123
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: Channel::DeRegisterExternalEncryption()
2020-01-06 17:37:59.965 1611-1711/com.wistron.pushtotalk W/SCPAPI: AUDIO 1 99; 1714: DeRegisterExternalEncryption() encryption already disabled, error = 8088
2020-01-06 17:37:59.965 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce2e00; 1714: WebRTCAudioChannel::End SessionId:78 ch:0 Reservation not retained. Deleting the channel. bActiveSessions: 0
2020-01-06 17:37:59.965 1611-1714/com.wistron.pushtotalk I/SCPAPI: ENG 0xbfce3158; 1714: CAudioMonitor::DeRegisterAudioStatisticsCallback
2020-01-06 17:37:59.966 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: DeRegisterTunnelObserver()
2020-01-06 17:37:59.966 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO 1 0; 1714: DeRegisterRTPTransmitCallback
2020-01-06 17:37:59.966 1611-1711/com.wistron.pushtotalk W/SCPAPI: AUDIO 1 99; 1714: Channel::DeRegisterRTPTransmitCallback callback already disabled, error = 8088
2020-01-06 17:37:59.966 1611-1711/com.wistron.pushtotalk I/SCPAPI: TRANSPORT 1 0; 1714: InitializeReceiveSockets(0x7bd918ea00) Closing down receive sockets
2020-01-06 17:37:59.966 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO -1; 1714: (audio_coding_module.cc:723): RegisterVADCallback()
2020-01-06 17:37:59.967 5482-5831/? V/WindowManager: Relayout Window{2227c52 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: viewVisibility=4 req=720x1480 {(0,0)(fillxfill) sim={adjust=nothing} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION fmt=TRANSPARENT wanim=0x10302ec
fl=LAYOUT_IN_SCREEN FULLSCREEN FORCE_NOT_FULLSCREEN LAYOUT_INSET_DECOR SHOW_WALLPAPER SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
pfl=FORCE_DRAW_STATUS_BAR_BACKGROUND
vsysui=LAYOUT_STABLE LAYOUT_HIDE_NAVIGATION LAYOUT_FULLSCREEN dimDuration=0 naviIconColor=0}
2020-01-06 17:37:59.969 5091-5108/? I/SurfaceFlinger: id=4682 Removed AppWindowToken{e04813b token=Token{482cbca ActivityRecord{61e7b35 u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}}#0 (1/54)
2020-01-06 17:37:59.970 5091-5091/? I/Layer: id=4682 onRemoved AppWindowToken{e04813b token=Token{482cbca ActivityRecord{61e7b35 u0 com.wistron.pushtotalk/.PTT_UI.UI.LockScreenHandleActivity t603}}}#0
2020-01-06 17:37:59.970 5091-5091/? I/Layer: id=4685 onRemoved 2b24bf7 com.wistron.pushtotalk/com.wistron.pushtotalk.PTT_UI.UI.LockScreenHandleActivity#0
2020-01-06 17:37:59.971 6819-6819/? D/ViewRootImpl@aafcbb2[LauncherActivity]: Relayout returned: old=[0,0][720,1480] new=[0,0][720,1480] result=0x5 surface={valid=false 0} changed=true
2020-01-06 17:37:59.971 5972-5972/? D/GLAnimatorManager: doFrame
2020-01-06 17:37:59.972 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:816, known:0, diff:816, cnt:15
2020-01-06 17:37:59.972 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC diff:256 = filtDelay:816 - knownDelay:560
2020-01-06 17:37:59.973 5482-5570/? I/WindowManager: reset, Reparenting to original parent, shouldDeferScheduleAnimation=false, destroyLeash=true, surface=Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41, parent=Surface(name=Task=2)/@0xa6fa5e6, parentNativeHandle=android.os.BinderProxy@2952cd9, caller=com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$0:94 com.android.server.wm.-$$Lambda$SurfaceAnimator$SIBia0mND666K8lMCPsoid8pUTI.run:4 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$1:101 com.android.server.wm.-$$Lambda$SurfaceAnimator$vdRZk66hQVbQCvVXEaQCT1kVmFc.onAnimationFinished:4 com.android.server.wm.LocalAnimationAdapter.lambda$startAnimation$0:65
2020-01-06 17:37:59.973 1611-1711/com.wistron.pushtotalk I/SCPAPI: AUDIO PRC 0 0; 3790: EstBufDelayExtended: AEC 0xd6c4c680 current:1184 = card:2400 - sys:1376 + rate:160 - resamp:0 + far-end:0, filt:834, known:560, diff:274, cnt:16
2020-01-06 17:37:59.973 5482-5570/? D/SurfaceControl: reparent is called, sc=Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41, newParentHandle=android.os.BinderProxy@2952cd9, transaction=android.view.SurfaceControl$Transaction@cff7dd4
2020-01-06 17:37:59.973 5482-5570/? D/SurfaceControl: destroy(transaction), animation-leash is destroyed, sc=Surface(name=Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41 - animation-leash)/@0x10e45df, transaction=android.view.SurfaceControl$Transaction@cff7dd4, caller=com.android.server.wm.SurfaceAnimator.reset:335 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$0:94 com.android.server.wm.-$$Lambda$SurfaceAnimator$SIBia0mND666K8lMCPsoid8pUTI.run:4 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$1:101 com.android.server.wm.-$$Lambda$SurfaceAnimator$vdRZk66hQVbQCvVXEaQCT1kVmFc.onAnimationFinished:4 com.android.server.wm.LocalAnimationAdapter.lambda$startAnimation$0:65 com.android.server.wm.-$$Lambda$LocalAnimationAdapter$X--EomqUvw4qy89IeeTFTH7aCMo.run:4
2020-01-06 17:37:59.973 5482-5570/? V/WindowManager: Setting visibility of Window{44d64ec u0 com.samsung.android.app.spage}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:623 com.android.server.wm.WindowState.sendAppVisibilityToClients:3681 com.android.server.wm.WindowContainer.sendAppVisibilityToClients:623 com.android.server.wm.AppWindowToken.setClientHidden:460 com.android.server.wm.AppWindowToken.onAnimationFinished:2388
2020-01-06 17:37:59.973 5482-5570/? V/WindowManager: Setting visibility of Window{2227c52 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity EXITING}: false, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:623 com.android.server.wm.AppWindowToken.setClientHidden:460 com.android.server.wm.AppWindowToken.onAnimationFinished:2388 com.android.server.wm.-$$Lambda$yVRF8YoeNdTa8GR1wDStVsHu8xM.run:2 com.android.server.wm.SurfaceAnimator.lambda$getFinishedCallback$0:97
2020-01-06 17:37:59.974 5482-5570/? E/WindowManager: win=Window{44d64ec u0 com.samsung.android.app.spage} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=false win.mRemoveOnExit=false win.mViewVisibility=8 caller=com.android.server.wm.WindowState.destroySurface:3767 com.android.server.wm.AppWindowToken.destroySurfaces:870 com.android.server.wm.AppWindowToken.destroySurfaces:851 com.android.server.wm.WindowState.onExitAnimationDone:5399 com.android.server.wm.WindowState.onExitAnimationDone:5346 com.android.server.wm.-$$Lambda$01bPtngJg5AqEoOWfW3rWfV7MH4.accept:2 java.util.ArrayList.forEach:1262
2020-01-06 17:37:59.974 5972-19474/? D/WallpaperService: dispatchAppVisibility onVisibilityChanged(): false
2020-01-06 17:37:59.974 5482-5831/? E/WindowManager: win=Window{2227c52 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false win.mViewVisibility=4 caller=com.android.server.wm.AppWindowToken.destroySurfaces:870 com.android.server.wm.AppWindowToken.destroySurfaces:851 com.android.server.wm.AppWindowToken.notifyAppStopped:906 com.android.server.wm.AppWindowContainerController.notifyAppStopped:862 com.android.server.am.ActivityRecord.activityStoppedLocked:2200 com.android.server.am.ActivityManagerService.activityStopped:10498 android.app.IActivityManager$Stub.onTransact$activityStopped$:11001
2020-01-06 17:37:59.974 6819-6819/? D/ViewRootImpl@aafcbb2[LauncherActivity]: Surface release. android.view.ViewRootImpl$ViewRootHandler.handleMessage:4825 android.os.Handler.dispatchMessage:106
2020-01-06 17:37:59.975 5482-5831/? I/WindowManager: Destroying surface Surface(name=com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity[6819])/@0x9c01199 called by com.android.server.wm.WindowStateAnimator.destroySurface:1880 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:838 com.android.server.wm.WindowState.destroySurfaceUnchecked:3809 com.android.server.wm.WindowState.destroySurface:3790 com.android.server.wm.AppWindowToken.destroySurfaces:870 com.android.server.wm.AppWindowToken.destroySurfaces:851 com.android.server.wm.AppWindowToken.notifyAppStopped:906 com.android.server.wm.AppWindowContainerController.notifyAppStopped:862
2020-01-06 17:37:59.975 5091-6403/? I/SurfaceFlinger: id=4677 Removed com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity[6819]#0 (0/53)
2020-01-06 17:37:59.975 5482-5482/? D/FreeformController: Fail to invalid task id : -1
2020-01-06 17:37:59.976 6084-19974/? D/ForegroundUtils: could not check pending caller
2020-01-06 17:37:59.976 5482-5500/? D/CodecSolution: isMaxAspectPackageEx: com.wistron.pushtotalk : true(2)
2020-01-06 17:37:59.977 5482-5570/? D/WindowManager: prepareSurfaces, request to clear saved leash, surface=Surface(name=AppWindowToken{c93871 token=Token{a53a618 ActivityRecord{ee55b8a u0 com.sec.android.app.launcher/.activities.LauncherActivity t2}}})/@0xf043c41
2020-01-06 17:37:59.977 5091-6403/? E/BufferQueueProducer: [com.android.systemui.infinity.InfinityWallpaperOrchid[
Alex999
Joined: Nov 4, 2019
Messages: 16
Offline
We got a CALL_ENDED_LOCALLY endcallreason.
Pallavi_M
Joined: Dec 25, 2017
Messages: 105
Offline
Thanks for posting your query!

can you please capture logs with log level set as Debug i.e. verbose logging enabled?

Also can you please attach SM trace captured using traceSM ?


Also if you disable auto-answer, do you see the issue?

Thanks,
Avaya DevConnect support team
Alex999
Joined: Nov 4, 2019
Messages: 16
Offline
Thanks for the reply. It seems latency of android onDestroyView() is the root cause of the end of the call connection.
Pallavi_M
Joined: Dec 25, 2017
Messages: 105
Offline
Hi Alex,

Is it that this is your App issue then? Can you please clarify?

Thanks,
Avaya DevConnect support team
Pallavi_M
Joined: Dec 25, 2017
Messages: 105
Offline
Hi Alex,

Can you please clarify if this was issue with your App for closure ?


Thanks,
Avaya DevConnect support team
Go to:   
Mobile view