cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1788
Views
0
Helpful
3
Replies

Android CSDK sample app sometimes exits unexpctedly when ending a call just after dialing out

william016
Level 1
Level 1

Steps

   1. Start the Android CSDK sample app and connects to REM server

   2. Input a number and make a call (In the below log, it is 50008, a Dx80 registering on UCM)

   3. Press END call button (The red one) quick after making the call

Result:

   sometimes the app exits unexpectedly

Expect:

   The app should not exit.

The client log as below, seems related to libjingle_peerconnection_so.

Please check the timestamp: 12-05 23:35:48.520

The client log from Android Studio Device Monitor:

=======================================================

12-05 23:35:45.340: D/DialerFragment(1816): make call clicked: sip:50008@192.168.41.241, video=false

12-05 23:35:45.348: I/ActivityManager(372): START u0 {cmp=com.alicecallsbob.csdk.android.sample/.InCallActivity (has extras)} from pid 1816

12-05 23:35:45.473: D/dalvikvm(372): GC_FOR_ALLOC freed 1093K, 15% free 17671K/20744K, paused 83ms, total 83ms

12-05 23:35:45.551: D/dalvikvm(372): GC_FOR_ALLOC freed 781K, 15% free 17633K/20744K, paused 62ms, total 62ms

12-05 23:35:45.567: V/DialerFragment(1816): onPause

12-05 23:35:45.567: D/Main(1816): onPause

12-05 23:35:45.575: D/InCallActivity(1816): onCreate() null

12-05 23:35:45.583: D/InCallActivity(1816): onCreate() - using front camera

12-05 23:35:45.583: D/InCallActivity(1816): outgoing:true, address:sip:50008@192.168.41.241, video:false

12-05 23:35:45.684: D/dalvikvm(1816): GC_FOR_ALLOC freed 116K, 2% free 10455K/10608K, paused 25ms, total 25ms

12-05 23:35:45.723: E/audio_hw_primary(127): Entering IN_CALL state, in_call=0

12-05 23:35:45.786: E/audio_hw_primary(127): Opening modem PCMs

12-05 23:35:46.036: V/InCallActivity(1816): hiding the video view, the call is audio only

12-05 23:35:46.059: D/InCallActivity(1816): onResume

12-05 23:35:46.059: D/InCallActivity(1816): populateViews

12-05 23:35:46.059: D/InCallActivity(1816): setupCallThumbnails

12-05 23:35:46.059: D/InCallActivity CreateOutgoingCallTask ***(1816): Setting preview and video view for call null

12-05 23:35:46.059: V/InCallActivity(1816): Initiate an outgoing call

12-05 23:35:46.059: I/PhoneImpl(1816): Adopting Trickle ICE call strategy.

12-05 23:35:46.059: D/PhoneImpl(1816): createCall Trickle ICE

12-05 23:35:46.059: D/PhoneImpl(1816): create a new Call object cm = com.alicecallsbob.fcsdk.android.phone.impl.PhoneImpl@4229e318

12-05 23:35:46.059: D/PeerConnectionClient(1816): Constructor

12-05 23:35:46.067: D/dalvikvm(1816): Trying to load lib /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so 0x422514b0

12-05 23:35:46.075: D/dalvikvm(1816): Added shared lib /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so 0x422514b0

12-05 23:35:46.122: D/WEBRTC(1816): VideoCaptureDeviceInfoAndroid

12-05 23:35:46.122: D/WEBRTC(1816): Camera 0, Facing back, Orientation 90

12-05 23:35:46.122: I/AwesomePlayer(127): setDataSource_l(URL suppressed)

12-05 23:35:46.176: I/AwesomePlayer(127): setDataSource_l(URL suppressed)

12-05 23:35:46.208: I/CameraClient(127): Opening camera 0

12-05 23:35:46.208: I/CameraHAL(127): camera_device open

12-05 23:35:46.270: I/ActivityManager(372): Displayed com.alicecallsbob.csdk.android.sample/.InCallActivity: +702ms

12-05 23:35:46.356: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 1920, height: 1080

12-05 23:35:46.356: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 1280, height: 720

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 960, height: 720

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 800, height: 480

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 720, height: 576

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 720, height: 480

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 768, height: 576

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 640, height: 480

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 320, height: 240

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 352, height: 288

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 240, height: 160

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 176, height: 144

12-05 23:35:46.364: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 128, height: 96

12-05 23:35:46.372: I/CameraClient(127): Destroying camera 0

12-05 23:35:46.372: D/WEBRTC(1816): Camera 1, Facing front, Orientation 270

12-05 23:35:46.379: W/AudioFlinger(127): session id 27 not found for pid 127

12-05 23:35:46.379: W/AudioFlinger(127): session id 28 not found for pid 127

12-05 23:35:46.379: I/AwesomePlayer(127): setDataSource_l(URL suppressed)

12-05 23:35:46.419: I/AwesomePlayer(127): setDataSource_l(URL suppressed)

12-05 23:35:46.458: I/CameraClient(127): Opening camera 1

12-05 23:35:46.458: I/CameraHAL(127): camera_device open

12-05 23:35:46.473: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 1280, height: 720

12-05 23:35:46.473: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 960, height: 720

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 800, height: 480

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 720, height: 576

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 720, height: 480

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 768, height: 576

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 640, height: 480

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 320, height: 240

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 352, height: 288

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 240, height: 160

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 176, height: 144

12-05 23:35:46.481: V/WEBRTC(1816): VideoCaptureDeviceInfo , maxFPS: 30, width: 128, height: 96

12-05 23:35:46.481: I/CameraClient(127): Destroying camera 1

12-05 23:35:46.489: W/AudioFlinger(127): session id 29 not found for pid 127

12-05 23:35:46.489: D/*WEBRTCN*(1816): SetRenderAndroidVM

12-05 23:35:46.489: D/WEBRTC(1816): JNI:SetAndroidAudioDeviceObjects

12-05 23:35:46.489: W/AudioFlinger(127): session id 30 not found for pid 127

12-05 23:35:46.559: D/PeerConnectionClient(1816): PeerConnectionFactory creation success

12-05 23:35:46.559: D/PhoneImpl(1816): create a new Call object com.alicecallsbob.fcsdk.android.phone.impl.CallImpl@422e46a8 - 1

12-05 23:35:46.559: D/PhoneImpl(1816): connectCall

12-05 23:35:46.559: D/ServerMessageTransport(1816): sendServerMessage

12-05 23:35:46.559: D/ServerMessageTransport(1816): Send: {"callId":"CL-537d1153-43bb-479d-b53c-3f715b76201c","type":"CONNECT","remoteAddress":"sip:50008@192.168.41.241"}

12-05 23:35:46.559: D/ServerMessageTransport(1816): sendTextMessage

12-05 23:35:46.559: D/HybiParser(1816): Creating frame for: {"callId":"CL-537d1153-43bb-479d-b53c-3f715b76201c","type":"CONNECT","remoteAddress":"sip:50008@192.168.41.241"} op: 1 err: -1

12-05 23:35:46.567: D/InCallActivity(1816): populateViews

12-05 23:35:46.567: D/PhoneImpl(1816): Waiting for call configuration...

12-05 23:35:46.567: D/InCallActivity(1816): setupCallThumbnails

12-05 23:35:46.567: D/InCallActivity(1816): CreateOutgoingCallTaskVideo::onPostExecute() - Video Surface has not been assigned to call yet - doing it now.

12-05 23:35:46.567: D/InCallManager(1816): assignVideoSurfaceToCall() - activeCalls.size=1 surface index=-1

12-05 23:35:46.567: D/InCallManager(1816): assignVideoSurfaceToCall() - Cannot set video view as no active calls established yet

12-05 23:35:46.567: D/InCallActivity(1816): populateViews

12-05 23:35:46.567: D/InCallActivity(1816): setupCallThumbnails

12-05 23:35:46.598: D/ServerMessageTransport(1816): Received: [{"type":"CALL_CONFIG","callId":"CL-537d1153-43bb-479d-b53c-3f715b76201c","iceServers":[]}]

12-05 23:35:46.598: W/CallConfigMessageHandler(1816): TURN servers specified in CALL_CONFIG 0

12-05 23:35:46.598: D/PhoneImpl(1816): handleCallConfig CL-537d1153-43bb-479d-b53c-3f715b76201c []

12-05 23:35:46.653: V/DialerFragment(1816): Save Instance State

12-05 23:35:46.653: D/Main(1816): Save Instance State

12-05 23:35:46.653: V/User(1816): save state

12-05 23:35:46.653: D/Main(1816): onStop

12-05 23:35:46.817: D/PeerConnectionClient(1816): createPeerConnection []

12-05 23:35:46.817: D/dalvikvm(1816): Trying to load lib /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so 0x422514b0

12-05 23:35:46.817: D/dalvikvm(1816): Shared lib '/data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so' already loaded in same CL 0x422514b0

12-05 23:35:47.747: D/CallImpl(1816): end

12-05 23:35:47.754: D/PhoneImpl(1816): endCall com.alicecallsbob.fcsdk.android.phone.impl.CallImpl@422e46a8

12-05 23:35:47.754: D/ServerMessageTransport(1816): sendServerMessage

12-05 23:35:47.754: D/ServerMessageTransport(1816): Send: {"callId":"CL-537d1153-43bb-479d-b53c-3f715b76201c","type":"END"}

12-05 23:35:47.754: D/ServerMessageTransport(1816): sendTextMessage

12-05 23:35:47.754: D/HybiParser(1816): Creating frame for: {"callId":"CL-537d1153-43bb-479d-b53c-3f715b76201c","type":"END"} op: 1 err: -1

12-05 23:35:47.754: D/PeerConnectionClient(1816): closePeerConnection

12-05 23:35:48.403: V/PeerConnectionClient(1816): onIceConnectionChange: CLOSED

12-05 23:35:48.403: D/PeerConnectionClient(1816): onIceGatheringChange: COMPLETE

12-05 23:35:48.403: V/PeerConnectionClient(1816): onSignalingState: CLOSED

12-05 23:35:48.403: A/libc(1816): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1816 (.android.sample)

12-05 23:35:48.403: E/PeerConnectionClient(1816): Adding local media stream to peer connection failed

12-05 23:35:48.403: D/CallImpl(1816): setup

12-05 23:35:48.403: E/CallImpl(1816): Call setup failed: media has not been authorized yet

12-05 23:35:48.520: I/DEBUG(122): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

12-05 23:35:48.520: I/DEBUG(122): Build fingerprint: 'google/takju/maguro:4.3/JWR66Y/776638:user/release-keys'

12-05 23:35:48.520: I/DEBUG(122): Revision: '9'

12-05 23:35:48.520: I/DEBUG(122): pid: 1816, tid: 1816, name: .android.sample  >>> com.alicecallsbob.csdk.android.sample <<<

12-05 23:35:48.520: I/DEBUG(122): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad

12-05 23:35:48.770: I/DEBUG(122):     r0 00000027  r1 415a3f50  r2 00000000  r3 deadbaad

12-05 23:35:48.770: I/DEBUG(122):     r4 00000000  r5 bed223fc  r6 60bc0020  r7 57b80ce4

12-05 23:35:48.770: I/DEBUG(122):     r8 bed225b0  r9 57b80cdc  sl 418821d0  fp bed225c4

12-05 23:35:48.770: I/DEBUG(122):     ip 00000001  sp bed223f8  lr 40162f93  pc 401604e8  cpsr 600d0030

12-05 23:35:48.770: I/DEBUG(122):     d0  000000006176614a  d1  0000000000000000

12-05 23:35:48.770: I/DEBUG(122):     d2  0000000000000000  d3  0000000000000000

12-05 23:35:48.770: I/DEBUG(122):     d4  4042800000000000  d5  3032363762353137

12-05 23:35:48.770: I/DEBUG(122):     d6  707974222c226331  d7  22444e45223a2265

12-05 23:35:48.770: I/DEBUG(122):     d8  0000000000000000  d9  0000000042d80000

12-05 23:35:48.770: I/DEBUG(122):     d10 0000000000000000  d11 0000000000000000

12-05 23:35:48.770: I/DEBUG(122):     d12 0000000000000000  d13 0000000000000000

12-05 23:35:48.770: I/DEBUG(122):     d14 0000000000000000  d15 0000000000000000

12-05 23:35:48.770: I/DEBUG(122):     d16 00000089fa0d1ac8  d17 ffffffffffb3b4c0

12-05 23:35:48.770: I/DEBUG(122):     d18 0000000000000000  d19 3ff0000000000000

12-05 23:35:48.770: I/DEBUG(122):     d20 0000000000000000  d21 4049000000000000

12-05 23:35:48.770: I/DEBUG(122):     d22 0000000000000000  d23 3ff0000000000000

12-05 23:35:48.770: I/DEBUG(122):     d24 4049000000000000  d25 3ff0000000000000

12-05 23:35:48.770: I/DEBUG(122):     d26 0000000000000000  d27 0000000000000000

12-05 23:35:48.770: I/DEBUG(122):     d28 0000000000000000  d29 3ff0000000000000

12-05 23:35:48.770: I/DEBUG(122):     d30 3ff0000000000000  d31 0000000000000000

12-05 23:35:48.770: I/DEBUG(122):     scr 20000097

12-05 23:35:48.786: I/DEBUG(122): backtrace:

12-05 23:35:48.786: I/DEBUG(122):     #00  pc 0001e4e8  /system/lib/libc.so

12-05 23:35:48.786: I/DEBUG(122):     #01  pc 0001c510  /system/lib/libc.so (abort+4)

12-05 23:35:48.786: I/DEBUG(122):     #02  pc 0003403b  /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so (Java_org_webrtc_PeerConnection_freePeerConnection+190)

12-05 23:35:48.786: I/DEBUG(122):     #03  pc 0001dc4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)

12-05 23:35:48.786: I/DEBUG(122):     #04  pc 0004decf  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

12-05 23:35:48.786: I/DEBUG(122):     #05  pc 0004f8bd  /system/lib/libdvm.so (dvmResolveNativeMethod(unsigned int const*, JValue*, Method const*, Thread*)+184)

12-05 23:35:48.786: I/DEBUG(122):     #06  pc 00027060  /system/lib/libdvm.so

12-05 23:35:48.786: I/DEBUG(122):     #07  pc 0002b5ec  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

12-05 23:35:48.786: I/DEBUG(122):     #08  pc 000601df  /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+350)

12-05 23:35:48.786: I/DEBUG(122):     #09  pc 00067ddf  /system/lib/libdvm.so

12-05 23:35:48.786: I/DEBUG(122):     #10  pc 00027060  /system/lib/libdvm.so

12-05 23:35:48.786: I/DEBUG(122):     #11  pc 0002b5ec  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

12-05 23:35:48.786: I/DEBUG(122):     #12  pc 0005ff21  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)

12-05 23:35:48.786: I/DEBUG(122):     #13  pc 00049b67  /system/lib/libdvm.so

12-05 23:35:48.786: I/DEBUG(122):     #14  pc 0004b697  /system/lib/libandroid_runtime.so

12-05 23:35:48.786: I/DEBUG(122):     #15  pc 0004c327  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+378)

12-05 23:35:48.794: I/DEBUG(122):     #16  pc 0000105b  /system/bin/app_process

12-05 23:35:48.794: I/DEBUG(122):     #17  pc 0000db4f  /system/lib/libc.so (__libc_init+50)

12-05 23:35:48.794: I/DEBUG(122):     #18  pc 00000d7c  /system/bin/app_process

12-05 23:35:48.794: I/DEBUG(122): stack:

12-05 23:35:48.794: I/DEBUG(122):          bed223b8  57b4feb0 

12-05 23:35:48.794: I/DEBUG(122):          bed223bc  bed2237c  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed223c0  4018a170  /system/lib/libc.so

12-05 23:35:48.794: I/DEBUG(122):          bed223c4  415a3f50 

12-05 23:35:48.794: I/DEBUG(122):          bed223c8  00000015 

12-05 23:35:48.794: I/DEBUG(122):          bed223cc  40161f75  /system/lib/libc.so (__sflush+56)

12-05 23:35:48.794: I/DEBUG(122):          bed223d0  4018a220  /system/lib/libc.so

12-05 23:35:48.794: I/DEBUG(122):          bed223d4  4018d39c 

12-05 23:35:48.794: I/DEBUG(122):          bed223d8  00000000 

12-05 23:35:48.794: I/DEBUG(122):          bed223dc  40162f93  /system/lib/libc.so (_fwalk+34)

12-05 23:35:48.794: I/DEBUG(122):          bed223e0  4016223d  /system/lib/libc.so (_cleanup)

12-05 23:35:48.794: I/DEBUG(122):          bed223e4  bed223fc  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed223e8  60bc0020  /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so

12-05 23:35:48.794: I/DEBUG(122):          bed223ec  57b80ce4 

12-05 23:35:48.794: I/DEBUG(122):          bed223f0  df0027ad 

12-05 23:35:48.794: I/DEBUG(122):          bed223f4  00000000 

12-05 23:35:48.794: I/DEBUG(122):     #00  bed223f8  bed2244c  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed223fc  fffffbdf 

12-05 23:35:48.794: I/DEBUG(122):          bed22400  bed22424  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed22404  bed22428  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed22408  bed2242c  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed2240c  bed224bc  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed22410  bed224bc  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed22414  57b519f8 

12-05 23:35:48.794: I/DEBUG(122):          bed22418  00000001 

12-05 23:35:48.794: I/DEBUG(122):          bed2241c  4015e514  /system/lib/libc.so (__pthread_clone)

12-05 23:35:48.794: I/DEBUG(122):     #01  bed22420  00000005 

12-05 23:35:48.794: I/DEBUG(122):          bed22424  6089b03f  /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so (Java_org_webrtc_PeerConnection_freePeerConnection+194)

12-05 23:35:48.794: I/DEBUG(122):     #02  bed22428  bed224bc  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed2242c  bed224bc  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed22430  bed224bc  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed22434  bed224b4  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed22438  bed224b4  [stack]

12-05 23:35:48.794: I/DEBUG(122):          bed2243c  608a5607  /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so

12-05 23:35:48.794: I/DEBUG(122):          bed22440  bed224b4  [stack]

12-05 23:35:48.801: I/DEBUG(122):          bed22444  608a5647  /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so

12-05 23:35:48.801: I/DEBUG(122):          bed22448  bed224b0  [stack]

12-05 23:35:48.801: I/DEBUG(122):          bed2244c  608c8dcf  /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so

12-05 23:35:48.801: I/DEBUG(122):          bed22450  00000000 

12-05 23:35:48.801: I/DEBUG(122):          bed22454  bed224b0  [stack]

12-05 23:35:48.801: I/DEBUG(122):          bed22458  bed22504  [stack]

12-05 23:35:48.801: I/DEBUG(122):          bed2245c  59372fd0 

12-05 23:35:48.801: I/DEBUG(122):          bed22460  57a4d000 

12-05 23:35:48.801: I/DEBUG(122):          bed22464  608cf39d  /data/app-lib/com.alicecallsbob.csdk.android.sample-1/libjingle_peerconnection_so.so

12-05 23:35:48.801: I/DEBUG(122):          ........  ........

12-05 23:35:48.809: I/DEBUG(122): memory near r1:

12-05 23:35:48.809: I/DEBUG(122):     415a3f30 00000001 0000128e 00002fa8 00001f40 

12-05 23:35:48.809: I/DEBUG(122):     415a3f40 00001f40 00000001 00000001 0000100b 

12-05 23:35:48.817: I/DEBUG(122):     415a3f50 6d206e49 69616d67 4e4a206e 6e4f5f49 

12-05 23:35:48.817: I/DEBUG(122):     415a3f60 64616f4c 0000000a 6d202230 61537861 

12-05 23:35:48.817: I/DEBUG(122):     415a3f70 656c706d 65746152 3834223d 22303030 

12-05 23:35:48.817: I/DEBUG(122):     415a3f80 2020200a 20202020 6e696d20 6e616843 

12-05 23:35:48.817: I/DEBUG(122):     415a3f90 736c656e 2231223d 78616d20 6e616843 

12-05 23:35:48.817: I/DEBUG(122):     415a3fa0 736c656e 2231223d 0a3e2f20 2020200a 

12-05 23:35:48.817: I/DEBUG(122):     415a3fb0 75413c20 456f6964 646f636e 61437265 

12-05 23:35:48.817: I/DEBUG(122):     415a3fc0 616e2070 223d656d 65636161 2022646c 

12-05 23:35:48.817: I/DEBUG(122):     415a3fd0 62616e65 3d64656c 75727422 200a2265 

12-05 23:35:48.817: I/DEBUG(122):     415a3fe0 20202020 6d202020 69426e69 74615274 

12-05 23:35:48.817: I/DEBUG(122):     415a3ff0 31223d65 30303036 616d2022 74694278 

12-05 23:35:48.817: I/DEBUG(122):     415a4000 65746152 3931223d 30303032 20200a22 

12-05 23:35:48.817: I/DEBUG(122):     415a4010 20202020 696d2020 6d61536e 52656c70 

12-05 23:35:48.817: I/DEBUG(122):     415a4020 3d657461 30363122 20223030 5378616d 

12-05 23:35:48.817: I/DEBUG(122): memory near r5:

12-05 23:35:48.817: I/DEBUG(122):     bed223dc 40162f93 4016223d bed223fc 60bc0020 

12-05 23:35:48.817: I/DEBUG(122):     bed223ec 57b80ce4 df0027ad 00000000 bed2244c 

12-05 23:35:48.817: I/DEBUG(122):     bed223fc fffffbdf bed22424 bed22428 bed2242c 

12-05 23:35:48.817: I/DEBUG(122):     bed2240c bed224bc bed224bc 57b519f8 00000001 

12-05 23:35:48.817: I/DEBUG(122):     bed2241c 4015e514 00000005 6089b03f bed224bc 

12-05 23:35:48.817: I/DEBUG(122):     bed2242c bed224bc bed224bc bed224b4 bed224b4 

12-05 23:35:48.817: I/DEBUG(122):     bed2243c 608a5607 bed224b4 608a5647 bed224b0 

12-05 23:35:48.817: I/DEBUG(122):     bed2244c 608c8dcf 00000000 bed224b0 bed22504 

12-05 23:35:48.817: I/DEBUG(122):     bed2245c 59372fd0 57a4d000 608cf39d bed224b0 

12-05 23:35:48.817: I/DEBUG(122):     bed2246c bed224b0 59372fd0 608cf853 00000001 

12-05 23:35:48.817: I/DEBUG(122):     bed2247c 608cf9b7 01000045 00000020 bed2256c 

12-05 23:35:48.817: I/DEBUG(122):     bed2248c 59370f80 57a4cea4 00000000 59370f80 

12-05 23:35:48.817: I/DEBUG(122):     bed2249c 57a4cea4 ffffffff 608c8d31 00000000 

12-05 23:35:48.817: I/DEBUG(122):     bed224ac bed22483 60baf9d8 59370fd0 59370fb4 

12-05 23:35:48.817: I/DEBUG(122):     bed224bc bed224bc bed224bc 59370fd4 00000000 

12-05 23:35:48.817: I/DEBUG(122):     bed224cc 59370f80 59370fd4 00000000 59370fd4 

12-05 23:35:48.817: I/DEBUG(122): memory near r6:

12-05 23:35:48.817: I/DEBUG(122):     60bc0000 00000000 60bc0008 60bc0004 00000000 

12-05 23:35:48.817: I/DEBUG(122):     60bc0010 00000000 00000000 00000000 00000000 

12-05 23:35:48.817: I/DEBUG(122):     60bc0020 00000005 00000005 00000003 60b29af8 

12-05 23:35:48.817: I/DEBUG(122):     60bc0030 60b2e1cc 60b34153 60b2d9c0 60b34dce 

12-05 23:35:48.817: I/DEBUG(122):     60bc0040 60b2cf43 60b3587a 60b29f32 60b2f5ad 

12-05 23:35:48.817: I/DEBUG(122):     60bc0050 60b2b48a 60b3511e 60b33d1d 60b27ee5 

12-05 23:35:48.817: I/DEBUG(122):     60bc0060 60b2a568 60b2ed23 60b2f166 60b34a29 

12-05 23:35:48.817: I/DEBUG(122):     60bc0070 60b2e5e8 60b37775 60b334f2 60b27a85 

12-05 23:35:48.817: I/DEBUG(122):     60bc0080 60b2fe2c 60b32774 60b2bf7b 60b2ccbd 

12-05 23:35:48.817: I/DEBUG(122):     60bc0090 60b35dc4 60b32ef4 60b2772d 60b33188 

12-05 23:35:48.825: I/DEBUG(122):     60bc00a0 60b2e9a3 60b3209e 60b2d293 60b31751 

12-05 23:35:48.825: I/DEBUG(122):     60bc00b0 60b2c29f 60b28bce 60b2973a 60b313ee 

12-05 23:35:48.825: I/DEBUG(122):     60bc00c0 60b3085f 60b2a7f5 60b2bd1d 60b2dde2 

12-05 23:35:48.825: I/DEBUG(122):     60bc00d0 60b32c09 60b3697e 60b35499 60b36d91 

12-05 23:35:48.825: I/DEBUG(122):     60bc00e0 60b30c63 60b291d3 60b2afdc 60b2c80f 

12-05 23:35:48.825: I/DEBUG(122):     60bc00f0 60b31cbd 60b27348 60b2d695 60b32350 

12-05 23:35:48.825: I/DEBUG(122): memory near r7:

12-05 23:35:48.825: I/DEBUG(122):     57b80cc4 57b80cf8 57b80cf8 5e779296 580273b8 

12-05 23:35:48.825: I/DEBUG(122):     57b80cd4 00000007 00000000 57b519f8 00000000 

12-05 23:35:48.825: I/DEBUG(122):     57b80ce4 57b80d20 5e7a518e 58027628 5e779296 

12-05 23:35:48.825: I/DEBUG(122):     57b80cf4 00000000 57b519f8 00000000 00000000 

12-05 23:35:48.825: I/DEBUG(122):     57b80d04 4229e318 42414170 57b80d4c 5e7da898 

12-05 23:35:48.825: I/DEBUG(122):     57b80d14 580226d8 5e7a518e 00000000 00000000 

12-05 23:35:48.825: I/DEBUG(122):     57b80d24 00000000 42414170 423150f8 00000000 

12-05 23:35:48.825: I/DEBUG(122):     57b80d34 42315210 57b80d70 5e7dbaba 58013da0 

12-05 23:35:48.825: I/DEBUG(122):     57b80d44 5e7da898 00000000 42315210 422df120 

12-05 23:35:48.825: I/DEBUG(122):     57b80d54 4229e318 422e46a8 57b80d98 5e7c83a6 

12-05 23:35:48.825: I/DEBUG(122):     57b80d64 580145f8 5e7dbaba 00000000 42415190 

12-05 23:35:48.825: I/DEBUG(122):     57b80d74 42415150 42414e80 4229e318 422e46a8 

12-05 23:35:48.825: I/DEBUG(122):     57b80d84 57b80db8 5e7a0450 58020e18 5e7c83a6 

12-05 23:35:48.825: I/DEBUG(122):     57b80d94 00000000 4229e318 419fb780 422e46a8 

12-05 23:35:48.825: I/DEBUG(122):     57b80da4 57b80de4 5e74beac 5801e108 5e7a0450 

12-05 23:35:48.825: I/DEBUG(122):     57b80db4 00000000 422e46a8 00000000 4229f6d0 

12-05 23:35:48.825: I/DEBUG(122): memory near r8:

12-05 23:35:48.825: I/DEBUG(122):     bed22590 42415cc0 401639d7 424139f0 307dca61 

12-05 23:35:48.825: I/DEBUG(122):     bed225a0 580273b8 418821c0 00000000 40918c50 

12-05 23:35:48.825: I/DEBUG(122):     bed225b0 57b80cdc 00000001 00000008 424139f0 

12-05 23:35:48.825: I/DEBUG(122):     bed225c0 42415cc0 40948ed3 57b80cdc 5e841e7b 

12-05 23:35:48.825: I/DEBUG(122):     bed225d0 6089af7d 418821d0 59c03a49 59c039b0 

12-05 23:35:48.825: I/DEBUG(122):     bed225e0 ceb0001d 00000000 57b4feb0 4018d1f4 

12-05 23:35:48.825: I/DEBUG(122):     bed225f0 6089af7d 40152a13 4018a000 59c03a18 

12-05 23:35:48.825: I/DEBUG(122):     bed22600 00000000 57b4feb0 00000000 4014f9c1 

12-05 23:35:48.825: I/DEBUG(122):     bed22610 4002da48 4094ab03 409a4c88 00000013 

12-05 23:35:48.825: I/DEBUG(122):     bed22620 4188252c 42415e68 00000008 418821c0 

12-05 23:35:48.825: I/DEBUG(122):     bed22630 bed226b4 57d2a214 00000001 41999cf0 

12-05 23:35:48.825: I/DEBUG(122):     bed22640 00000004 00000003 57d2a200 5e84fac3 

12-05 23:35:48.825: I/DEBUG(122):     bed22650 bed226bc 580273cc 00000001 424139f0 

12-05 23:35:48.825: I/DEBUG(122):     bed22660 00000003 00000001 580273b8 5e856427 

12-05 23:35:48.825: I/DEBUG(122):     bed22670 bed226bc 00000038 00000001 4096642b 

12-05 23:35:48.825: I/DEBUG(122):     bed22680 5e856427 5e6ebb1c 424139f0 5e856427 

12-05 23:35:48.825: I/DEBUG(122): memory near r9:

12-05 23:35:48.825: I/DEBUG(122):     57b80cbc 42416cd0 42414198 57b80cf8 57b80cf8 

12-05 23:35:48.825: I/DEBUG(122):     57b80ccc 5e779296 580273b8 00000007 00000000 

12-05 23:35:48.825: I/DEBUG(122):     57b80cdc 57b519f8 00000000 57b80d20 5e7a518e 

12-05 23:35:48.825: I/DEBUG(122):     57b80cec 58027628 5e779296 00000000 57b519f8 

12-05 23:35:48.825: I/DEBUG(122):     57b80cfc 00000000 00000000 4229e318 42414170 

12-05 23:35:48.825: I/DEBUG(122):     57b80d0c 57b80d4c 5e7da898 580226d8 5e7a518e 

12-05 23:35:48.825: I/DEBUG(122):     57b80d1c 00000000 00000000 00000000 42414170 

12-05 23:35:48.825: I/DEBUG(122):     57b80d2c 423150f8 00000000 42315210 57b80d70 

12-05 23:35:48.825: I/DEBUG(122):     57b80d3c 5e7dbaba 58013da0 5e7da898 00000000 

12-05 23:35:48.825: I/DEBUG(122):     57b80d4c 42315210 422df120 4229e318 422e46a8 

12-05 23:35:48.825: I/DEBUG(122):     57b80d5c 57b80d98 5e7c83a6 580145f8 5e7dbaba 

12-05 23:35:48.825: I/DEBUG(122):     57b80d6c 00000000 42415190 42415150 42414e80 

12-05 23:35:48.825: I/DEBUG(122):     57b80d7c 4229e318 422e46a8 57b80db8 5e7a0450 

12-05 23:35:48.825: I/DEBUG(122):     57b80d8c 58020e18 5e7c83a6 00000000 4229e318 

12-05 23:35:48.825: I/DEBUG(122):     57b80d9c 419fb780 422e46a8 57b80de4 5e74beac 

12-05 23:35:48.825: I/DEBUG(122):     57b80dac 5801e108 5e7a0450 00000000 422e46a8 

12-05 23:35:48.833: I/DEBUG(122): memory near sl:

12-05 23:35:48.833: I/DEBUG(122):     418821b0 00000000 00000800 57a8b008 00000453 

12-05 23:35:48.833: I/DEBUG(122):     418821c0 58fb7f6a 57b80cdc 58027628 5198f000 

12-05 23:35:48.833: I/DEBUG(122):     418821d0 00000000 409ab078 bed22708 00000000 

12-05 23:35:48.833: I/DEBUG(122):     418821e0 bed2273c 00000001 00000000 40918dc0 

12-05 23:35:48.833: I/DEBUG(122):     418821f0 00000000 00000000 56f9bf70 57b7b300 

12-05 23:35:48.833: I/DEBUG(122):     41882200 00000000 00000000 00000001 00006000 

12-05 23:35:48.833: I/DEBUG(122):     41882210 00000000 40090ffc 40918dc0 4091dc80 

12-05 23:35:48.833: I/DEBUG(122):     41882220 00000000 40921d7c 40921df0 40921ca0 

12-05 23:35:48.833: I/DEBUG(122):     41882230 40921cc0 40921d1c 00000000 00000000 

12-05 23:35:48.833: I/DEBUG(122):     41882240 58d31d40 00000028 5f99a325 bed223f0 

12-05 23:35:48.833: I/DEBUG(122):     41882250 5a0cd3a0 00000000 00001fec 409a98c4 

12-05 23:35:48.833: I/DEBUG(122):     41882260 4199a408 57d2be50 00000008 400313e8 

12-05 23:35:48.833: I/DEBUG(122):     41882270 00000001 00000080 00000200 00000004 

12-05 23:35:48.833: I/DEBUG(122):     41882280 00000003 5906a7c8 5906a7d2 00000001 

12-05 23:35:48.833: I/DEBUG(122):     41882290 58fa34a4 57fecba0 5f7b8907 5faf4d29 

12-05 23:35:48.833: I/DEBUG(122):     418822a0 5f3d9209 5f9e7082 5fafa241 5f596bc0 

12-05 23:35:48.833: I/DEBUG(122): memory near fp:

12-05 23:35:48.833: I/DEBUG(122):     bed225a4 418821c0 00000000 40918c50 57b80cdc 

12-05 23:35:48.833: I/DEBUG(122):     bed225b4 00000001 00000008 424139f0 42415cc0 

12-05 23:35:48.833: I/DEBUG(122):     bed225c4 40948ed3 57b80cdc 5e841e7b 6089af7d 

12-05 23:35:48.833: I/DEBUG(122):     bed225d4 418821d0 59c03a49 59c039b0 ceb0001d 

12-05 23:35:48.833: I/DEBUG(122):     bed225e4 00000000 57b4feb0 4018d1f4 6089af7d 

12-05 23:35:48.833: I/DEBUG(122):     bed225f4 40152a13 4018a000 59c03a18 00000000 

12-05 23:35:48.833: I/DEBUG(122):     bed22604 57b4feb0 00000000 4014f9c1 4002da48 

12-05 23:35:48.833: I/DEBUG(122):     bed22614 4094ab03 409a4c88 00000013 4188252c 

12-05 23:35:48.833: I/DEBUG(122):     bed22624 42415e68 00000008 418821c0 bed226b4 

12-05 23:35:48.833: I/DEBUG(122):     bed22634 57d2a214 00000001 41999cf0 00000004 

12-05 23:35:48.833: I/DEBUG(122):     bed22644 00000003 57d2a200 5e84fac3 bed226bc 

12-05 23:35:48.833: I/DEBUG(122):     bed22654 580273cc 00000001 424139f0 00000003 

12-05 23:35:48.833: I/DEBUG(122):     bed22664 00000001 580273b8 5e856427 bed226bc 

12-05 23:35:48.833: I/DEBUG(122):     bed22674 00000038 00000001 4096642b 5e856427 

12-05 23:35:48.833: I/DEBUG(122):     bed22684 5e6ebb1c 424139f0 5e856427 5198f000 

12-05 23:35:48.833: I/DEBUG(122):     bed22694 000047ff 00000002 307dca61 0000000c 

12-05 23:35:48.833: I/DEBUG(122): memory near sp:

12-05 23:35:48.833: I/DEBUG(122):     bed223d8 00000000 40162f93 4016223d bed223fc 

12-05 23:35:48.833: I/DEBUG(122):     bed223e8 60bc0020 57b80ce4 df0027ad 00000000 

12-05 23:35:48.833: I/DEBUG(122):     bed223f8 bed2244c fffffbdf bed22424 bed22428 

12-05 23:35:48.833: I/DEBUG(122):     bed22408 bed2242c bed224bc bed224bc 57b519f8 

12-05 23:35:48.833: I/DEBUG(122):     bed22418 00000001 4015e514 00000005 6089b03f 

12-05 23:35:48.833: I/DEBUG(122):     bed22428 bed224bc bed224bc bed224bc bed224b4 

12-05 23:35:48.833: I/DEBUG(122):     bed22438 bed224b4 608a5607 bed224b4 608a5647 

12-05 23:35:48.833: I/DEBUG(122):     bed22448 bed224b0 608c8dcf 00000000 bed224b0 

12-05 23:35:48.833: I/DEBUG(122):     bed22458 bed22504 59372fd0 57a4d000 608cf39d 

12-05 23:35:48.833: I/DEBUG(122):     bed22468 bed224b0 bed224b0 59372fd0 608cf853 

12-05 23:35:48.833: I/DEBUG(122):     bed22478 00000001 608cf9b7 01000045 00000020 

12-05 23:35:48.833: I/DEBUG(122):     bed22488 bed2256c 59370f80 57a4cea4 00000000 

12-05 23:35:48.833: I/DEBUG(122):     bed22498 59370f80 57a4cea4 ffffffff 608c8d31 

12-05 23:35:48.833: I/DEBUG(122):     bed224a8 00000000 bed22483 60baf9d8 59370fd0 

12-05 23:35:48.833: I/DEBUG(122):     bed224b8 59370fb4 bed224bc bed224bc 59370fd4 

12-05 23:35:48.833: I/DEBUG(122):     bed224c8 00000000 59370f80 59370fd4 00000000 

12-05 23:35:48.833: I/DEBUG(122): code around pc:

12-05 23:35:48.833: I/DEBUG(122):     401604c8 461ce00b 2b006823 e026d1fb b12468e4 

12-05 23:35:48.833: I/DEBUG(122):     401604d8 21014a18 6011447a 4b1247a0 24002027 

12-05 23:35:48.833: I/DEBUG(122):     401604e8 f7fc7018 2106ee42 e898f7fe 5180f04f 

12-05 23:35:48.833: I/DEBUG(122):     401604f8 a9029104 94022006 9403460a ec44f7fd 

12-05 23:35:48.833: I/DEBUG(122):     40160508 46224629 f7fd2002 f7fcec50 2106ee2e 

12-05 23:35:48.840: I/DEBUG(122):     40160518 e884f7fe f7fc2001 6960eada d1dc2800 

12-05 23:35:48.840: I/DEBUG(122):     40160528 bf00e7d4 deadbaad 00029b30 ffffff9c 

12-05 23:35:48.840: I/DEBUG(122):     40160538 0002cdc0 0002cda4 2400b510 aa04b088 

12-05 23:35:48.840: I/DEBUG(122):     40160548 46699002 94014620 94039400 eb92f7fd 

12-05 23:35:48.840: I/DEBUG(122):     40160558 db0642a0 b1139b07 1c419806 98069106 

12-05 23:35:48.840: I/DEBUG(122):     40160568 4620e000 bd10b008 4b1eb40e b082b5f0 

12-05 23:35:48.840: I/DEBUG(122):     40160578 447b491d f107af00 585e021c f8522101 

12-05 23:35:48.840: I/DEBUG(122):     40160588 68354b04 f852607d 31015b04 d1fa2d00 

12-05 23:35:48.840: I/DEBUG(122):     40160598 320e008a 0507f022 0220f107 0d05ebad 

12-05 23:35:48.840: I/DEBUG(122):     401605a8 f107603a 46690224 9400466d 4c04f852 

12-05 23:35:48.840: I/DEBUG(122):     401605b8 f8453204 2c004f04 f8dfd1f8 f853c030 

12-05 23:35:48.840: I/DEBUG(122): code around lr:

12-05 23:35:48.840: I/DEBUG(122):     40162f70 4a0e4b0d e92d447b 260041f0 4680589c 

12-05 23:35:48.840: I/DEBUG(122):     40162f80 686768a5 f9b5e007 2b00300c 4628dd02 

12-05 23:35:48.840: I/DEBUG(122):     40162f90 430647c0 3f013554 6824d5f5 d1ef2c00 

12-05 23:35:48.840: I/DEBUG(122):     40162fa0 e8bd4630 bf0081f0 00027060 ffffffc4 

12-05 23:35:48.840: I/DEBUG(122):     40162fb0 43f0e92d fb01461e 4b16f502 4916460f 

12-05 23:35:48.840: I/DEBUG(122):     40162fc0 447bb087 aa014614 20019001 95029203 

12-05 23:35:48.840: I/DEBUG(122):     40162fd0 90049505 681a585b b1124698 f0094630 

12-05 23:35:48.840: I/DEBUG(122):     40162fe0 4630fd26 f7ffa903 4681fe9c 0000f8d8 

12-05 23:35:48.840: I/DEBUG(122):     40162ff0 4630b110 fd28f009 0f00f1b9 9c05d005 

12-05 23:35:48.840: I/DEBUG(122):     40163000 1b284639 eb30f017 46204604 e8bdb007 

12-05 23:35:48.840: I/DEBUG(122):     40163010 bf0083f0 00027012 ffffff60 46036842 

12-05 23:35:48.848: I/DEBUG(122):     40163020 60411e51 da012900 bb9ef000 f8126802 

12-05 23:35:48.848: I/DEBUG(122):     40163030 601a0b01 00004770 4a104b0f b570447b 

12-05 23:35:48.848: I/DEBUG(122):     40163040 589b4604 461e6819 f009b109 6860fcf0 

12-05 23:35:48.848: I/DEBUG(122):     40163050 60651e45 da042d00 f0004620 4605fb85 

12-05 23:35:48.848: I/DEBUG(122):     40163060 6822e003 5b01f812 68336022 4620b113 

12-05 23:35:48.848: I/DEBUG(122): memory map around fault addr deadbaad:

12-05 23:35:48.848: I/DEBUG(122):     bed02000-bed23000 rw- [stack]

12-05 23:35:48.848: I/DEBUG(122):     (no map for address)

12-05 23:35:48.848: I/DEBUG(122):     ffff0000-ffff1000 r-x [vectors]

12-05 23:35:49.192: I/BootReceiver(372): Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE)

12-05 23:35:49.215: W/InputDispatcher(372): channel '4266c470 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.LoginActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9

12-05 23:35:49.215: E/InputDispatcher(372): channel '4266c470 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.LoginActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

12-05 23:35:49.247: W/InputDispatcher(372): channel '42973390 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.Main (server)' ~ Consumer closed input channel or an error occurred.  events=0x9

12-05 23:35:49.247: E/InputDispatcher(372): channel '42973390 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.Main (server)' ~ Channel is unrecoverably broken and will be disposed!

12-05 23:35:49.247: W/InputDispatcher(372): channel '42a42078 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.InCallActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9

12-05 23:35:49.247: E/InputDispatcher(372): channel '42a42078 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.InCallActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

12-05 23:35:49.254: D/dalvikvm(372): GC_FOR_ALLOC freed 558K, 14% free 18045K/20744K, paused 57ms, total 57ms

12-05 23:35:49.254: W/AudioService(372): setMode() client died

12-05 23:35:49.254: W/InputDispatcher(372): Attempted to unregister already unregistered input channel '42973390 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.Main (server)'

12-05 23:35:49.254: I/ActivityManager(372): Process com.alicecallsbob.csdk.android.sample (pid 1816) has died.

12-05 23:35:49.254: I/WindowState(372): WIN DEATH: Window{42973390 u0 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.Main}

12-05 23:35:49.262: E/audio_hw_primary(127): Leaving IN_CALL state, in_call=1, mode=0

12-05 23:35:49.262: E/audio_hw_primary(127): Closing modem PCMs

12-05 23:35:49.262: W/InputDispatcher(372): Attempted to unregister already unregistered input channel '42a42078 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.InCallActivity (server)'

12-05 23:35:49.262: W/ActivityManager(372): Force removing ActivityRecord{425fd720 u0 com.alicecallsbob.csdk.android.sample/.InCallActivity}: app died, no saved state

12-05 23:35:49.262: I/WindowState(372): WIN DEATH: Window{42a42078 u0 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.InCallActivity}

12-05 23:35:49.270: W/InputDispatcher(372): Attempted to unregister already unregistered input channel '4266c470 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.LoginActivity (server)'

12-05 23:35:49.270: I/WindowState(372): WIN DEATH: Window{4266c470 u0 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.LoginActivity}

12-05 23:35:49.278: D/Zygote(125): Process 1816 terminated by signal (11)

12-05 23:35:49.301: D/dalvikvm(2013): Late-enabling CheckJNI

12-05 23:35:49.301: I/ActivityManager(372): Start proc com.alicecallsbob.csdk.android.sample for activity com.alicecallsbob.csdk.android.sample/.Main: pid=2013 uid=10065 gids={50065, 3003, 1006, 1015, 1028}

12-05 23:35:49.379: V/DialerFragment(2013): onCreate

12-05 23:35:49.379: V/Main(2013): onCreate Bundle[{_logout_url=https://58.248.15.222:7443/csdk-sample/SDK/login/id/nrr%3A%21%21fc.igc.jf.iii%3Adggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-egIjjHHh-Fifi-ggGc-cIcc-gdbeEFgHIjij, _user_status=AVAILABLE, _user_message=null, _user_name=20068, _session_key=nrr%3A%21%21fc.igc.jf.iii%3Adggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-egIjjHHh-Fifi-ggGc-cIcc-gdbeEFgHIjij, _user_address=20068@192.168.41.241, _selected_camera=1, _uc_initialized=true, android:support:fragments=android.support.v4.app.FragmentManagerState@4225bb60, _user_password=20068, android:viewHierarchyState=Bundle[mParcelledData.dataSize=1580]}]

12-05 23:35:49.379: I/Main(2013): We're re-creating a previous instance

12-05 23:35:49.379: V/User(2013): restore state

12-05 23:35:49.379: D/User(2013): Constructor

12-05 23:35:49.379: D/UCImpl(2013): Constructor

12-05 23:35:49.387: D/Main(2013): More than 1 camera on device, defaulting to the first FRONT camera we can find...

12-05 23:35:49.387: D/Main(2013): Using FRONT facing camera at idx: 1

12-05 23:35:49.473: D/Main(2013): More than 1 camera on device, defaulting to the first FRONT camera we can find...

12-05 23:35:49.473: D/Main(2013): Using FRONT facing camera at idx: 1

12-05 23:35:49.473: V/DialerFragment(2013): onCreateView

12-05 23:35:49.512: D/dalvikvm(2013): GC_FOR_ALLOC freed 180K, 3% free 9227K/9444K, paused 17ms, total 17ms

12-05 23:35:49.551: D/dalvikvm(2013): GC_FOR_ALLOC freed 38K, 3% free 9552K/9764K, paused 15ms, total 15ms

12-05 23:35:49.559: V/Main(2013): onStart nrr%3A%21%21fc.igc.jf.iii%3Adggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-egIjjHHh-Fifi-ggGc-cIcc-gdbeEFgHIjij - true

12-05 23:35:49.567: V/DialerFragment(2013): onResume

12-05 23:35:49.567: D/PhoneImpl(2013): Constructor

12-05 23:35:49.567: D/PhoneImpl(2013): More than 1 camera on device, SDK defaulting to the first FRONT camera we can find...

12-05 23:35:49.567: D/PhoneImpl(2013): Using FRONT facing camera at idx: 1

12-05 23:35:49.567: D/PhoneImpl(2013): Number of cameras on device: 2

12-05 23:35:49.567: I/AwesomePlayer(127): setDataSource_l(URL suppressed)

12-05 23:35:49.590: I/AwesomePlayer(127): setDataSource_l(URL suppressed)

12-05 23:35:49.614: I/CameraClient(127): Opening camera 0

12-05 23:35:49.614: I/CameraHAL(127): camera_device open

12-05 23:35:49.637: I/CameraClient(127): Destroying camera 0

12-05 23:35:49.653: I/CameraClient(127): Opening camera 1

12-05 23:35:49.653: I/CameraHAL(127): camera_device open

12-05 23:35:49.684: I/CameraClient(127): Destroying camera 1

12-05 23:35:49.700: W/AudioFlinger(127): session id 38 not found for pid 127

12-05 23:35:49.708: W/AudioFlinger(127): session id 39 not found for pid 127

12-05 23:35:49.731: I/Main(2013): Network reachable: WIFI NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "weh", roaming: false, failover: false, isAvailable: true

12-05 23:35:49.801: D/libEGL(2013): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so

12-05 23:35:49.809: D/libEGL(2013): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so

12-05 23:35:49.817: D/libEGL(2013): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so

12-05 23:35:49.903: D/OpenGLRenderer(2013): Enabling debug mode 0

12-05 23:35:49.926: D/Main(2013): More than 1 camera on device - displaying camera selection menu

12-05 23:35:50.028: I/ActivityManager(372): Displayed com.alicecallsbob.csdk.android.sample/.Main: +758ms

3 Replies 3

william016
Level 1
Level 1

The above exit happened on Google Nexus 3 as it is easy to reproduce with this device.

Environment:

  REM server version: 10.6.2.10000-4

  Android version: 4.3

The following log was captured from GS4

Environment:

  REM server version: 10.6.2.10000-4

  Android version: 5.0.1


GS4 console log: timestamp 12-11 11:35:10.022

===============================================

12-11 11:35:06.417    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:06.417    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:06.417    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:06.417    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:06.417    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.417  15598-15598/? V/Main﹕ onStart nrr%3A%21%21jbi.jec.gj.dd%3Acggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-cdjJGIHa-dFba-gaif-JJgF-dhhecibahfJh - true

12-11 11:35:06.417  15598-15598/? V/DialerFragment﹕ onResume

12-11 11:35:06.422    3110-5299/? D/ActivityManager﹕ post active user change for 0

12-11 11:35:06.422    3110-5299/? D/KnoxTimeoutHandler﹕ postActiveUserChange for user 0

12-11 11:35:06.422    3110-3110/? D/KnoxTimeoutHandler﹕ handleActiveUserChange for user 0

12-11 11:35:06.422    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.442    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.452    2532-2532/? I/SurfaceFlinger﹕ id=119 createSurf (1080x1920),1 flag=404, Nain

12-11 11:35:06.457    3110-3213/? D/StatusBarManagerService﹕ manageDisableList userId=0 what=0x0 pkg=WindowManager.LayoutParams

12-11 11:35:06.457    3110-3213/? D/PersonaManagerService﹕ getPersonasForUser(): returning null!

12-11 11:35:06.462    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.462    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:06.462    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:06.462    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:06.462    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:06.472    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.487   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.507    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.512    2532-2532/? I/display﹕ [DYNAMIC_RECOMP] HWC_2_GLES by low FPS(2)

12-11 11:35:06.517    3110-3753/? D/InputMethodManagerService﹕ windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false

12-11 11:35:06.517    4008-4008/? D/SamsungIME﹕ onFinishInput begin

12-11 11:35:06.517   3110-22407/? W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1699 com.android.server.InputMethodManagerService$6.run:2734 java.lang.Thread.run:818 <bottom of call stack> <bottom of call stack>

12-11 11:35:06.517    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:06.517    4008-4008/? D/SamsungIME﹕ onFinishInput end

12-11 11:35:06.517    4008-4008/? D/SamsungIME﹕ onStartInput  ccontentType: 0 Restarting:false

12-11 11:35:06.517    4008-4008/? E/SimeSkbManager﹕ config keyboard type error...

12-11 11:35:06.522    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.527    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:06.542  15598-15598/? I/Timeline﹕ Timeline: Activity_idle id: android.os.BinderProxy@1d3d4486 time:2504096

12-11 11:35:06.547    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.557   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.557    3110-3215/? W/ActivityManager﹕ mDVFSHelper.release()

12-11 11:35:06.557    3110-3215/? I/Timeline﹕ Timeline: Activity_windows_visible id: ActivityRecord{34c5e179 u0 com.alicecallsbob.csdk.android.sample/.Main t137} time:2504113

12-11 11:35:06.572    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.587  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.592    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.592    3110-3266/? D/InputReader﹕ Input event: value=1

12-11 11:35:06.592    3110-3266/? I/InputReader﹕ Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.231 ] when=2504146814000

12-11 11:35:06.592    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x0, toolType: 1

12-11 11:35:06.597    2532-2593/? I/SurfaceFlinger﹕ id=117 Removed JnCallActiv (7/9)

12-11 11:35:06.597    2532-2821/? I/SurfaceFlinger﹕ id=117 Removed JnCallActiv (-2/9)

12-11 11:35:06.597  15598-15598/? D/ViewRootImpl﹕ ViewPostImeInputStage ACTION_DOWN

12-11 11:35:06.602    3110-3751/? I/NotificationService﹕ cancelToast pkg=com.alicecallsbob.csdk.android.sample callback=android.app.ITransientNotification$Stub$Proxy@88cafaf

12-11 11:35:06.602  15598-15598/? D/InCallActivity﹕ onDestroy

12-11 11:35:06.602  15598-15598/? D/LocalVideoManager﹕ setLocalVideoView stream null

12-11 11:35:06.602    3110-5453/? I/Sensors﹕ SensorBase::batch(0, 0, 200000000, 0)

12-11 11:35:06.602  15598-15598/? D/SensorManager﹕ unregisterListener ::

12-11 11:35:06.607    2532-2532/? W/SurfaceFlinger﹕ couldn't log to binary event log: overflow.

12-11 11:35:06.612    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.617    3110-3132/? D/InputDispatcher﹕ Cancel for WindowManager (server) because touched window was removed

12-11 11:35:06.617    3110-3132/? D/PowerManagerService﹕ [api] [s] userActivity : event: 0 flags: 0 (uid: 1000 pid: 3110) eventTime = 2504173

12-11 11:35:06.617    3110-3132/? D/PowerManagerService﹕ [api] release WakeLock flags=0x2000000a tag=WindowManager uid=1000 pid=3110 (0x0)

12-11 11:35:06.617    3110-3132/? D/PowerManagerService﹕ [api] applyWakeLockFlagsOnReleaseLocked : userActivityNoUpdateLocked is called : SCREEN_BRIGHT_WAKE_LOCK        'WindowManager' ON_AFTER_RELEASE (uid=1000, pid=3110, ws=WorkSource{10338}) (elapsedTime=211)

12-11 11:35:06.622    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.637    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.652    3110-3266/? D/InputReader﹕ Input event: value=0

12-11 11:35:06.652    3110-3266/? I/InputReader﹕ Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=2504206233000

12-11 11:35:06.657    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.672    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.687  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.687  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.687  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.687   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.692  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.692  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.692  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.692  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 9

12-11 11:35:06.692  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:06.707    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.722    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.737    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.757    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.772    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.772    2532-2532/? I/display﹕ [DYNAMIC_RECOMP] GLES_2_HWC by high FPS(61)

12-11 11:35:06.792    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.807   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.822    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.842    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.857    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.872    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.892    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.907    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.922   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.942    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.957    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.972    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:06.992    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.007    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.022    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.042   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.057    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.072    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.092    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.107    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.122    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.142    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.147    2532-3991/? I/SurfaceFlinger﹕ id=118 Removed Uoast (8/8)

12-11 11:35:07.147    2532-3992/? I/SurfaceFlinger﹕ id=118 Removed Uoast (-2/8)

12-11 11:35:07.157    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.407  22385-22385/? E/SMD﹕ smd Interface open failed errno is 2 -1

12-11 11:35:07.587    3110-3266/? D/InputReader﹕ Input event: value=1

12-11 11:35:07.587    3110-3266/? I/InputReader﹕ Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.232 ] when=2505140240000

12-11 11:35:07.587    3110-3265/? I/InputDispatcher﹕ Delivering touch to (3402): action: 0x4, toolType: 1

12-11 11:35:07.587    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x0, toolType: 1

12-11 11:35:07.587  15598-15598/? D/ViewRootImpl﹕ ViewPostImeInputStage ACTION_DOWN

12-11 11:35:07.642    3110-3266/? D/InputReader﹕ Input event: value=0

12-11 11:35:07.642    3110-3266/? I/InputReader﹕ Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=2505199085000

12-11 11:35:07.647    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x1, toolType: 1

12-11 11:35:07.647  15598-15598/? D/DialerFragment﹕ make call clicked: sip:@192.168.41.241, video=false

12-11 11:35:07.647  15598-15598/? I/Timeline﹕ Timeline: Activity_launch_request id:com.alicecallsbob.csdk.android.sample time:2505201

12-11 11:35:07.647    3110-3735/? E/PersonaManagerService﹕ inState():  stateMachine is null !!

12-11 11:35:07.647    3110-3735/? I/PersonaManagerService﹕ Failed to execute isKioskModeEnabled. java.lang.SecurityException: You need MANAGE_USERS permission to: query user

12-11 11:35:07.647    3110-3735/? I/ActivityManager﹕ do not start freezing screen for locked container getKeyguardshowstate = false

12-11 11:35:07.652    3110-3735/? W/ActivityManager﹕ mDVFSHelper.acquire()

12-11 11:35:07.662  15598-15598/? V/DialerFragment﹕ onPause

12-11 11:35:07.662    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:07.662    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:07.662    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:07.662    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:07.662  15598-15598/? D/Main﹕ onPause

12-11 11:35:07.672    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.677  15598-15598/? D/InCallActivity﹕ onCreate() null

12-11 11:35:07.677  15598-15598/? D/InCallActivity﹕ onCreate() - using front camera

12-11 11:35:07.677  15598-15598/? D/InCallActivity﹕ outgoing:true, address:sip:@192.168.41.241, video:false

12-11 11:35:07.692    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.707    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.722    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.742   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.747    3110-3424/? W/AudioService﹕ MODIFY_PHONE_STATE Permission Denial: setMode(MODE_IN_CALL) from pid=15598, uid=10338

12-11 11:35:07.747  15598-15598/? V/InCallActivity﹕ hiding the video view, the call is audio only

12-11 11:35:07.747    3110-3751/? I/Sensors﹕ SensorBase::flush handle(0), sensor_type(0)

12-11 11:35:07.752    3110-3751/? I/Sensors﹕ SensorBase::flush handle(0), sensor_type(0) return

12-11 11:35:07.752  15598-15598/? D/SensorManager﹕ registerListener :: 0, K330 Acceleration Sensor, 200000, 0,

12-11 11:35:07.752  15598-15598/? D/Activity﹕ performCreate Call secproduct feature valuefalse

12-11 11:35:07.752  15598-15598/? D/Activity﹕ performCreate Call debug elastic valuetrue

12-11 11:35:07.752  15598-15598/? D/InCallActivity﹕ onResume

12-11 11:35:07.752  15598-15598/? D/InCallActivity﹕ populateViews

12-11 11:35:07.752  15598-15598/? D/InCallActivity﹕ setupCallThumbnails

12-11 11:35:07.752  15598-15616/? D/InCallActivity CreateOutgoingCallTask ***﹕ Setting preview and video view for call null

12-11 11:35:07.752  15598-15616/? V/InCallActivity﹕ Initiate an outgoing call

12-11 11:35:07.752  15598-15616/? I/PhoneImpl﹕ Adopting Trickle ICE call strategy.

12-11 11:35:07.752  15598-15616/? D/PhoneImpl﹕ createCall Trickle ICE

12-11 11:35:07.752  15598-15616/? D/PhoneImpl﹕ create a new Call object cm = com.alicecallsbob.fcsdk.android.phone.impl.PhoneImpl@3525db36

12-11 11:35:07.752  15598-15616/? D/PeerConnectionClient﹕ Constructor

12-11 11:35:07.752  15598-15616/? D/PeerConnectionClient﹕ PeerConnectionFactory creation success

12-11 11:35:07.752  15598-15616/? D/PhoneImpl﹕ create a new Call object com.alicecallsbob.fcsdk.android.phone.impl.CallImpl@2d949376 - 1

12-11 11:35:07.752  15598-15616/? D/PhoneImpl﹕ connectCall

12-11 11:35:07.752  15598-15616/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:07.752  15598-15616/? D/ServerMessageTransport﹕ Send: {"type":"CONNECT","callId":"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5","remoteAddress":"sip:@192.168.41.241"}

12-11 11:35:07.752  15598-15616/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:07.752  15598-15616/? D/HybiParser﹕ Creating frame for: {"type":"CONNECT","callId":"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5","remoteAddress":"sip:@192.168.41.241"} op: 1 err: -1

12-11 11:35:07.757    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.757    3110-3424/? D/ActivityManager﹕ post active user change for 0

12-11 11:35:07.757    3110-3424/? D/KnoxTimeoutHandler﹕ postActiveUserChange for user 0

12-11 11:35:07.757    3110-3110/? D/KnoxTimeoutHandler﹕ handleActiveUserChange for user 0

12-11 11:35:07.757  15598-15598/? D/InCallActivity﹕ populateViews

12-11 11:35:07.757  15598-15598/? D/InCallActivity﹕ setupCallThumbnails

12-11 11:35:07.757  15598-15598/? D/InCallActivity﹕ CreateOutgoingCallTaskVideo::onPostExecute() - Video Surface has not been assigned to call yet - doing it now.

12-11 11:35:07.757  15598-15598/? D/InCallManager﹕ assignVideoSurfaceToCall() - activeCalls.size=1 surface index=-1

12-11 11:35:07.757  15598-15598/? D/InCallManager﹕ assignVideoSurfaceToCall() - Cannot set video view as no active calls established yet

12-11 11:35:07.757  15598-15598/? D/InCallActivity﹕ populateViews

12-11 11:35:07.757  15598-15598/? D/InCallActivity﹕ setupCallThumbnails

12-11 11:35:07.762    4673-4673/? D/ResourcesManager﹕ creating new AssetManager and set to /data/app/com.alicecallsbob.csdk.android.sample-1/base.apk

12-11 11:35:07.762  15598-22410/? D/PeerConnectionClient﹕ createPeerConnection []

12-11 11:35:07.762    2532-2532/? I/SurfaceFlinger﹕ id=120 createSurf (1x1),1 flag=404, JnCallActiv

12-11 11:35:07.762    3110-3213/? D/StatusBarManagerService﹕ manageDisableList userId=0 what=0x0 pkg=WindowManager.LayoutParams

12-11 11:35:07.762    3110-3213/? D/PersonaManagerService﹕ getPersonasForUser(): returning null!

12-11 11:35:07.777    3110-3200/? I/Sensors﹕ META: sensor(0), what(1)

12-11 11:35:07.777    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:07.777    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:07.777    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:07.777    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:07.777   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.792    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.807    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.822    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.842    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.847    3110-3735/? D/InputMethodManagerService﹕ windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false

12-11 11:35:07.857    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.857    4008-4008/? D/SamsungIME﹕ onFinishInput begin

12-11 11:35:07.862    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:07.862    4008-4008/? D/SamsungIME﹕ onFinishInput end

12-11 11:35:07.862    4008-4008/? D/SamsungIME﹕ onStartInput  ccontentType: 0 Restarting:false

12-11 11:35:07.862    4008-4008/? E/SimeSkbManager﹕ config keyboard type error...

12-11 11:35:07.862   3110-22411/? W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1699 com.android.server.InputMethodManagerService$6.run:2734 java.lang.Thread.run:818 <bottom of call stack> <bottom of call stack>

12-11 11:35:07.867    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:07.872    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.877  15598-15598/? I/Timeline﹕ Timeline: Activity_idle id: android.os.BinderProxy@1fb92611 time:2505430

12-11 11:35:07.897    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.902    3110-3680/? W/ActivityManager﹕ getTasks: caller 10205 does not hold GET_TASKS; limiting output

12-11 11:35:07.907    3110-3215/? I/ActivityManager﹕ Displayed Component not be shown by security: +246ms

12-11 11:35:07.912    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.927    3110-3215/? W/ActivityManager﹕ mDVFSHelper.release()

12-11 11:35:07.927    3110-3215/? I/Timeline﹕ Timeline: Activity_windows_visible id: ActivityRecord{bf3e29a u0 com.alicecallsbob.csdk.android.sample/.InCallActivity t137} time:2505483

12-11 11:35:07.942    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:07.947    2532-2821/? I/SurfaceFlinger﹕ id=119 Removed Nain (4/8)

12-11 11:35:07.952    2532-2591/? I/SurfaceFlinger﹕ id=119 Removed Nain (-2/8)

12-11 11:35:07.952  15598-15598/? V/DialerFragment﹕ Save Instance State

12-11 11:35:07.952  15598-15598/? D/Main﹕ Save Instance State

12-11 11:35:07.952  15598-15598/? V/User﹕ save state

12-11 11:35:07.952  15598-15598/? D/Main﹕ onStop

12-11 11:35:07.952  15598-15598/? V/ActivityThread﹕ updateVisibility : ActivityRecord{3f589ef5 token=android.os.BinderProxy@1d3d4486 {com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.Main}} show : false

12-11 11:35:07.957    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.007  15598-22410/? V/InCallActivity﹕ onLocalMediaStream

12-11 11:35:08.007  15598-22410/? D/CallImpl﹕ setup

12-11 11:35:08.007  15598-22410/? D/PeerConnectionClient﹕ createOffer

12-11 11:35:08.012  15598-22410/? D/PhoneImpl﹕ considerState

12-11 11:35:08.012  15598-22410/? D/PhoneImpl﹕ sendOffer

12-11 11:35:08.017  15598-22410/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:08.017  15598-22410/? D/ServerMessageTransport﹕ Send: {"type":"OFFER","callId":"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5","sdp":"v=0\r\no=- 1591490235397090821 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio video\r\na=msid-semantic: WMS local_media_stream\r\nm=audio 1 RTP\/SAVPF 111 103 9 102 0 8 106 105 13 127 126\r\nc=IN IP4 0.0.0.0\r\na=rtcp:1 IN IP4 0.0.0.0\r\na=ice-ufrag:fD1yvRrqmFXSblvi\r\na=ice-pwd:1bHxxDsEj9F0HW1bMe2osUK9\r\na=ice-options:google-ice\r\na=fingerprint:sha-256 38:E3:81:3E:F7:F0:CC:25:DC:BF:A4:AF:A3:88:EC:57:20:48:E0:D0:E1:34:BF:0F:7A:15:C3:D0:A5:72:BD:BD\r\na=setup:actpass\r\na=mid:audio\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=sendrecv\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:KsnqegCLeyWuLgiP1NVAcdBdDFJf0dZQ+48j09Ld\r\na=rtpmap:111 opus\/48000\/2\r\na=fmtp:111 minptime=10\r\na=rtpmap:103 ISAC\/16000\r\na=rtpmap:9 G722\/16000\r\na=rtpmap:102 ILBC\/8000\r\na=rtpmap:0 PCMU\/8000\r\na=rtpmap:8 PCMA\/8000\r\na=rtpmap:106 CN\/32000\r\na=rtpmap:105 CN\/16000\r\na=rtpmap:13 CN\/8000\r\na=rtpmap:127 red\/8000\r\na=rtpmap:126 telephone-event\/8000\r\na=maxptime:60\r\na=ssrc:643139901 cname:dKUsd1oTwjrx8JK8\r\na=ssrc:643139901 msid:local_media_stream audio_track_label\r\na=ssrc:643139901 mslabel:local_media_stream\r\na=ssrc:643139901 label:audio_track_label\r\nm=video 1 RTP\/SAVPF 100 116 117 96\r\nc=IN IP4 0.0.0.0\r\na=rtcp:1 IN IP4 0.0.0.0\r\na=ice-ufrag:fD1yvRrqmFXSblvi\r\na=ice-pwd:1bHxxDsEj9F0HW1bMe2osUK9\r\na=ice-options:google-ice\r\na=fingerprint:sha-256 38:E3:81:3E:F7:F0:CC:25:DC:BF:A4:AF:A3:88:EC:57:20:48:E0:D0:E1:34:BF:0F:7A:15:C3:D0:A5:72:BD:BD\r\na=setup:actpass\r\na=mid:video\r\na=extmap:2 urn:ietf:params:rtp-hdrext:toffset\r\na=extmap:3 http:\/\/www.webrtc.org\/experiments\/rtp-hdrext\/abs-send-time\r\na=recvonly\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:KsnqegCLeyWuLgiP1NVAcdBdDFJf0dZQ+48j09Ld\r\na=rtpmap:100 VP8\/90000\r\na=rtcp-fb:100 ccm fir\r\na=rtcp-fb:100 nack\r\na=rtcp-fb:100 goog-remb\r\na=rtpmap:116 red\/90000\r\na=rtpmap:117 ulpfec\/90000\r\na=rtpmap:96 H264\/90000\r\na=imageattr:* send [x=640,y=480] recv [x=640,y=480]\r\n"}

12-11 11:35:08.022  15598-22410/? D/ServerMessageTransport﹕ sendMultipartServerMessage

12-11 11:35:08.022  15598-22410/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:08.022  15598-22410/? D/ServerMessageTransport﹕ Send: {"type":"MULTIPART","multipartID":1,"finalMultipartID":5,"content":"{\"type\":\"OFFER\",\"callId\":\"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5\",\"sdp\":\"v=0\\r\\no=- 1591490235397090821 2 IN IP4 127.0.0.1\\r\\ns=-\\r\\nt=0 0\\r\\na=group:BUNDLE audio video\\r\\na=msid-semantic: WMS local_media_stream\\r\\nm=audio 1 RTP\\\/SAVPF 111 103 9 102 0 8 106 105 13 127 126\\r\\nc=IN IP4 0.0.0.0\\r\\na=rtcp:1 IN IP4 0.0.0.0\\r\\na=ice-ufrag:fD1yvRrqmFXSblvi\\r\\na=ice-pwd:1bHxxDsEj9F0HW1bMe2osUK9\\r\\na=ice-options:google-ice\\r\\na=fingerprint:sha-256 38:E3:81:3E:F7:F0:CC:25:DC:BF:A4:AF:A3:88:EC:57:20:48:E0"}

12-11 11:35:08.022  15598-22410/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:08.022  15598-22410/? D/HybiParser﹕ Creating frame for: {"type":"MULTIPART","multipartID":1,"finalMultipartID":5,"content":"{\"type\":\"OFFER\",\"callId\":\"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5\",\"sdp\":\"v=0\\r\\no=- 1591490235397090821 2 IN IP4 127.0.0.1\\r\\ns=-\\r\\nt=0 0\\r\\na=group:BUNDLE audio video\\r\\na=msid-semantic: WMS local_media_stream\\r\\nm=audio 1 RTP\\\/SAVPF 111 103 9 102 0 8 106 105 13 127 126\\r\\nc=IN IP4 0.0.0.0\\r\\na=rtcp:1 IN IP4 0.0.0.0\\r\\na=ice-ufrag:fD1yvRrqmFXSblvi\\r\\na=ice-pwd:1bHxxDsEj9F0HW1bMe2osUK9\\r\\na=ice-options:google-ice\\r\\na=fingerprint:sha-256 38:E3:81:3E:F7:F0:CC:25:DC:BF:A4:AF:A3:88:EC:57:20:48:E0"} op: 1 err: -1

12-11 11:35:08.022  15598-22410/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:08.022  15598-22410/? D/ServerMessageTransport﹕ Send: {"type":"MULTIPART","multipartID":2,"finalMultipartID":5,"content":":D0:E1:34:BF:0F:7A:15:C3:D0:A5:72:BD:BD\\r\\na=setup:actpass\\r\\na=mid:audio\\r\\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\\r\\na=sendrecv\\r\\na=rtcp-mux\\r\\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:KsnqegCLeyWuLgiP1NVAcdBdDFJf0dZQ+48j09Ld\\r\\na=rtpmap:111 opus\\\/48000\\\/2\\r\\na=fmtp:111 minptime=10\\r\\na=rtpmap:103 ISAC\\\/16000\\r\\na=rtpmap:9 G722\\\/16000\\r\\na=rtpmap:102 ILBC\\\/8000\\r\\na=rtpmap:0 PCMU\\\/8000\\r\\na=rtpmap:8 PCMA\\\/8000\\r\\na=rtpmap:106 CN\\\/32000\\r\\na=rtpmap:105 CN\\\/16000\\r\\na=rtpmap:13"}

12-11 11:35:08.027  15598-22410/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:08.027  15598-22410/? D/HybiParser﹕ Creating frame for: {"type":"MULTIPART","multipartID":2,"finalMultipartID":5,"content":":D0:E1:34:BF:0F:7A:15:C3:D0:A5:72:BD:BD\\r\\na=setup:actpass\\r\\na=mid:audio\\r\\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\\r\\na=sendrecv\\r\\na=rtcp-mux\\r\\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:KsnqegCLeyWuLgiP1NVAcdBdDFJf0dZQ+48j09Ld\\r\\na=rtpmap:111 opus\\\/48000\\\/2\\r\\na=fmtp:111 minptime=10\\r\\na=rtpmap:103 ISAC\\\/16000\\r\\na=rtpmap:9 G722\\\/16000\\r\\na=rtpmap:102 ILBC\\\/8000\\r\\na=rtpmap:0 PCMU\\\/8000\\r\\na=rtpmap:8 PCMA\\\/8000\\r\\na=rtpmap:106 CN\\\/32000\\r\\na=rtpmap:105 CN\\\/16000\\r\\na=rtpmap:13"} op: 1 err: -1

12-11 11:35:08.027  15598-22410/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:08.027  15598-22410/? D/ServerMessageTransport﹕ Send: {"type":"MULTIPART","multipartID":3,"finalMultipartID":5,"content":" CN\\\/8000\\r\\na=rtpmap:127 red\\\/8000\\r\\na=rtpmap:126 telephone-event\\\/8000\\r\\na=maxptime:60\\r\\na=ssrc:643139901 cname:dKUsd1oTwjrx8JK8\\r\\na=ssrc:643139901 msid:local_media_stream audio_track_label\\r\\na=ssrc:643139901 mslabel:local_media_stream\\r\\na=ssrc:643139901 label:audio_track_label\\r\\nm=video 1 RTP\\\/SAVPF 100 116 117 96\\r\\nc=IN IP4 0.0.0.0\\r\\na=rtcp:1 IN IP4 0.0.0.0\\r\\na=ice-ufrag:fD1yvRrqmFXSblvi\\r\\na=ice-pwd:1bHxxDsEj9F0HW1bMe2osUK9\\r\\na=ice-options:google-ice\\r\\na=fingerprint:sha-256 38:E"}

12-11 11:35:08.027  15598-22410/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:08.027  15598-22410/? D/HybiParser﹕ Creating frame for: {"type":"MULTIPART","multipartID":3,"finalMultipartID":5,"content":" CN\\\/8000\\r\\na=rtpmap:127 red\\\/8000\\r\\na=rtpmap:126 telephone-event\\\/8000\\r\\na=maxptime:60\\r\\na=ssrc:643139901 cname:dKUsd1oTwjrx8JK8\\r\\na=ssrc:643139901 msid:local_media_stream audio_track_label\\r\\na=ssrc:643139901 mslabel:local_media_stream\\r\\na=ssrc:643139901 label:audio_track_label\\r\\nm=video 1 RTP\\\/SAVPF 100 116 117 96\\r\\nc=IN IP4 0.0.0.0\\r\\na=rtcp:1 IN IP4 0.0.0.0\\r\\na=ice-ufrag:fD1yvRrqmFXSblvi\\r\\na=ice-pwd:1bHxxDsEj9F0HW1bMe2osUK9\\r\\na=ice-options:google-ice\\r\\na=fingerprint:sha-256 38:E"} op: 1 err: -1

12-11 11:35:08.027  15598-22410/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:08.027  15598-22410/? D/ServerMessageTransport﹕ Send: {"type":"MULTIPART","multipartID":4,"finalMultipartID":5,"content":"3:81:3E:F7:F0:CC:25:DC:BF:A4:AF:A3:88:EC:57:20:48:E0:D0:E1:34:BF:0F:7A:15:C3:D0:A5:72:BD:BD\\r\\na=setup:actpass\\r\\na=mid:video\\r\\na=extmap:2 urn:ietf:params:rtp-hdrext:toffset\\r\\na=extmap:3 http:\\\/\\\/www.webrtc.org\\\/experiments\\\/rtp-hdrext\\\/abs-send-time\\r\\na=recvonly\\r\\na=rtcp-mux\\r\\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:KsnqegCLeyWuLgiP1NVAcdBdDFJf0dZQ+48j09Ld\\r\\na=rtpmap:100 VP8\\\/90000\\r\\na=rtcp-fb:100 ccm fir\\r\\na=rtcp-fb:100 nack\\r\\na=rtcp-fb:100 goog-remb\\r\\na=rtpmap:116 red\\\/90000\\r\\na="}

12-11 11:35:08.027  15598-22410/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:08.032  15598-22410/? D/HybiParser﹕ Creating frame for: {"type":"MULTIPART","multipartID":4,"finalMultipartID":5,"content":"3:81:3E:F7:F0:CC:25:DC:BF:A4:AF:A3:88:EC:57:20:48:E0:D0:E1:34:BF:0F:7A:15:C3:D0:A5:72:BD:BD\\r\\na=setup:actpass\\r\\na=mid:video\\r\\na=extmap:2 urn:ietf:params:rtp-hdrext:toffset\\r\\na=extmap:3 http:\\\/\\\/www.webrtc.org\\\/experiments\\\/rtp-hdrext\\\/abs-send-time\\r\\na=recvonly\\r\\na=rtcp-mux\\r\\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:KsnqegCLeyWuLgiP1NVAcdBdDFJf0dZQ+48j09Ld\\r\\na=rtpmap:100 VP8\\\/90000\\r\\na=rtcp-fb:100 ccm fir\\r\\na=rtcp-fb:100 nack\\r\\na=rtcp-fb:100 goog-remb\\r\\na=rtpmap:116 red\\\/90000\\r\\na="} op: 1 err: -1

12-11 11:35:08.032  15598-22410/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:08.032  15598-22410/? D/ServerMessageTransport﹕ Send: {"type":"MULTIPART","multipartID":5,"finalMultipartID":5,"content":"rtpmap:117 ulpfec\\\/90000\\r\\na=rtpmap:96 H264\\\/90000\\r\\na=imageattr:* send [x=640,y=480] recv [x=640,y=480]\\r\\n\"}"}

12-11 11:35:08.032  15598-22410/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:08.032  15598-22410/? D/HybiParser﹕ Creating frame for: {"type":"MULTIPART","multipartID":5,"finalMultipartID":5,"content":"rtpmap:117 ulpfec\\\/90000\\r\\na=rtpmap:96 H264\\\/90000\\r\\na=imageattr:* send [x=640,y=480] recv [x=640,y=480]\\r\\n\"}"} op: 1 err: -1

12-11 11:35:08.037  15598-22317/? V/PeerConnectionClient﹕ onSignalingState: HAVE_LOCAL_OFFER

12-11 11:35:08.037  15598-22317/? D/PeerConnectionClient﹕ onIceGatheringChange: GATHERING

12-11 11:35:08.042  15598-22317/? D/PeerConnectionClient﹕ onIceGatheringChange: GATHERING

12-11 11:35:08.042  15598-22317/? D/PeerConnectionClient﹕ onIceGatheringChange: GATHERING

12-11 11:35:08.042  15598-22317/? D/PeerConnectionClient﹕ onIceGatheringChange: GATHERING

12-11 11:35:08.042  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved audio:0:a=candidate:3398046082 1 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.042  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true audio:0:a=candidate:3398046082 1 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.042  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved audio:0:a=candidate:3398046082 2 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.042  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true audio:0:a=candidate:3398046082 2 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.042  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved video:1:a=candidate:3398046082 1 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.042  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true video:1:a=candidate:3398046082 1 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.042  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved video:1:a=candidate:3398046082 2 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.042  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true video:1:a=candidate:3398046082 2 udp 2113937151 192.168.41.129 42438 typ host generation 0

12-11 11:35:08.077    3110-5453/? D/BatteryService﹕ !@BatteryListener : batteryPropertiesChanged!

12-11 11:35:08.077    3110-5453/? D/BatteryService﹕ level:59, scale:100, status:2, health:2, present:true, voltage: 3857, temperature: 293, technology: Li-ion, AC powered:false, USB powered:true, Wireless powered:false, icon:17303687, invalid charger:0

12-11 11:35:08.077    3110-5453/? D/BatteryService﹕ online:4, current avg:460, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, current_now:460

12-11 11:35:08.077    3110-3110/? D/BatteryService﹕ Sending ACTION_BATTERY_CHANGED.

12-11 11:35:08.082    3110-3110/? I/MotionRecognitionService﹕ Plugged

12-11 11:35:08.082    3110-3110/? I/MotionRecognitionService﹕ setPowerConnected  = true

12-11 11:35:08.082    3402-3402/? D/KeyguardUpdateMonitor﹕ received broadcast android.intent.action.BATTERY_CHANGED

12-11 11:35:08.082    3402-3402/? D/KeyguardUpdateMonitor﹕ handleBatteryUpdate

12-11 11:35:08.082    3402-3402/? D/STATUSBAR-PhoneStatusBar﹕ mBrightnessEnablebySettings = true mBrightnessEnablebyBattery = true mBrightnessEnablebyDisableFlag = true mPmsBrightnessEnablebySettings = true

12-11 11:35:08.082    3402-3402/? D/BatteryMeterView﹕ ACTION_BATTERY_CHANGED : level:59 status:2 health:2

12-11 11:35:08.082    3402-3402/? D/BatteryMeterView﹕ ACTION_BATTERY_CHANGED : level:59 status:2 health:2

12-11 11:35:08.082    3402-3402/? D/BatteryMeterView﹕ ACTION_BATTERY_CHANGED : level:59 status:2 health:2

12-11 11:35:08.142  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved audio:0:a=candidate:2215243122 1 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.142  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true audio:0:a=candidate:2215243122 1 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.142  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved audio:0:a=candidate:2215243122 2 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.142  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true audio:0:a=candidate:2215243122 2 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.142  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved video:1:a=candidate:2215243122 1 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.142  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true video:1:a=candidate:2215243122 1 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.142  15598-22317/? V/PeerConnectionClient﹕ onIceCandidate recieved video:1:a=candidate:2215243122 2 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.142  15598-22317/? D/PhoneImpl﹕ onIceCandidate CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 true video:1:a=candidate:2215243122 2 tcp 1509957375 192.168.41.129 46049 typ host generation 0

12-11 11:35:08.192  15598-22317/? D/PeerConnectionClient﹕ onIceGatheringChange: COMPLETE

12-11 11:35:08.287  15598-22294/? D/ServerMessageTransport﹕ Received: [{"type":"CALL_CONFIG","callId":"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5","iceServers":[]}]

12-11 11:35:08.287  15598-22294/? W/CallConfigMessageHandler﹕ TURN servers specified in CALL_CONFIG 0

12-11 11:35:08.287  15598-22294/? D/PhoneImpl﹕ handleCallConfig CL-d82e9230-94b5-4836-846f-dac1f5eb06c5 []

12-11 11:35:08.322    3110-3266/? D/InputReader﹕ Input event: value=1

12-11 11:35:08.327    3110-3266/? I/InputReader﹕ Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.233 ] when=2505879063000

12-11 11:35:08.327    3110-3265/? I/InputDispatcher﹕ Delivering touch to (3402): action: 0x4, toolType: 1

12-11 11:35:08.327    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x0, toolType: 1

12-11 11:35:08.327  15598-15598/? D/ViewRootImpl﹕ ViewPostImeInputStage ACTION_DOWN

12-11 11:35:08.367    3110-3266/? D/InputReader﹕ Input event: value=0

12-11 11:35:08.367    3110-3266/? I/InputReader﹕ Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=2505924395000

12-11 11:35:08.367    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x1, toolType: 1

12-11 11:35:08.372  15598-15598/? D/CallImpl﹕ end

12-11 11:35:08.372  15598-15598/? D/PhoneImpl﹕ endCall com.alicecallsbob.fcsdk.android.phone.impl.CallImpl@2d949376

12-11 11:35:08.372  15598-15598/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:08.372  15598-15598/? D/ServerMessageTransport﹕ Send: {"type":"END","callId":"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5"}

12-11 11:35:08.372  15598-15598/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:08.372  15598-15598/? D/HybiParser﹕ Creating frame for: {"type":"END","callId":"CL-d82e9230-94b5-4836-846f-dac1f5eb06c5"} op: 1 err: -1

12-11 11:35:08.372  15598-15598/? D/PeerConnectionClient﹕ closePeerConnection

12-11 11:35:08.372  15598-15598/? V/InCallActivity﹕ onRemoteMediaStream

12-11 11:35:08.372  15598-15598/? V/InCallActivity﹕ onLocalMediaStream

12-11 11:35:08.372  15598-22317/? V/PeerConnectionClient﹕ onIceConnectionChange: CLOSED

12-11 11:35:08.372  15598-22317/? V/PeerConnectionClient﹕ onSignalingState: CLOSED

12-11 11:35:08.402  15598-15598/? I/PhoneImpl﹕ call ended

12-11 11:35:08.407  22385-22385/? E/SMD﹕ smd Interface open failed errno is 2 -1

12-11 11:35:08.407  15598-15598/? D/InCallActivity﹕ onPause

12-11 11:35:08.412    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.412    3110-3735/? W/ActivityManager﹕ mDVFSHelper.acquire()

12-11 11:35:08.422  15598-15598/? V/Main﹕ onStart nrr%3A%21%21jbi.jec.gj.dd%3Acggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-cdjJGIHa-dFba-gaif-JJgF-dhhecibahfJh - true

12-11 11:35:08.422  15598-15598/? V/DialerFragment﹕ onResume

12-11 11:35:08.427    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.427    3110-3131/? D/ActivityManager﹕ post active user change for 0

12-11 11:35:08.427    3110-3131/? D/KnoxTimeoutHandler﹕ postActiveUserChange for user 0

12-11 11:35:08.427    3110-3110/? D/KnoxTimeoutHandler﹕ handleActiveUserChange for user 0

12-11 11:35:08.427    2532-2532/? I/SurfaceFlinger﹕ id=121 createSurf (1080x1920),1 flag=404, Nain

12-11 11:35:08.432    3110-3213/? D/StatusBarManagerService﹕ manageDisableList userId=0 what=0x0 pkg=WindowManager.LayoutParams

12-11 11:35:08.432    3110-3213/? D/PersonaManagerService﹕ getPersonasForUser(): returning null!

12-11 11:35:08.432    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:08.437    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:08.437    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:08.437    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:08.442    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.457    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.477   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.487    3110-3424/? D/InputMethodManagerService﹕ windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false

12-11 11:35:08.487    4008-4008/? D/SamsungIME﹕ onFinishInput begin

12-11 11:35:08.492    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:08.492   3110-22415/? W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1699 com.android.server.InputMethodManagerService$6.run:2734 java.lang.Thread.run:818 <bottom of call stack> <bottom of call stack>

12-11 11:35:08.492    4008-4008/? D/SamsungIME﹕ onFinishInput end

12-11 11:35:08.492    4008-4008/? D/SamsungIME﹕ onStartInput  ccontentType: 0 Restarting:false

12-11 11:35:08.492    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.492    4008-4008/? E/SimeSkbManager﹕ config keyboard type error...

12-11 11:35:08.507    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:08.507  15598-15598/? I/Timeline﹕ Timeline: Activity_idle id: android.os.BinderProxy@1d3d4486 time:2506063

12-11 11:35:08.517    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.527    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.527    3110-3215/? W/ActivityManager﹕ mDVFSHelper.release()

12-11 11:35:08.527    3110-3215/? I/Timeline﹕ Timeline: Activity_windows_visible id: ActivityRecord{34c5e179 u0 com.alicecallsbob.csdk.android.sample/.Main t137} time:2506083

12-11 11:35:08.542   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.542  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.542  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.542  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.542  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.542  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.542  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.547  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.547  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.567    2532-2591/? I/SurfaceFlinger﹕ id=120 Removed JnCallActiv (7/8)

12-11 11:35:08.567    2532-3991/? I/SurfaceFlinger﹕ id=120 Removed JnCallActiv (-2/8)

12-11 11:35:08.572  15598-15598/? D/InCallActivity﹕ onDestroy

12-11 11:35:08.572  15598-15598/? D/LocalVideoManager﹕ setLocalVideoView stream null

12-11 11:35:08.572    3110-3426/? I/Sensors﹕ SensorBase::batch(0, 0, 200000000, 0)

12-11 11:35:08.572  15598-15598/? D/SensorManager﹕ unregisterListener ::

12-11 11:35:08.577    2532-2532/? W/SurfaceFlinger﹕ couldn't log to binary event log: overflow.

12-11 11:35:08.582    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.592    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:08.602  13852-13852/? V/TaskCloserActivity﹕ TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.RUNNING_COUNT

12-11 11:35:08.607  13852-13852/? V/TaskCloserActivity﹕ TaskCloserActivity onReceive() - com.sec.android.app.controlpanel.service.CHECK_PROCESS

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ SendIceCandidateTimerTask 10

12-11 11:35:08.642  15598-22296/? D/PhoneImpl﹕ Call has been terminated so no need to send ICE candidate.

12-11 11:35:08.972    3110-3266/? D/InputReader﹕ Input event: value=1

12-11 11:35:08.972    3110-3266/? I/InputReader﹕ Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.234 ] when=2506528158000

12-11 11:35:08.977    3110-3265/? I/InputDispatcher﹕ Delivering touch to (3402): action: 0x4, toolType: 1

12-11 11:35:08.977    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x0, toolType: 1

12-11 11:35:08.977  15598-15598/? D/ViewRootImpl﹕ ViewPostImeInputStage ACTION_DOWN

12-11 11:35:09.042    3110-3266/? D/InputReader﹕ Input event: value=0

12-11 11:35:09.042    3110-3266/? I/InputReader﹕ Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=2506594892000

12-11 11:35:09.042    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x1, toolType: 1

12-11 11:35:09.042  15598-15598/? D/DialerFragment﹕ make call clicked: sip:@192.168.41.241, video=false

12-11 11:35:09.042  15598-15598/? I/Timeline﹕ Timeline: Activity_launch_request id:com.alicecallsbob.csdk.android.sample time:2506597

12-11 11:35:09.042    3110-5299/? E/PersonaManagerService﹕ inState():  stateMachine is null !!

12-11 11:35:09.042    3110-5299/? I/PersonaManagerService﹕ Failed to execute isKioskModeEnabled. java.lang.SecurityException: You need MANAGE_USERS permission to: query user

12-11 11:35:09.042    3110-5299/? I/ActivityManager﹕ do not start freezing screen for locked container getKeyguardshowstate = false

12-11 11:35:09.047    3110-5299/? W/ActivityManager﹕ mDVFSHelper.acquire()

12-11 11:35:09.057    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:09.057    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:09.057    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:09.057    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:09.057    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.062  15598-15598/? V/DialerFragment﹕ onPause

12-11 11:35:09.062  15598-15598/? D/Main﹕ onPause

12-11 11:35:09.077    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.077  15598-15598/? D/InCallActivity﹕ onCreate() null

12-11 11:35:09.077  15598-15598/? D/InCallActivity﹕ onCreate() - using front camera

12-11 11:35:09.082  15598-15598/? D/InCallActivity﹕ outgoing:true, address:sip:@192.168.41.241, video:false

12-11 11:35:09.092    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.107    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.127    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.132    3110-5299/? W/AudioService﹕ MODIFY_PHONE_STATE Permission Denial: setMode(MODE_IN_CALL) from pid=15598, uid=10338

12-11 11:35:09.137  15598-15598/? V/InCallActivity﹕ hiding the video view, the call is audio only

12-11 11:35:09.137    3110-3753/? I/Sensors﹕ SensorBase::flush handle(0), sensor_type(0)

12-11 11:35:09.137    3110-3753/? I/Sensors﹕ SensorBase::flush handle(0), sensor_type(0) return

12-11 11:35:09.137  15598-15598/? D/SensorManager﹕ registerListener :: 0, K330 Acceleration Sensor, 200000, 0,

12-11 11:35:09.137  15598-15598/? D/Activity﹕ performCreate Call secproduct feature valuefalse

12-11 11:35:09.137  15598-15598/? D/Activity﹕ performCreate Call debug elastic valuetrue

12-11 11:35:09.137  15598-15598/? D/InCallActivity﹕ onResume

12-11 11:35:09.137  15598-15598/? D/InCallActivity﹕ populateViews

12-11 11:35:09.137  15598-15598/? D/InCallActivity﹕ setupCallThumbnails

12-11 11:35:09.142  15598-15617/? D/InCallActivity CreateOutgoingCallTask ***﹕ Setting preview and video view for call null

12-11 11:35:09.142  15598-15617/? V/InCallActivity﹕ Initiate an outgoing call

12-11 11:35:09.142  15598-15617/? I/PhoneImpl﹕ Adopting Trickle ICE call strategy.

12-11 11:35:09.142  15598-15617/? D/PhoneImpl﹕ createCall Trickle ICE

12-11 11:35:09.142  15598-15617/? D/PhoneImpl﹕ create a new Call object cm = com.alicecallsbob.fcsdk.android.phone.impl.PhoneImpl@3525db36

12-11 11:35:09.142  15598-15617/? D/PeerConnectionClient﹕ Constructor

12-11 11:35:09.142  15598-15617/? D/PeerConnectionClient﹕ PeerConnectionFactory creation success

12-11 11:35:09.142    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.142  15598-15617/? D/PhoneImpl﹕ create a new Call object com.alicecallsbob.fcsdk.android.phone.impl.CallImpl@2611aa7b - 1

12-11 11:35:09.142  15598-15617/? D/PhoneImpl﹕ connectCall

12-11 11:35:09.142  15598-15617/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:09.142  15598-15617/? D/ServerMessageTransport﹕ Send: {"type":"CONNECT","callId":"CL-c4c1201f-b60a-4368-bab3-f055d4130e92","remoteAddress":"sip:@192.168.41.241"}

12-11 11:35:09.142  15598-15617/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:09.142  15598-15617/? D/HybiParser﹕ Creating frame for: {"type":"CONNECT","callId":"CL-c4c1201f-b60a-4368-bab3-f055d4130e92","remoteAddress":"sip:@192.168.41.241"} op: 1 err: -1

12-11 11:35:09.147    3110-3680/? D/ActivityManager﹕ post active user change for 0

12-11 11:35:09.147    3110-3680/? D/KnoxTimeoutHandler﹕ postActiveUserChange for user 0

12-11 11:35:09.147    3110-3110/? D/KnoxTimeoutHandler﹕ handleActiveUserChange for user 0

12-11 11:35:09.147  15598-22417/? D/PeerConnectionClient﹕ createPeerConnection []

12-11 11:35:09.157    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.162    3110-3200/? I/Sensors﹕ META: sensor(0), what(1)

12-11 11:35:09.162    2532-2532/? I/SurfaceFlinger﹕ id=122 createSurf (1x1),1 flag=404, JnCallActiv

12-11 11:35:09.167    3110-3213/? D/StatusBarManagerService﹕ manageDisableList userId=0 what=0x0 pkg=WindowManager.LayoutParams

12-11 11:35:09.167    3110-3213/? D/PersonaManagerService﹕ getPersonasForUser(): returning null!

12-11 11:35:09.167  15598-22294/? D/ServerMessageTransport﹕ Received: [{"type":"CALL_CONFIG","callId":"CL-c4c1201f-b60a-4368-bab3-f055d4130e92","iceServers":[]}]

12-11 11:35:09.167  15598-22294/? W/CallConfigMessageHandler﹕ TURN servers specified in CALL_CONFIG 0

12-11 11:35:09.167  15598-22294/? D/PhoneImpl﹕ handleCallConfig CL-c4c1201f-b60a-4368-bab3-f055d4130e92 []

12-11 11:35:09.177    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:09.177    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:09.182    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:09.182    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:09.182    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.192    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.207   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.227    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.237  15598-15598/? D/InCallActivity﹕ populateViews

12-11 11:35:09.237  15598-15598/? D/InCallActivity﹕ setupCallThumbnails

12-11 11:35:09.237  15598-15598/? D/InCallActivity﹕ CreateOutgoingCallTaskVideo::onPostExecute() - Video Surface has not been assigned to call yet - doing it now.

12-11 11:35:09.237  15598-15598/? D/InCallManager﹕ assignVideoSurfaceToCall() - activeCalls.size=1 surface index=-1

12-11 11:35:09.237  15598-15598/? D/InCallManager﹕ assignVideoSurfaceToCall() - Cannot set video view as no active calls established yet

12-11 11:35:09.237  15598-15598/? D/InCallActivity﹕ populateViews

12-11 11:35:09.237  15598-15598/? D/InCallActivity﹕ setupCallThumbnails

12-11 11:35:09.237    3110-5453/? D/InputMethodManagerService﹕ windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false

12-11 11:35:09.242    4008-4008/? D/SamsungIME﹕ onFinishInput begin

12-11 11:35:09.242    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:09.242    4008-4008/? D/SamsungIME﹕ onFinishInput end

12-11 11:35:09.242    4008-4008/? D/SamsungIME﹕ onStartInput  ccontentType: 0 Restarting:false

12-11 11:35:09.242   3110-22418/? W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1699 com.android.server.InputMethodManagerService$6.run:2734 java.lang.Thread.run:818 <bottom of call stack> <bottom of call stack>

12-11 11:35:09.242    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.247    4008-4008/? E/SimeSkbManager﹕ config keyboard type error...

12-11 11:35:09.252    4008-4008/? D/SamsungIME﹕ setCandidatesViewShown=false

12-11 11:35:09.257    3402-3975/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.262  15598-15598/? I/Timeline﹕ Timeline: Activity_idle id: android.os.BinderProxy@5d1d20a time:2506816

12-11 11:35:09.267    3110-3260/? V/AlarmManager﹕ waitForAlarm result :4

12-11 11:35:09.272    3110-5299/? D/ConnectivityService﹕ returning getActiveNetworkInfo :[type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "videotest2", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]

12-11 11:35:09.272    3110-3426/? D/ConnectivityService﹕ returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "videotest2", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]

12-11 11:35:09.272    4950-4950/? D/net﹕ has wifi connection

12-11 11:35:09.277    3110-3215/? I/ActivityManager﹕ Displayed Component not be shown by security: +210ms

12-11 11:35:09.277    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.282    4950-4950/? D/ping﹕ has network connection:true has data conn:trueisConnected to easemob server:true

12-11 11:35:09.287    4950-4950/? D/ping﹕ send heartbeat

12-11 11:35:09.292   4950-15885/? D/SMACK:FileDebugger﹕ SENT to182.92.20.34:443(624598526):

12-11 11:35:09.297    3110-3735/? D/ConnectivityService﹕ returning getNetworkInfo(networkType - 1) :[type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "videotest2", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]

12-11 11:35:09.297    4950-4950/? D/net﹕ wifi is connected

12-11 11:35:09.297    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.302    3110-3215/? W/ActivityManager﹕ mDVFSHelper.release()

12-11 11:35:09.302    3110-3215/? I/Timeline﹕ Timeline: Activity_windows_visible id: ActivityRecord{d28afb5 u0 com.alicecallsbob.csdk.android.sample/.InCallActivity t137} time:2506857

12-11 11:35:09.312    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.327    2532-2591/? I/SurfaceFlinger﹕ id=121 Removed Nain (4/8)

12-11 11:35:09.327    2532-2821/? I/SurfaceFlinger﹕ id=121 Removed Nain (-2/8)

12-11 11:35:09.332  15598-15598/? V/DialerFragment﹕ Save Instance State

12-11 11:35:09.332  15598-15598/? D/Main﹕ Save Instance State

12-11 11:35:09.332  15598-15598/? V/User﹕ save state

12-11 11:35:09.332  15598-15598/? D/Main﹕ onStop

12-11 11:35:09.332  15598-15598/? V/ActivityThread﹕ updateVisibility : ActivityRecord{3f589ef5 token=android.os.BinderProxy@1d3d4486 {com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.Main}} show : false

12-11 11:35:09.342    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:09.407  22385-22385/? E/SMD﹕ smd Interface open failed errno is 2 -1

12-11 11:35:09.692    3110-3266/? D/InputReader﹕ Input event: value=1

12-11 11:35:09.692    3110-3266/? I/InputReader﹕ Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.235 ] when=2507244839000

12-11 11:35:09.692    3110-3265/? I/InputDispatcher﹕ Delivering touch to (3402): action: 0x4, toolType: 1

12-11 11:35:09.692    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x0, toolType: 1

12-11 11:35:09.692  15598-15598/? D/ViewRootImpl﹕ ViewPostImeInputStage ACTION_DOWN

12-11 11:35:09.737    3110-3266/? D/InputReader﹕ Input event: value=0

12-11 11:35:09.737    3110-3266/? I/InputReader﹕ Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=2507291073000

12-11 11:35:09.737    3110-3265/? I/InputDispatcher﹕ Delivering touch to (15598): action: 0x1, toolType: 1

12-11 11:35:09.737  15598-15598/? D/CallImpl﹕ end

12-11 11:35:09.737  15598-15598/? D/PhoneImpl﹕ endCall com.alicecallsbob.fcsdk.android.phone.impl.CallImpl@2611aa7b

12-11 11:35:09.737  15598-15598/? D/ServerMessageTransport﹕ sendServerMessage

12-11 11:35:09.737  15598-15598/? D/ServerMessageTransport﹕ Send: {"type":"END","callId":"CL-c4c1201f-b60a-4368-bab3-f055d4130e92"}

12-11 11:35:09.737  15598-15598/? D/ServerMessageTransport﹕ sendTextMessage

12-11 11:35:09.737  15598-15598/? D/HybiParser﹕ Creating frame for: {"type":"END","callId":"CL-c4c1201f-b60a-4368-bab3-f055d4130e92"} op: 1 err: -1

12-11 11:35:09.737  15598-15598/? D/PeerConnectionClient﹕ closePeerConnection

12-11 11:35:09.937  15598-22317/? V/PeerConnectionClient﹕ onIceConnectionChange: CLOSED

12-11 11:35:09.937  15598-22317/? D/PeerConnectionClient﹕ onIceGatheringChange: COMPLETE

12-11 11:35:09.942  15598-22317/? V/PeerConnectionClient﹕ onSignalingState: CLOSED

12-11 11:35:09.942  15598-15598/? A/libc﹕ Fatal signal 6 (SIGABRT), code -6 in tid 15598 (.android.sample)

12-11 11:35:09.942  15598-22417/? E/PeerConnectionClient﹕ Adding local media stream to peer connection failed

12-11 11:35:09.942  15598-22417/? D/CallImpl﹕ setup

12-11 11:35:09.942  15598-22417/? E/CallImpl﹕ Call setup failed: media has not been authorized yet

12-11 11:35:10.022    2526-2526/? I/DEBUG﹕ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

12-11 11:35:10.022    2526-2526/? I/DEBUG﹕ Build fingerprint: 'samsung/ja3gduosctc/ja3gduosctc:5.0.1/LRX22C/I959KEUIOH4:user/release-keys'

12-11 11:35:10.022    2526-2526/? I/DEBUG﹕ Revision: '10'

12-11 11:35:10.022    2526-2526/? I/DEBUG﹕ ABI: 'arm'

12-11 11:35:10.022    2526-2526/? I/DEBUG﹕ pid: 15598, tid: 15598, name: .android.sample  >>> com.alicecallsbob.csdk.android.sample <<<

12-11 11:35:10.022    2526-2526/? I/DEBUG﹕ signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------

12-11 11:35:10.067    2526-2526/? I/DEBUG﹕ r0 00000000  r1 00003cee  r2 00000006  r3 00000000

12-11 11:35:10.067    2526-2526/? I/DEBUG﹕ r4 b6f81114  r5 00000006  r6 00000058  r7 0000010c

12-11 11:35:10.072    2526-2526/? I/DEBUG﹕ r8 ffffffff  r9 b4c08000  sl 00000000  fp 00000000

12-11 11:35:10.072    2526-2526/? I/DEBUG﹕ ip 00003cee  sp bec97c78  lr b6f0b591  pc b6f2e6a0  cpsr 600f0010

12-11 11:35:10.072    2526-2526/? I/DEBUG﹕ backtrace:

12-11 11:35:10.072    2526-2526/? I/DEBUG﹕ #00 pc 0003a6a0  /system/lib/libc.so (tgkill+12)

12-11 11:35:10.072    2526-2526/? I/DEBUG﹕ #01 pc 0001758d  /system/lib/libc.so (pthread_kill+52)

12-11 11:35:10.072    2526-2526/? I/DEBUG﹕ #02 pc 0001819f  /system/lib/libc.so (raise+10)

12-11 11:35:10.072    2526-2526/? I/DEBUG﹕ #03 pc 00014ae5  /system/lib/libc.so (__libc_android_abort+36)

12-11 11:35:10.077    2526-2526/? I/DEBUG﹕ #04 pc 00012aac  /system/lib/libc.so (abort+4)

12-11 11:35:10.077    2526-2526/? I/DEBUG﹕ #05 pc 0003403b  /data/app/com.alicecallsbob.csdk.android.sample-1/lib/arm/libjingle_peerconnection_so.so (Java_org_webrtc_PeerConnection_freePeerConnection+190)

12-11 11:35:10.077    2526-2526/? I/DEBUG﹕ #06 pc 000dc6b9  /data/dalvik-cache/arm/data@app@com.alicecallsbob.csdk.android.sample-1@base.apk@classes.dex

12-11 11:35:10.407  22385-22385/? E/SMD﹕ smd Interface open failed errno is 2 -1

12-11 11:35:10.922    3110-3735/? W/ActivityManager﹕ getTasks: caller 10205 does not hold GET_TASKS; limiting output

12-11 11:35:11.407  22385-22385/? E/SMD﹕ smd Interface open failed errno is 2 -1

12-11 11:35:11.542    2526-2526/? I/DEBUG﹕ Tombstone written to: /data/tombstones/tombstone_01

12-11 11:35:11.547    2526-2526/? E/﹕ ro.product_ship = true

12-11 11:35:11.547    2526-2526/? E/﹕ ro.debug_level = 0x4f4c

12-11 11:35:11.562    4052-4052/? E/audit﹕ type=1701 msg=audit(1449804911.547:221): auid=4294967295 uid=10338 gid=10338 ses=4294967295 subj=u:r:untrusted_app:s0 pid=15598 comm=".android.sample" reason="memory violation" sig=6

12-11 11:35:11.562    3110-3211/? I/BootReceiver﹕ Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE)

12-11 11:35:11.572    3110-4982/? E/SharedPreferencesImpl﹕ Couldn't create directory for SharedPreferences file shared_prefs/log_files.xml

12-11 11:35:11.582   3110-22419/? W/ActivityManager﹕ Force finishing activity com.alicecallsbob.csdk.android.sample/.InCallActivity

12-11 11:35:11.612    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.627    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.632   3110-22421/? E/android.os.Debug﹕ ro.product_ship = true

12-11 11:35:11.632   3110-22421/? E/android.os.Debug﹕ ro.debug_level = 0x4f4c

12-11 11:35:11.642    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.657    3110-3213/? D/StatusBarManagerService﹕ manageDisableList userId=0 what=0x0 pkg=WindowManager.LayoutParams

12-11 11:35:11.662   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.662    3110-3213/? D/PersonaManagerService﹕ getPersonasForUser(): returning null!

12-11 11:35:11.662    3110-3215/? D/PointerIcon﹕ setMouseIconStyle1 pointerType: 1001iconType:101 flag:0

12-11 11:35:11.662    3110-3215/? D/PointerIcon﹕ setMouseCustomIcon IconType is same.101

12-11 11:35:11.662    3110-3215/? D/PointerIcon﹕ setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

12-11 11:35:11.662    3110-3215/? D/PointerIcon﹕ setHoveringSpenCustomIcon IconType is same.1

12-11 11:35:11.667    3110-3201/? V/AutoRunDefaultOff﹕ action=android.intent.action.DROPBOX_ENTRY_ADDED, callerPkg=android, calleePkg=com.samsung.memorymanager

12-11 11:35:11.667    3110-3201/? D/ActivityManager﹕ startProcessLocked calleePkgName: com.samsung.memorymanager, hostingType: broadcast

12-11 11:35:11.667    3110-3201/? D/ActivityManager﹕ isAutoRunBlockedApp:: com.samsung.memorymanager, Auto Run ON

12-11 11:35:11.667    3110-3201/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.667    3110-3201/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.667    3110-3201/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.667    3110-3201/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.672    3110-3110/? D/CrashAnrDetector﹕ Build: samsung/ja3gduosctc/ja3gduosctc:5.0.1/LRX22C/I959KEUIOH4:user/release-keys

    Hardware: universal5410

    Revision: 10

    Bootloader: I959KEUIOH4

    Radio: unknown

    Kernel: Linux version 3.4.5-5546558 (dpi@SWHE0314) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Thu Aug 13 20:49:13 KST 2015

    *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

    Build fingerprint: 'samsung/ja3gduosctc/ja3gduosctc:5.0.1/LRX22C/I959KEUIOH4:user/release-keys'

    Revision: '10'

    ABI: 'arm'

    pid: 15598, tid: 15598, name: .android.sample  >>> com.alicecallsbob.csdk.android.sample <<<

    signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr

12-11 11:35:11.672    3110-3110/? D/CrashAnrDetector﹕ processName:com.alicecallsbob.csdk.android.sample

12-11 11:35:11.672    3110-3110/? D/CrashAnrDetector﹕ broadcastEvent : com.alicecallsbob.csdk.android.sample SYSTEM_TOMBSTONE

12-11 11:35:11.672    3110-3110/? W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1713 com.android.server.analytics.data.collection.application.CrashAnrDetector.broadcastEvent:296 com.android.server.analytics.data.collection.application.CrashAnrDetector.processDropBoxEntry:254 com.android.server.analytics.data.collection.application.CrashAnrDetector.access$100:60 com.android.server.analytics.data.collection.application.CrashAnrDetector$1.onReceive:102

12-11 11:35:11.682    3110-3322/? I/WindowState﹕ WIN DEATH: Window{9819231 u0 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.InCallActivity}

12-11 11:35:11.682    3110-3680/? I/Sensors﹕ SensorBase::batch(0, 0, 200000000, 0)

12-11 11:35:11.682    2538-2538/? V/MediaPlayer﹕ disconnect

12-11 11:35:11.682    2538-2538/? V/MediaPlayerService﹕ disconnect(18) from pid 15598

12-11 11:35:11.682    2538-2538/? V/StagefrightPlayer﹕ reset

12-11 11:35:11.682    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.682    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.682    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.682    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.682    2538-2538/? V/AwesomePlayer﹕ reset_l() stop AudioSource since AudioPlayer not exist

12-11 11:35:11.682    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stop mState=4

12-11 11:35:11.682    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stop() sendCommand(0x5b, OMX_CommandStateSet, OMX_StateIdle)

12-11 11:35:11.682   2538-15649/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] Now Idle. Component sends idle done Event

12-11 11:35:11.687    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stopOmxComponent_l() mstate = 1

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ OggSource::stop() mExtractor ref count = 1

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ OggSource::~OggSource() mExtractor !mStarted ref count = 1

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~OggSource --

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~OggExtractor ++

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~MyVorbisExtractor ++

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~MyVorbisExtractor --

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~OggExtractor --

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.687    2538-2538/? I/SecVideoCapture﹕ SecVideoCapture destructor

12-11 11:35:11.687    2538-2538/? I/SecVideoCapture﹕ reset

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.687    2538-2538/? I/SecMediaClock﹕ SecMediaClock destructor

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.687    2538-2538/? V/StagefrightPlayer﹕ ~StagefrightPlayer

12-11 11:35:11.687    2538-2538/? V/StagefrightPlayer﹕ reset

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ destructor

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.687    2538-2538/? V/MediaPlayerService﹕ Client(18) destructor pid = 15598

12-11 11:35:11.687    2538-2538/? V/AudioSink﹕ +++ close

12-11 11:35:11.687    2538-2538/? V/AudioSink﹕ --- close

12-11 11:35:11.687    2538-2538/? V/MediaPlayerService﹕ disconnect(18) from pid 15598

12-11 11:35:11.687    2538-2538/? V/MediaPlayer﹕ destructor

12-11 11:35:11.687    2538-2538/? V/MediaPlayer﹕ disconnect

12-11 11:35:11.687    2538-2538/? V/MediaPlayer﹕ disconnect

12-11 11:35:11.687    2538-2538/? V/MediaPlayerService﹕ disconnect(19) from pid 15598

12-11 11:35:11.692    3110-3201/? I/ActivityManager﹕ Start proc com.samsung.memorymanager for broadcast com.samsung.memorymanager/com.samsung.android.sm.common.SmartManagerReceiver: pid=22422 uid=1000 gids={41000, 9997, 3002, 3001, 3003, 1007, 1028, 1015, 1023, 2001, 1024, 1001} abi=armeabi-v7a

12-11 11:35:11.687    2538-2538/? V/StagefrightPlayer﹕ reset

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.687    2538-2538/? V/AwesomePlayer﹕ reset_l() stop AudioSource since AudioPlayer not exist

12-11 11:35:11.687    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stop mState=4

12-11 11:35:11.687    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stop() sendCommand(0x5c, OMX_CommandStateSet, OMX_StateIdle)

12-11 11:35:11.687   2538-15653/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] Now Idle. Component sends idle done Event

12-11 11:35:11.687    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stopOmxComponent_l() mstate = 1

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ OggSource::stop() mExtractor ref count = 1

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ OggSource::~OggSource() mExtractor !mStarted ref count = 1

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~OggSource --

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~OggExtractor ++

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~MyVorbisExtractor ++

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~MyVorbisExtractor --

12-11 11:35:11.687    2538-2538/? I/OggExtractor﹕ ~OggExtractor --

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.697    3110-3753/? I/WindowState﹕ WIN DEATH: Window{1fb20558 u0 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.Main}

12-11 11:35:11.692    2538-2538/? I/SecVideoCapture﹕ SecVideoCapture destructor

12-11 11:35:11.697  22422-22422/? I/libpersona﹕ KNOX_SDCARD checking this for 1000

12-11 11:35:11.692    2538-2538/? I/SecVideoCapture﹕ reset

12-11 11:35:11.697  22422-22422/? I/libpersona﹕ KNOX_SDCARD not a persona

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.692    2538-2538/? I/SecMediaClock﹕ SecMediaClock destructor

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.692    2538-2538/? V/StagefrightPlayer﹕ ~StagefrightPlayer

12-11 11:35:11.692    2538-2538/? V/StagefrightPlayer﹕ reset

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ destructor

12-11 11:35:11.692  22422-22422/? E/Zygote﹕ MountEmulatedStorage()

12-11 11:35:11.692  22422-22422/? E/Zygote﹕ v2

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.692    2538-2538/? V/MediaPlayerService﹕ Client(19) destructor pid = 15598

12-11 11:35:11.692    2538-2538/? V/AudioSink﹕ +++ close

12-11 11:35:11.692    2538-2538/? V/AudioSink﹕ --- close

12-11 11:35:11.692    2538-2538/? V/MediaPlayerService﹕ disconnect(19) from pid 15598

12-11 11:35:11.692    2538-2538/? V/MediaPlayer﹕ destructor

12-11 11:35:11.692    2538-2538/? V/MediaPlayer﹕ disconnect

12-11 11:35:11.692    2538-2538/? V/MediaPlayer﹕ disconnect

12-11 11:35:11.692    2538-2538/? V/MediaPlayerService﹕ disconnect(20) from pid 15598

12-11 11:35:11.692    2538-2538/? V/StagefrightPlayer﹕ reset

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.692    2538-2538/? V/AwesomePlayer﹕ reset_l() stop AudioSource since AudioPlayer not exist

12-11 11:35:11.692    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stop mState=4

12-11 11:35:11.702    3110-5299/? I/WindowState﹕ WIN DEATH: Window{14ef742 u0 com.alicecallsbob.csdk.android.sample/com.alicecallsbob.csdk.android.sample.LoginActivity}

12-11 11:35:11.702  22422-22422/? I/SELinux﹕ Function: selinux_compare_spd_ram, SPD-policy is existed. and_ver=SEPF_SCH-I959_4.4.2 ver=40

12-11 11:35:11.702  22422-22422/? I/SELinux﹕ Function: selinux_compare_spd_ram , priority [2] , priority version is VE=SEPF_SCH-I959_5.0.1-1_0032

12-11 11:35:11.702  22422-22422/? E/SELinux﹕ [DEBUG] get_category: variable seinfo: platform sensitivity: NULL, cateogry: NULL

12-11 11:35:11.702    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stop() sendCommand(0x5d, OMX_CommandStateSet, OMX_StateIdle)

12-11 11:35:11.702   2538-15656/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] Now Idle. Component sends idle done Event

12-11 11:35:11.707    2538-2538/? I/OMXCodec﹕ [OMX.google.vorbis.decoder] stopOmxComponent_l() mstate = 1

12-11 11:35:11.707    2538-2538/? I/OggExtractor﹕ OggSource::stop() mExtractor ref count = 1

12-11 11:35:11.707    2538-2538/? I/OggExtractor﹕ OggSource::~OggSource() mExtractor !mStarted ref count = 1

12-11 11:35:11.707    2538-2538/? I/OggExtractor﹕ ~OggSource --

12-11 11:35:11.707    2538-2538/? I/OggExtractor﹕ ~OggExtractor ++

12-11 11:35:11.707    2538-2538/? I/OggExtractor﹕ ~MyVorbisExtractor ++

12-11 11:35:11.707    2538-2538/? I/OggExtractor﹕ ~MyVorbisExtractor --

12-11 11:35:11.707    2538-2538/? I/OggExtractor﹕ ~OggExtractor --

12-11 11:35:11.707   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.712    2538-2538/? I/SecVideoCapture﹕ SecVideoCapture destructor

12-11 11:35:11.712    2538-2538/? I/SecVideoCapture﹕ reset

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.712    2538-2538/? I/SecMediaClock﹕ SecMediaClock destructor

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.712    2538-2538/? V/StagefrightPlayer﹕ ~StagefrightPlayer

12-11 11:35:11.712    2538-2538/? V/StagefrightPlayer﹕ reset

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ destructor

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ reset_l()

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ notifyListner_l() msg (8-MEDIA_STOPPED), ext1 (0), ext2 (0)

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ cancelPlayerEvents (keepNotifications=0)

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mAudioTrackVector clear

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ reset_l() mAudioPlayer successfully deleted

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mSecCapture clear

12-11 11:35:11.712    2538-2538/? V/AwesomePlayer﹕ mSecMediaClock clear

12-11 11:35:11.712    2538-2538/? V/MediaPlayerService﹕ Client(20) destructor pid = 15598

12-11 11:35:11.712    2538-2538/? V/AudioSink﹕ +++ close

12-11 11:35:11.712    2538-2538/? V/AudioSink﹕ --- close

12-11 11:35:11.712    2538-2538/? V/MediaPlayerService﹕ disconnect(20) from pid 15598

12-11 11:35:11.712    2538-2538/? V/MediaPlayer﹕ destructor

12-11 11:35:11.712    2538-2538/? V/MediaPlayer﹕ disconnect

12-11 11:35:11.712    3110-5451/? I/ActivityManager﹕ Process com.alicecallsbob.csdk.android.sample (pid 15598)(adj 0) has died(121,446)

12-11 11:35:11.712    3110-5451/? D/ActivityManager﹕ isAutoRunBlockedApp:: com.alicecallsbob.csdk.android.sample, Auto Run ON

12-11 11:35:11.717    2532-2532/? I/SurfaceFlinger﹕ id=123 createSurf (49x49),1 flag=4, tample

12-11 11:35:11.722    3110-5451/? W/ActivityManager﹕ mDVFSHelper.acquire()

12-11 11:35:11.777    3110-3371/? I/OpenGLRenderer﹕ Initialized EGL, version 1.4

12-11 11:35:11.777    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.777    3110-3371/? W/OpenGLRenderer﹕ Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...

12-11 11:35:11.782    3110-5451/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.782    3110-5451/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.782    3110-5451/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.782    3110-5451/? E/ActivityManager﹕ checkUser: useridlist=null, currentuser=0

12-11 11:35:11.797  22438-22438/? E/Zygote﹕ MountEmulatedStorage()

12-11 11:35:11.797  22438-22438/? I/libpersona﹕ KNOX_SDCARD checking this for 10338

12-11 11:35:11.797  22438-22438/? E/Zygote﹕ v2

12-11 11:35:11.797  22438-22438/? I/libpersona﹕ KNOX_SDCARD not a persona

12-11 11:35:11.802  22438-22438/? I/SELinux﹕ Function: selinux_compare_spd_ram, SPD-policy is existed. and_ver=SEPF_SCH-I959_4.4.2 ver=40

12-11 11:35:11.802  22438-22438/? I/SELinux﹕ Function: selinux_compare_spd_ram , priority [2] , priority version is VE=SEPF_SCH-I959_5.0.1-1_0032

12-11 11:35:11.802  22438-22438/? E/SELinux﹕ [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL

12-11 11:35:11.802  22438-22438/? I/art﹕ Late-enabling -Xcheck:jni

12-11 11:35:11.807   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.807    3110-5451/? I/ActivityManager﹕ Start proc com.alicecallsbob.csdk.android.sample for activity com.alicecallsbob.csdk.android.sample/.Main: pid=22438 uid=10338 gids={50338, 9997, 3003, 1028, 1015} abi=armeabi-v7a

12-11 11:35:11.812    2555-2555/? I/Zygote﹕ Process 15598 exited due to signal (6)

12-11 11:35:11.817    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.827    3110-3371/? D/OpenGLRenderer﹕ Get maximum texture size. GL_MAX_TEXTURE_SIZE is 4096

12-11 11:35:11.827    3110-3371/? D/OpenGLRenderer﹕ Enabling debug mode 0

12-11 11:35:11.827    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.827    2532-2532/? I/SurfaceFlinger﹕ id=124 createSurf (1080x1920),1 flag=404, tample

12-11 11:35:11.837  22438-22445/? I/art﹕ Debugger is no longer active

12-11 11:35:11.847  22422-22422/? D/ResourcesManager﹕ creating new AssetManager and set to /system/priv-app/MemoryManager/MemoryManager.apk

12-11 11:35:11.847    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.862  22438-22438/? D/ResourcesManager﹕ creating new AssetManager and set to /data/app/com.alicecallsbob.csdk.android.sample-1/base.apk

12-11 11:35:11.902    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.907  22422-22422/? W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:2064 android.content.ContextWrapper.startService:533 android.content.ContextWrapper.startService:533 com.samsung.android.sm.common.SmartManagerReceiver.performCrashedAppLoggigService:104 com.samsung.android.sm.common.SmartManagerReceiver.onReceive:52

12-11 11:35:11.907    3110-3426/? D/ActivityManager﹕ startService callerProcessName:com.samsung.memorymanager, calleePkgName: com.samsung.memorymanager

12-11 11:35:11.917    3402-3422/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.922  22438-22438/? V/DialerFragment﹕ onCreate

12-11 11:35:11.922  22438-22438/? V/Main﹕ onCreate Bundle[{_selected_camera=1, _user_address=20068@192.168.41.241, _user_name=20068, android:viewHierarchyState=Bundle[mParcelledData.dataSize=1564], android:support:fragments=android.support.v4.app.FragmentManagerState@3de7b026, _user_status=AVAILABLE, _session_key=nrr%3A%21%21jbi.jec.gj.dd%3Acggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-cdjJGIHa-dFba-gaif-JJgF-dhhecibahfJh, _uc_initialized=true, _user_message=null, _user_password=adadad, _logout_url=http://192.168.41.77:8080/csdk-sample/SDK/login/id/nrr%3A%21%21jbi.jec.gj.dd%3Acggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-cdjJGIHa-dFba-gaif-JJgF-dhhecibahfJh}]

12-11 11:35:11.922    2532-2821/? I/SurfaceFlinger﹕ id=122 Removed JnCallActiv (4/9)

12-11 11:35:11.922  22438-22438/? I/Main﹕ We're re-creating a previous instance

12-11 11:35:11.922    2532-2593/? I/SurfaceFlinger﹕ id=122 Removed JnCallActiv (-2/9)

12-11 11:35:11.927    2532-2593/? I/SurfaceFlinger﹕ id=122 Removed JnCallActiv (-2/9)

12-11 11:35:11.927    2532-2532/? W/SurfaceFlinger﹕ couldn't log to binary event log: overflow.

12-11 11:35:11.927    3402-3416/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.932  22438-22438/? V/User﹕ restore state

12-11 11:35:11.937  22438-22438/? D/User﹕ Constructor

12-11 11:35:11.942    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:11.952  22438-22438/? D/UCImpl﹕ Constructor

12-11 11:35:11.962    3110-3426/? I/ActivityManager﹕ Killing 15067:com.sec.knox.bridge/1000 (adj 15): empty #33

12-11 11:35:11.982  22438-22438/? D/Main﹕ More than 1 camera on device, defaulting to the first FRONT camera we can find...

12-11 11:35:11.982  22438-22438/? D/Main﹕ Using FRONT facing camera at idx: 1

12-11 11:35:11.997    3110-3424/? D/ActivityManager﹕ isAutoRunBlockedApp:: com.sec.knox.bridge, Auto Run ON

12-11 11:35:12.037    3110-4843/? W/libprocessgroup﹕ failed to open /acct/uid_1000/pid_15067/cgroup.procs: No such file or directory

12-11 11:35:12.042    3402-5882/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:12.047  22438-22438/? D/Main﹕ More than 1 camera on device, defaulting to the first FRONT camera we can find...

12-11 11:35:12.052  22438-22438/? D/Main﹕ Using FRONT facing camera at idx: 1

12-11 11:35:12.052  22438-22438/? D/Activity﹕ performCreate Call secproduct feature valuefalse

12-11 11:35:12.052  22438-22438/? D/Activity﹕ performCreate Call debug elastic valuetrue

12-11 11:35:12.052  22438-22438/? V/DialerFragment﹕ onCreateView

12-11 11:35:12.062    3402-9600/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:12.072  22438-22438/? V/Main﹕ onStart nrr%3A%21%21jbi.jec.gj.dd%3Acggh%21DJqFnJl%21nFIrvHzFqHJyy%3FJuuzFl%3D5N4N-cdjJGIHa-dFba-gaif-JJgF-dhhecibahfJh - true

12-11 11:35:12.077    3402-3889/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:12.082  22438-22438/? D/Main﹕ More than 1 camera on device - displaying camera selection menu

12-11 11:35:12.082  22438-22438/? V/DialerFragment﹕ onResume

12-11 11:35:12.087  22438-22438/? D/PhoneImpl﹕ Constructor

12-11 11:35:12.092  22438-22438/? D/PhoneImpl﹕ More than 1 camera on device, SDK defaulting to the first FRONT camera we can find...

12-11 11:35:12.092  22438-22438/? D/PhoneImpl﹕ Using FRONT facing camera at idx: 1

12-11 11:35:12.092  22438-22438/? D/PhoneImpl﹕ Number of cameras on device: 2

12-11 11:35:12.092    3110-3424/? D/RestrictionPolicy﹕ isCameraEnabled ret(true) userId(0) cxtInfo.mCallerUid(10338) cxtInfo.mContainerId(0)

12-11 11:35:12.092   3402-16313/? D/MultiSimUtils﹕ getDualModePINPUKRequest : false

12-11 11:35:12.097    3110-3735/? I/EDMNativeHelperService﹕ isCameraEnabled

12-11 11:35:12.097    3110-3735/? D/RestrictionPolicy﹕ isCameraEnabled ret(true) userId(0) cxtInfo.mCallerUid(10338) cxtInfo.mContainerId(0)

12-11 11:35:12.097    2538-2538/? E/CameraService﹕ orgID: 0 checkingID: 0 seems GOOD

12-11 11:35:12.097    2538-2538/? E/CameraService﹕ orgID: 0 checkingID: 1 seems GOOD

12-11 11:35:12.097    2538-2538/? E/CameraService﹕ orgID: 0 checkingID: 2 seems GOOD

12-11 11:35:12.097    2538-2538/? E/CameraService﹕ orgID: 0 checkingID: 3 seems GOOD

12-11 11:35:12.097    2538-2538/? E/CameraService﹕ orgID: 0 checkingID: 4 seems GOOD