distriqt / ANE-CustomResources

Android Custom Resources for AIR Applications
https://airnativeextensions.com
15 stars 4 forks source link

ANE BUILD SUCCESS but still got the Bell icon... #35

Closed Galaxup closed 5 years ago

Galaxup commented 5 years ago

I finally build custom ane for icon with ant with success but I still get the Bell icon ??

marchbold commented 5 years ago

Which ANE is this in regards to?

Galaxup commented 5 years ago

Push notification Ane one signal for having custom icon with FCM. I did all the tutorial to build the customicon ane so the push would show something else from the Bell icon.

marchbold commented 5 years ago

So there are several possibilities here, mostly come down to the name of the resource:

<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_stat_distriqt_embedded" />

ic_stat_distriqt_embedded is the name of the bell icon so you must set this to match your icon.

Galaxup commented 5 years ago

I tried and still got the Bell... I have to use the nocore.ane instead of core because of other anes like Milkman and myflashlab but I am going with Distriqt anes from now on. We will make the switch in 2019 changing all the anes one by one. I have made a Big app with a lot of native functions.

I have tried so many things.

With the provider script like mentionned in another github tread is the only thing I can't put in my android manifest.

Everything thing is working super but the Bell is driving me crazy... If I can get juste a Heart shape white clippart or I can send image...

You should have a better solution. I learned how to make a Ane with ANT that was sharp but Ane is not working after like 30+ different builds with different code to try and fix.

marchbold commented 5 years ago

Unfortunately we have lobbied Adobe to make adding android resources easier but this is where we are at right now.

Can you please post the logs from the device, we should be able to gather some information from there? (https://airnativeextensions.github.io/tutorials/device-logs)

Also can you explain how you are sending your messages as this can make a difference?

Galaxup commented 5 years ago
11-19 02:13:55.831 12022 16289 I GAEEngine: [FaceService] GAE Flag true genderConfidence [0.36405814, 0.63594186]
11-19 02:13:55.835  2986  7200 I AfterimageCompensationService: CoprRoi = 12 13 16 27 29 34 3 2 7 25 27 32
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: BRIGHTNESS = 420
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: AfcThread interpolationCount - 205173
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 0, xRGB = 0, average - 5.969376913029068
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 1, xRGB = 0, average - 11.020597352465249
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 2, xRGB = 0, average - 15.012969605989122
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 3, xRGB = 0, average - 10.951884272707776
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 4, xRGB = 0, average - 29.905211237400813
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 5, xRGB = 0, average - 40.861945099721225
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 6, xRGB = 0, average - 14.873013861540562
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 7, xRGB = 0, average - 35.79563000799332
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 8, xRGB = 0, average - 44.76750726219952
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 9, xRGB = 0, average - 9.95200124773352
11-19 02:13:55.838  2986  7200 I AfterimageCompensationService: XRGB _i = 10, xRGB = 0, average - 26.92410270407268
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: XRGB _i = 11, xRGB = 0, average - 36.89371356715331
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 0, value = 5.969347818670098
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 1, value = 11.02054363878288
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 2, value = 15.012896433741282
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 3, value = 10.951830893928538
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 4, value = 29.905065481325515
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 5, value = 40.861745941230105
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 6, value = 14.872941371428015
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 7, value = 35.79545554239595
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 8, value = 44.767289068249724
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 9, value = 9.951952742319808
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 10, value = 26.92397147772855
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average XRGB - i = 11, value = 36.89353374956734
11-19 02:13:55.839  2986  7200 I AfterimageCompensationService: Average interpolationLuminance = 398.209564611328
11-19 02:13:55.911 12022 16289 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 2.000000, putBufferlength 371840
11-19 02:13:56.026 12022 16289 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:13:56.026 12022 16289 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:13:56.027 12022 16289 D Jpeg_Codec: Susses jpeg decode
11-19 02:13:56.079 12022 16289 I SAIV_FACE: start find face function
11-19 02:13:56.080 12022 16289 D MVFD_api: mvfd_api_FDRun[373x664][min30][max373][mode3]
11-19 02:13:56.148 12022 16289 D DMCFaceEngine_dmcSMVFDInterface: [0/1] L144 T124 R208 B188
11-19 02:13:56.148 12022 16289 D MVFD_api: mvfd_api_FDRun : 1/T13
11-19 02:13:56.149 12022 16289 D MVFD_api: [0/1] L144/144 T124/124 R208/208 B188/188
11-19 02:13:56.149 12022 16289 I SAIV_FACE: in get face rect : 0
11-19 02:13:56.197 12022 16289 I SAIV_FACE: Let's process : [LMD13pt] (163.15, 141.79) (147.30, ... 168.89)
11-19 02:13:56.198 12022 16289 I FR_Native: landmark (163.00, 141.00) (147.00, ... 168.00)
11-19 02:13:56.206 12022 16289 I FR_Native: image width[373], height[664]
11-19 02:13:56.208 12022 16289 I FR_Native: Face alignment - pt : [147, 143],[163, 141]
11-19 02:13:56.208 12022 16289 I FR_Native: Face patch resize
11-19 02:13:56.208 12022 16289 I FR_Native: feature extraction - start
11-19 02:13:56.208 12022 16289 I FR_Native: feature extraction - m_w[64], m_h[64], m_c[3]
11-19 02:13:56.363 12022 16289 I SCE_v2.0: This is SCE v2.02
11-19 02:13:56.364 12022 16289 I [SCE_3] : [SmartCropping v2.0] native version is 2018-04-27-01
11-19 02:13:56.364 12022 16289 I [SCE_3] : srcb_format_input_byte:512, size: 373*664
11-19 02:13:56.369 12022 16289 I SCE_Native: Processing Time of format_converting : 5.28 ms with 512, size: 373*664
11-19 02:13:56.369 12022 16289 I [SCE_3] : [smartcropapp.cpp] clear previous image info
11-19 02:13:56.369 12022 16289 I [SCE_3] : [smartcropapp.cpp] procimg rows:480, cols:269, buffer size:129120
11-19 02:13:56.369 12022 16289 I [SCE_3] : [smartcropapp.cpp] procimg_released
11-19 02:13:56.380 12022 16289 I SCE_Native: Processing Time on resizing : 11.21 ms
11-19 02:13:56.381 12022 16289 I SCE_Native: Processing Time on SetByteImage() : 16.80 ms
11-19 02:13:56.381 12022 16289 I [SCE_3] : [smartcropapp.cpp] detectSaliencyBox() is called
11-19 02:13:56.381 12022 16289 I [SCE_3] : [Detection.cpp] Detection::detectSaliencyBox() is called
11-19 02:13:56.525 12022 16289 I [SCE_3] : [Detection.cpp] Detection_getFeatureLayers: top_vects_size:49,feature layer index:48
11-19 02:13:56.526 12022 16289 I [SCE_3] : [Detection.cpp] (detectSaliencyBox()) CnnMaxVal is 1.0000 on CNN Feature Map
11-19 02:13:56.526 12022 16289 I [SCE_3] : [Detection.cpp] getGassianMatrix_reversed(HQ) function is called to apply gaussian weight
11-19 02:13:56.526 12022 16289 I [SCE_3] : [Detection.cpp] Gaussian center point is GaussCntX=13.50, GaussCntY=13.50
11-19 02:13:56.526 12022 16289 I SCE_Native: [Detection.cpp] gaussian decay value it 1.00
11-19 02:13:56.526 12022 16289 I [SCE_3] : [Detection.cpp] gaussian weight for CNN on gaussian_matrix_type=1
11-19 02:13:56.527 12022 16289 I [SCE_3] : [Detection.cpp] (detectSaliencyBox()) extractBndBoxContour() is called with peak : 0.70 & factor : 0.40 on CNN widh MODE=0
11-19 02:13:56.527 12022 16289 I [SCE_3] : [Detection.cpp] extractBndBoxContour(): threshold is 0.40
11-19 02:13:56.527 12022 16289 I [SCE_3] : [findSingleObjectRect()] [MIN_SIZE_REVISION] ROI rect is x:80, y:0, w:192, h:256
11-19 02:13:56.527 12022 16289 I [SCE_3] : [findSingleObjectRect()] [MIN_SIZE_REVISION] shortObj: 192, longObj: 256, shortImg: 373
11-19 02:13:56.527 12022 16289 I [SCE_3] : [findSingleObjectRect()] [ROI] final result of object rect is x:80, y:0, w:192, h:256
11-19 02:13:56.527 12022 16289 I [SCE_3] : [smartcropapp.cpp] [Processing Time] findSingleObjectRect() is 0.09ms
11-19 02:13:56.527 12022 16289 I SCE_Native: Processing Time on findObjectRect() : 146.28 ms
11-19 02:13:56.527 12022 16289 I [SCE_3] : object rect: 80, 0, 272, 256
11-19 02:13:56.528 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 373
11-19 02:13:56.528 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 373
11-19 02:13:56.528 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 497
11-19 02:13:56.528 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 497
11-19 02:13:56.528 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 280
11-19 02:13:56.528 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 280
11-19 02:13:56.528 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 663
11-19 02:13:56.528 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 663
11-19 02:13:56.528 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 50, w: 373, h: 210
11-19 02:13:56.528 12022 16289 I [SCE_3] : crop rect: 0, 50, 373, 260
11-19 02:13:56.552 12022 16289 I DMCFaceEngine_dmcHPEInterface: caHPE_RunDetection: image[0x7bf7348380],[373x664],p0,r[144,124,64,64],o0,v0
11-19 02:13:56.569 12022 16289 I DMCFaceEngine_dmcHPEInterface: UUext:4096
11-19 02:13:56.597 12022 16289 I GAEEngine: [FaceService] GAE Flag true expressionConfidence [0.7292932, 0.59279376, 0.55652106, 0.2327629]
11-19 02:13:56.597 12022 16289 I GAEEngine: [FaceService] GAE Flag true ageConfidence [0.957186, 0.24114658, 0.17320155, 0.10452826, 0.09949315]
11-19 02:13:56.597 12022 16289 I GAEEngine: [FaceService] GAE Flag true genderConfidence [0.63246214, 0.3675379]
11-19 02:13:56.671 12022 16289 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 2.000000, putBufferlength 371840
11-19 02:13:56.789 12022 16289 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:13:56.789 12022 16289 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:13:56.791 12022 16289 D Jpeg_Codec: Susses jpeg decode
11-19 02:13:56.821  2986  3789 E Watchdog: !@Sync 1995 [2018-11-19 02:13:56.820]
11-19 02:13:56.842 12022 16289 I SAIV_FACE: start find face function
11-19 02:13:56.844 12022 16289 D MVFD_api: mvfd_api_FDRun[373x664][min30][max373][mode3]
11-19 02:13:56.900 12022 16289 D DMCFaceEngine_dmcSMVFDInterface: [0/1] L136 T116 R200 B180
11-19 02:13:56.900 12022 16289 D MVFD_api: mvfd_api_FDRun : 1/T14
11-19 02:13:56.901 12022 16289 D MVFD_api: [0/1] L136/136 T116/116 R200/200 B180/180
11-19 02:13:56.901 12022 16289 I SAIV_FACE: in get face rect : 0
11-19 02:13:56.953 12022 16289 I SAIV_FACE: Let's process : [LMD13pt] (155.54, 134.93) (139.96, ... 162.12)
11-19 02:13:56.955 12022 16289 I FR_Native: landmark (155.00, 134.00) (139.00, ... 162.00)
11-19 02:13:56.963 12022 16289 I FR_Native: image width[373], height[664]
11-19 02:13:56.964 12022 16289 I FR_Native: Face alignment - pt : [139, 135],[155, 134]
11-19 02:13:56.964 12022 16289 I FR_Native: Face patch resize
11-19 02:13:56.964 12022 16289 I FR_Native: feature extraction - start
11-19 02:13:56.965 12022 16289 I FR_Native: feature extraction - m_w[64], m_h[64], m_c[3]
11-19 02:13:57.164 12022 16289 I SCE_v2.0: This is SCE v2.02
11-19 02:13:57.164 12022 16289 I [SCE_3] : [SmartCropping v2.0] native version is 2018-04-27-01
11-19 02:13:57.164 12022 16289 I [SCE_3] : srcb_format_input_byte:512, size: 373*664
11-19 02:13:57.172 12022 16289 I SCE_Native: Processing Time of format_converting : 7.88 ms with 512, size: 373*664
11-19 02:13:57.172 12022 16289 I [SCE_3] : [smartcropapp.cpp] clear previous image info
11-19 02:13:57.172 12022 16289 I [SCE_3] : [smartcropapp.cpp] procimg rows:480, cols:269, buffer size:129120
11-19 02:13:57.172 12022 16289 I [SCE_3] : [smartcropapp.cpp] procimg_released
11-19 02:13:57.184 12022 16289 I SCE_Native: Processing Time on resizing : 11.28 ms
11-19 02:13:57.184 12022 16289 I SCE_Native: Processing Time on SetByteImage() : 19.51 ms
11-19 02:13:57.184 12022 16289 I [SCE_3] : [smartcropapp.cpp] detectSaliencyBox() is called
11-19 02:13:57.184 12022 16289 I [SCE_3] : [Detection.cpp] Detection::detectSaliencyBox() is called
11-19 02:13:57.324 12022 16289 I [SCE_3] : [Detection.cpp] Detection_getFeatureLayers: top_vects_size:49,feature layer index:48
11-19 02:13:57.324 12022 16289 I [SCE_3] : [Detection.cpp] (detectSaliencyBox()) CnnMaxVal is 1.0000 on CNN Feature Map
11-19 02:13:57.324 12022 16289 I [SCE_3] : [Detection.cpp] getGassianMatrix_reversed(HQ) function is called to apply gaussian weight
11-19 02:13:57.324 12022 16289 I [SCE_3] : [Detection.cpp] Gaussian center point is GaussCntX=13.50, GaussCntY=13.50
11-19 02:13:57.324 12022 16289 I SCE_Native: [Detection.cpp] gaussian decay value it 1.00
11-19 02:13:57.324 12022 16289 I [SCE_3] : [Detection.cpp] gaussian weight for CNN on gaussian_matrix_type=1
11-19 02:13:57.324 12022 16289 I [SCE_3] : [Detection.cpp] (detectSaliencyBox()) extractBndBoxContour() is called with peak : 0.70 & factor : 0.40 on CNN widh MODE=0
11-19 02:13:57.324 12022 16289 I [SCE_3] : [Detection.cpp] extractBndBoxContour(): threshold is 0.40
11-19 02:13:57.324 12022 16289 I [SCE_3] : [findSingleObjectRect()] [MIN_SIZE_REVISION] ROI rect is x:72, y:0, w:192, h:256
11-19 02:13:57.324 12022 16289 I [SCE_3] : [findSingleObjectRect()] [MIN_SIZE_REVISION] shortObj: 192, longObj: 256, shortImg: 373
11-19 02:13:57.325 12022 16289 I [SCE_3] : [findSingleObjectRect()] [ROI] final result of object rect is x:72, y:0, w:192, h:256
11-19 02:13:57.325 12022 16289 I [SCE_3] : [smartcropapp.cpp] [Processing Time] findSingleObjectRect() is 0.06ms
11-19 02:13:57.325 12022 16289 I SCE_Native: Processing Time on findObjectRect() : 140.51 ms
11-19 02:13:57.325 12022 16289 I [SCE_3] : object rect: 72, 0, 264, 256
11-19 02:13:57.325 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 373
11-19 02:13:57.325 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 373
11-19 02:13:57.325 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 497
11-19 02:13:57.325 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 497
11-19 02:13:57.325 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 280
11-19 02:13:57.325 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 280
11-19 02:13:57.325 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 0, w: 373, h: 663
11-19 02:13:57.325 12022 16289 I [SCE_3] : crop rect: 0, 0, 373, 663
11-19 02:13:57.325 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 42, w: 373, h: 210
11-19 02:13:57.325 12022 16289 I [SCE_3] : crop rect: 0, 42, 373, 252
11-19 02:13:57.330  2986  2986 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 2986 / 1000 / 2986
11-19 02:13:57.331  3611  3817 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 17 -113 -14 -36 2147483647 0 2147483647 0x3000 P gsm|lte level=3
11-19 02:13:57.331  3611  3817 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
11-19 02:13:57.331  3611  3817 D NetworkController.MobileSignalController(0/1): updateOYBMobileIconGroup(): 13
11-19 02:13:57.348 12022 16289 I DMCFaceEngine_dmcHPEInterface: caHPE_RunDetection: image[0x7bf7348cc0],[373x664],p0,r[136,116,64,64],o0,v0
11-19 02:13:57.364 12022 16289 I DMCFaceEngine_dmcHPEInterface: UUext:4096
11-19 02:13:57.390 12022 16289 I GAEEngine: [FaceService] GAE Flag true expressionConfidence [0.73082364, 0.3356698, 0.5354129, 0.37511072]
11-19 02:13:57.391 12022 16289 I GAEEngine: [FaceService] GAE Flag true ageConfidence [0.9615049, 0.22272831, 0.24767418, 0.15715522, 0.055246804] 
11-19 02:13:57.391 12022 16289 I GAEEngine: [FaceService] GAE Flag true genderConfidence [0.4721077, 0.5278923]
11-19 02:13:57.467 12022 16289 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 2.000000, putBufferlength 371840
11-19 02:13:57.585 12022 16289 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:13:57.585 12022 16289 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:13:57.586 12022 16289 D Jpeg_Codec: Susses jpeg decode
11-19 02:13:57.638 12022 16289 I SAIV_FACE: start find face function
11-19 02:13:57.640 12022 16289 D MVFD_api: mvfd_api_FDRun[373x664][min30][max373][mode3]
11-19 02:13:57.700 12022 16289 D DMCFaceEngine_dmcSMVFDInterface: [0/1] L76 T149 R127 B200
11-19 02:13:57.701 12022 16289 D MVFD_api: mvfd_api_FDRun : 1/T15
11-19 02:13:57.703 12022 16289 D MVFD_api: [0/1] L76/76 T149/149 R127/127 B200/200
11-19 02:13:57.703 12022 16289 I SAIV_FACE: in get face rect : 0
11-19 02:13:57.752 12022 16289 I SAIV_FACE: Let's process : [LMD13pt] (111.59, 151.87) (102.18, ... 182.90)
11-19 02:13:57.753 12022 16289 I SAIV_FACE: keypointpose : 2
11-19 02:13:57.753 12022 16289 I SAIV_FACE: Landmark keypoints are not available!!!
11-19 02:13:57.758 12022 16289 I SCE_v2.0: This is SCE v2.02
11-19 02:13:57.758 12022 16289 I [SCE_3] : [SmartCropping v2.0] native version is 2018-04-27-01
11-19 02:13:57.759 12022 16289 I [SCE_3] : srcb_format_input_byte:512, size: 373*664
11-19 02:13:57.763 12022 16289 I SCE_Native: Processing Time of format_converting : 4.38 ms with 512, size: 373*664
11-19 02:13:57.763 12022 16289 I [SCE_3] : [smartcropapp.cpp] clear previous image info
11-19 02:13:57.763 12022 16289 I [SCE_3] : [smartcropapp.cpp] procimg rows:480, cols:269, buffer size:129120
11-19 02:13:57.763 12022 16289 I [SCE_3] : [smartcropapp.cpp] procimg_released
11-19 02:13:57.770 12022 16289 I SCE_Native: Processing Time on resizing : 7.03 ms
11-19 02:13:57.770 12022 16289 I SCE_Native: Processing Time on SetByteImage() : 11.65 ms
11-19 02:13:57.771 12022 16289 I [SCE_3] : [smartcropapp.cpp] detectSaliencyBox() is called
11-19 02:13:57.771 12022 16289 I [SCE_3] : [Detection.cpp] Detection::detectSaliencyBox() is called
11-19 02:13:57.911 12022 16289 I [SCE_3] : [Detection.cpp] Detection_getFeatureLayers: top_vects_size:49,feature layer index:48
11-19 02:13:57.912 12022 16289 I [SCE_3] : [Detection.cpp] (detectSaliencyBox()) CnnMaxVal is 0.9789 on CNN Feature Map
11-19 02:13:57.912 12022 16289 I [SCE_3] : [Detection.cpp] getGassianMatrix_reversed(HQ) function is called to apply gaussian weight
11-19 02:13:57.912 12022 16289 I [SCE_3] : [Detection.cpp] Gaussian center point is GaussCntX=13.50, GaussCntY=13.50
11-19 02:13:57.912 12022 16289 I SCE_Native: [Detection.cpp] gaussian decay value it 1.00
11-19 02:13:57.912 12022 16289 I [SCE_3] : [Detection.cpp] gaussian weight for CNN on gaussian_matrix_type=1
11-19 02:13:57.912 12022 16289 I [SCE_3] : [Detection.cpp] (detectSaliencyBox()) extractBndBoxContour() is called with peak : 0.70 & factor : 0.40 on CNN widh MODE=0
11-19 02:13:57.912 12022 16289 I [SCE_3] : [Detection.cpp] extractBndBoxContour(): threshold is 0.39
11-19 02:13:57.912 12022 16289 I [SCE_3] : [findSingleObjectRect()] [MIN_SIZE_REVISION] ROI rect is x:39, y:118, w:280, h:546
11-19 02:13:57.912 12022 16289 I [SCE_3] : [findSingleObjectRect()] [MIN_SIZE_REVISION] shortObj: 280, longObj: 546, shortImg: 373
11-19 02:13:57.912 12022 16289 I [SCE_3] : [findSingleObjectRect()] [ROI] final result of object rect is x:39, y:118, w:280, h:545
11-19 02:13:57.912 12022 16289 I [SCE_3] : [smartcropapp.cpp] [Processing Time] findSingleObjectRect() is 0.05ms
11-19 02:13:57.912 12022 16289 I SCE_Native: Processing Time on findObjectRect() : 141.55 ms
11-19 02:13:57.912 12022 16289 I [SCE_3] : object rect: 39, 118, 319, 663
11-19 02:13:57.913 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 27, w: 373, h: 373
11-19 02:13:57.913 12022 16289 I [SCE_3] : crop rect: 0, 27, 373, 400
11-19 02:13:57.913 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 27, w: 373, h: 497
11-19 02:13:57.913 12022 16289 I [SCE_3] : crop rect: 0, 27, 373, 524
11-19 02:13:57.913 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 27, w: 373, h: 280
11-19 02:13:57.913 12022 16289 I [SCE_3] : crop rect: 0, 27, 373, 307
11-19 02:13:57.913 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 1, w: 373, h: 663
11-19 02:13:57.913 12022 16289 I [SCE_3] : crop rect: 0, 1, 373, 664
11-19 02:13:57.913 12022 16289 I [SCE_3] : [smartCrop(w,h)] postProcess(...) => croproi x: 0, y: 27, w: 373, h: 210
11-19 02:13:57.913 12022 16289 I [SCE_3] : crop rect: 0, 27, 373, 237
11-19 02:13:57.930 12022 16289 I DMCFaceEngine_dmcHPEInterface: caHPE_RunDetection: image[0x7bf7348640],[373x664],p0,r[76,149,51,51],o0,v0
11-19 02:13:57.946 12022 16289 I DMCFaceEngine_dmcHPEInterface: UUext:0
11-19 02:13:57.946 12022 16289 E SAIV_FACE: Let's process : [LMD13pt] Fail to find LMD13pt points!
11-19 02:13:57.946 12022 16289 I GAEEngine: [FaceService] GAE Flag false expressionConfidence []
11-19 02:13:57.946 12022 16289 I GAEEngine: [FaceService] GAE Flag false ageConfidence []
11-19 02:13:57.946 12022 16289 I GAEEngine: [FaceService] GAE Flag false genderConfidence []
11-19 02:13:58.103 12022 16289 I FaceDetectionTask: [FaceService] mImagesProcessedCount: 15
11-19 02:13:58.103 12022 16289 I FaceDetectionTask: [FaceService] No command. Exiting detection task
11-19 02:13:58.103 12022 16289 I SAIV_FACE: call FD release
11-19 02:13:58.103 12022 16289 D DMCFaceEngine_dmcSMVFDInterface: --- Call Release API : Mode[SMVFD_v150123mcdClustering]
11-19 02:13:58.104 12022 16289 D MVFD_api: [FD] mvfd_api_FDRelease : 1
11-19 02:13:58.104 12022 16289 I SAIV_FACE: release face recognition engine
11-19 02:13:58.107 12022 16289 I FR_Native: release FC engine
11-19 02:13:58.107 12022 16289 I FR_Native: release FR engine
11-19 02:13:58.107 12022 16289 I FR_Native: release FR model
11-19 02:13:58.107 12022 16289 I FR_Native: release FC engine
11-19 02:13:58.107 12022 16289 I BaseThreadPoolExecutor: [FaceService] afterExecute FutureTask
11-19 02:13:58.107 12022 16289 I FaceController: [FaceService] onTaskCompleted
11-19 02:13:58.141 12022 16289 I BaseThreadPoolExecutor: [FaceService] Task com.samsung.faceservice.task.FaceGroupingTask@34a2fa6 is submitted
11-19 02:13:58.141 12022 16289 I FaceGroupingTask: [FaceService] Grouping task Started
11-19 02:13:58.149 12022 16289 I FaceGroupingTask: [FaceService] grouping batches :  2
11-19 02:13:58.149 12022 16289 I FR_Native: release FC engine
11-19 02:13:58.149 12022 16289 I FR_Native: release FR engine
11-19 02:13:58.149 12022 16289 I FR_Native: release FR model
11-19 02:13:58.161 12022 16289 I FR_Native: init FR model
11-19 02:13:58.161 12022 16289 I FR_Native: init FR engine (FR_ENGINE_Version : SAIT_FR_2015_[2017.02.07])
11-19 02:13:58.161 12022 16289 I FR_Native: init FC engine (FR_SOLUTION__Version : 2017.03.07)
11-19 02:13:58.161 12022 16289 I SAIV_FACE: DMC LMD ENGINE INIT 1.0.08 [Option-0/Profile-1]
11-19 02:13:58.167 12022 16289 I SAIV_FACE: DMC LMD ENGINE : ret 69632
11-19 02:13:58.167 12022 16289 I SAIV_FACE: create face recognition engine - 20170207
11-19 02:13:58.167 12022 16289 I SAIV_FACE: feature size : 3840
11-19 02:13:58.167 12022 16289 I SAIV_FACE: landmark points: 13
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 430
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 431
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 432
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 433
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 434
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 435
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 436
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 437
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 438
11-19 02:13:58.169 12022 16289 I SAIV_FACE: load feature, 439
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 440
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 441
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 442
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 443
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 444
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 445
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 446
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 447
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 448
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 449
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 450
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 451
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 452
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 453
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 454
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 455
11-19 02:13:58.170 12022 16289 I SAIV_FACE: load feature, 456
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 457
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 458
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 459
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 460
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 461
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 462
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 463
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 464
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 465
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 466
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 467
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 468
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 469
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 470
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 471
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 472
11-19 02:13:58.171 12022 16289 I SAIV_FACE: load feature, 473
11-19 02:13:58.172 12022 16289 I SAIV_FACE: load feature, 474
11-19 02:13:58.172 12022 16289 I SAIV_FACE: load feature, 475
11-19 02:13:58.172 12022 16289 I SAIV_FACE: load feature, 476
11-19 02:13:58.172 12022 16289 I SAIV_FACE: load feature, 477
11-19 02:13:58.172 12022 16289 I SAIV_FACE: load feature, 478
11-19 02:13:58.172 12022 16289 I SAIV_FACE: load feature, 479
11-19 02:13:58.192 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:0 & count:174
11-19 02:13:58.197 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:1 & count:10
11-19 02:13:58.202 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:2 & count:2
11-19 02:13:58.207 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:3 & count:8
11-19 02:13:58.212 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:4 & count:6
11-19 02:13:58.215 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:5 & count:6
11-19 02:13:58.221 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:6 & count:5
11-19 02:13:58.225 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:13 & count:4
11-19 02:13:58.228 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:20 & count:2
11-19 02:13:58.234 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:35 & count:14
11-19 02:13:58.238 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:47 & count:1
11-19 02:13:58.242 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:65 & count:2
11-19 02:13:58.246 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:96 & count:2
11-19 02:13:58.254 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:98 & count:4
11-19 02:13:58.261 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:103 & count:2
11-19 02:13:58.270 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:136 & count:3
11-19 02:13:58.276 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:147 & count:10
11-19 02:13:58.282 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:160 & count:3
11-19 02:13:58.288 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:163 & count:7
11-19 02:13:58.297 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:175 & count:1
11-19 02:13:58.302 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:177 & count:14
11-19 02:13:58.307 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:179 & count:3
11-19 02:13:58.313 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:181 & count:31
11-19 02:13:58.319 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:183 & count:78
11-19 02:13:58.325 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:185 & count:2
11-19 02:13:58.329 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:186 & count:9
11-19 02:13:58.332 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:188 & count:10
11-19 02:13:58.336 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:190 & count:4
11-19 02:13:58.343 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:191 & count:99
11-19 02:13:58.348 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:195 & count:6
11-19 02:13:58.354 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:196 & count:7
11-19 02:13:58.360 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:198 & count:9
11-19 02:13:58.365 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:199 & count:22
11-19 02:13:58.369 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:206 & count:2
11-19 02:13:58.374 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:222 & count:25
11-19 02:13:58.379 12022 16289 I SAIV_FACE: numCluster : 35
11-19 02:13:58.379 12022 16289 I SAIV_FACE: cid : -1
11-19 02:13:58.379 12022 16289 I SAIV_FACE: numMember : 174
11-19 02:13:58.379 12022 16289 I SAIV_FACE: cid : 0
11-19 02:13:58.379 12022 16289 I SAIV_FACE: numMember : 10
11-19 02:13:58.379 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.379 12022 16289 I SAIV_FACE: load cluster feature, 2
11-19 02:13:58.379 12022 16289 I SAIV_FACE: cid : 1
11-19 02:13:58.379 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:58.379 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.379 12022 16289 I SAIV_FACE: load cluster feature, 3
11-19 02:13:58.380 12022 16289 I SAIV_FACE: cid : 2
11-19 02:13:58.380 12022 16289 I SAIV_FACE: numMember : 8
11-19 02:13:58.380 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 19
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 25
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 22
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 28
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 34
11-19 02:13:58.380 12022 16289 I SAIV_FACE: cid : 3
11-19 02:13:58.380 12022 16289 I SAIV_FACE: numMember : 6
11-19 02:13:58.380 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 12
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 7
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 11
11-19 02:13:58.380 12022 16289 I SAIV_FACE: load cluster feature, 9
11-19 02:13:58.381 12022 16289 I SAIV_FACE: load cluster feature, 8
11-19 02:13:58.381 12022 16289 I SAIV_FACE: cid : 4
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numMember : 6
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.381 12022 16289 I SAIV_FACE: load cluster feature, 21
11-19 02:13:58.381 12022 16289 I SAIV_FACE: cid : 5
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numMember : 5
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.381 12022 16289 I SAIV_FACE: load cluster feature, 130
11-19 02:13:58.381 12022 16289 I SAIV_FACE: cid : 12
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numMember : 4
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numOfFid : 2
11-19 02:13:58.381 12022 16289 I SAIV_FACE: load cluster feature, 95
11-19 02:13:58.381 12022 16289 I SAIV_FACE: load cluster feature, 258
11-19 02:13:58.381 12022 16289 I SAIV_FACE: cid : 19
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:58.381 12022 16289 I SAIV_FACE: numOfFid : 2
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 155
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 154
11-19 02:13:58.382 12022 16289 I SAIV_FACE: cid : 34
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numMember : 14
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 1172
11-19 02:13:58.382 12022 16289 I SAIV_FACE: cid : 46
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numMember : 1
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 84
11-19 02:13:58.382 12022 16289 I SAIV_FACE: cid : 64
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 1158
11-19 02:13:58.382 12022 16289 I SAIV_FACE: cid : 95
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 1430
11-19 02:13:58.382 12022 16289 I SAIV_FACE: cid : 97
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numMember : 4
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numOfFid : 4
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 1379
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 1449
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 137
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 139
11-19 02:13:58.382 12022 16289 I SAIV_FACE: cid : 102
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:58.382 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.382 12022 16289 I SAIV_FACE: load cluster feature, 1161
11-19 02:13:58.383 12022 16289 I SAIV_FACE: cid : 135
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numMember : 3
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1204
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1202
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1203
11-19 02:13:58.383 12022 16289 I SAIV_FACE: cid : 146
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numMember : 10
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1461
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1389
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1455
11-19 02:13:58.383 12022 16289 I SAIV_FACE: cid : 159
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numMember : 3
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1595
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1584
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1586
11-19 02:13:58.383 12022 16289 I SAIV_FACE: cid : 162
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numMember : 7
11-19 02:13:58.383 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1585
11-19 02:13:58.383 12022 16289 I SAIV_FACE: load cluster feature, 1581
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 1590
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 1592
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 1377
11-19 02:13:58.384 12022 16289 I SAIV_FACE: cid : 174
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numMember : 1
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 1
11-19 02:13:58.384 12022 16289 I SAIV_FACE: cid : 176
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numMember : 14
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 69
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 73
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 72
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 71
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 70
11-19 02:13:58.384 12022 16289 I SAIV_FACE: cid : 178
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numMember : 3
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 39
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 14
11-19 02:13:58.384 12022 16289 I SAIV_FACE: load cluster feature, 36
11-19 02:13:58.384 12022 16289 I SAIV_FACE: cid : 180
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numMember : 31
11-19 02:13:58.384 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 360
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 347
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 254
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 259
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 305
11-19 02:13:58.385 12022 16289 I SAIV_FACE: cid : 182
11-19 02:13:58.385 12022 16289 I SAIV_FACE: numMember : 78
11-19 02:13:58.385 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 144
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 214
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 216
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 164
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 371
11-19 02:13:58.385 12022 16289 I SAIV_FACE: cid : 184
11-19 02:13:58.385 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:58.385 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.385 12022 16289 I SAIV_FACE: load cluster feature, 61
11-19 02:13:58.385 12022 16289 I SAIV_FACE: cid : 185
11-19 02:13:58.385 12022 16289 I SAIV_FACE: numMember : 9
11-19 02:13:58.385 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 56
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 90
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 91
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 47
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 282
11-19 02:13:58.386 12022 16289 I SAIV_FACE: cid : 187
11-19 02:13:58.386 12022 16289 I SAIV_FACE: numMember : 10
11-19 02:13:58.386 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 49
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 58
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 255
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 263
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 260
11-19 02:13:58.386 12022 16289 I SAIV_FACE: cid : 189
11-19 02:13:58.386 12022 16289 I SAIV_FACE: numMember : 4
11-19 02:13:58.386 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:58.386 12022 16289 I SAIV_FACE: load cluster feature, 125
11-19 02:13:58.387 12022 16289 I SAIV_FACE: load cluster feature, 129
11-19 02:13:58.387 12022 16289 I SAIV_FACE: load cluster feature, 128
11-19 02:13:58.387 12022 16289 I SAIV_FACE: cid : 190
11-19 02:13:58.387 12022 16289 I SAIV_FACE: numMember : 99
11-19 02:13:58.387 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.387 12022 16289 I SAIV_FACE: load cluster feature, 331
11-19 02:13:58.387 12022 16289 I SAIV_FACE: load cluster feature, 413
11-19 02:13:58.387 12022 16289 I SAIV_FACE: load cluster feature, 401
11-19 02:13:58.387 12022 16289 I SAIV_FACE: load cluster feature, 410
11-19 02:13:58.387 12022 16289 I SAIV_FACE: load cluster feature, 414
11-19 02:13:58.388 12022 16289 I SAIV_FACE: cid : 194
11-19 02:13:58.388 12022 16289 I SAIV_FACE: numMember : 6
11-19 02:13:58.388 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.388 12022 16289 I SAIV_FACE: load cluster feature, 110
11-19 02:13:58.388 12022 16289 I SAIV_FACE: load cluster feature, 88
11-19 02:13:58.388 12022 16289 I SAIV_FACE: load cluster feature, 104
11-19 02:13:58.388 12022 16289 I SAIV_FACE: load cluster feature, 138
11-19 02:13:58.388 12022 16289 I SAIV_FACE: load cluster feature, 103
11-19 02:13:58.388 12022 16289 I SAIV_FACE: cid : 195
11-19 02:13:58.388 12022 16289 I SAIV_FACE: numMember : 7
11-19 02:13:58.388 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 115
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 119
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 120
11-19 02:13:58.389 12022 16289 I SAIV_FACE: cid : 197
11-19 02:13:58.389 12022 16289 I SAIV_FACE: numMember : 9
11-19 02:13:58.389 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 318
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 147
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 145
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 319
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 108
11-19 02:13:58.389 12022 16289 I SAIV_FACE: cid : 198
11-19 02:13:58.389 12022 16289 I SAIV_FACE: numMember : 22
11-19 02:13:58.389 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 290
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 300
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 301
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 306
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 298
11-19 02:13:58.389 12022 16289 I SAIV_FACE: cid : 205
11-19 02:13:58.389 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:58.389 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:58.389 12022 16289 I SAIV_FACE: load cluster feature, 304
11-19 02:13:58.390 12022 16289 I SAIV_FACE: cid : 221
11-19 02:13:58.390 12022 16289 I SAIV_FACE: numMember : 25
11-19 02:13:58.390 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:58.390 12022 16289 I SAIV_FACE: load cluster feature, 425
11-19 02:13:58.390 12022 16289 I SAIV_FACE: load cluster feature, 339
11-19 02:13:58.390 12022 16289 I SAIV_FACE: load cluster feature, 335
11-19 02:13:58.390 12022 16289 I SAIV_FACE: load cluster feature, 426
11-19 02:13:58.390 12022 16289 I SAIV_FACE: load cluster feature, 427
11-19 02:13:58.390 12022 16289 I SAIV_FACE: saved_clusterInfo is not null, DoClustering
11-19 02:13:58.511 12022 16289 I SAIV_FACE: clustering outlier
11-19 02:13:58.512 12022 16289 I SAIV_FACE: load outlier feature, 81
11-19 02:13:58.516 12022 16289 I SAIV_FACE: load outlier feature, 82
11-19 02:13:58.517 12022 16289 I SAIV_FACE: load outlier feature, 116
11-19 02:13:58.517 12022 16289 I SAIV_FACE: load outlier feature, 135
11-19 02:13:58.517 12022 16289 I SAIV_FACE: load outlier feature, 1166
11-19 02:13:58.518 12022 16289 I SAIV_FACE: load outlier feature, 1177
11-19 02:13:58.518 12022 16289 I SAIV_FACE: load outlier feature, 1195
11-19 02:13:58.519 12022 16289 I SAIV_FACE: load outlier feature, 1197
11-19 02:13:58.520 12022 16289 I SAIV_FACE: load outlier feature, 1201
11-19 02:13:58.520 12022 16289 I SAIV_FACE: load outlier feature, 1214
11-19 02:13:58.520 12022 16289 I SAIV_FACE: load outlier feature, 1350
11-19 02:13:58.521 12022 16289 I SAIV_FACE: load outlier feature, 1358
11-19 02:13:58.521 12022 16289 I SAIV_FACE: load outlier feature, 1359
11-19 02:13:58.521 12022 16289 I SAIV_FACE: load outlier feature, 1365
11-19 02:13:58.521 12022 16289 I SAIV_FACE: load outlier feature, 1384
11-19 02:13:58.521 12022 16289 I SAIV_FACE: load outlier feature, 1390
11-19 02:13:58.521 12022 16289 I SAIV_FACE: load outlier feature, 1420
11-19 02:13:58.522 12022 16289 I SAIV_FACE: load outlier feature, 1422
11-19 02:13:58.522 12022 16289 I SAIV_FACE: load outlier feature, 1424
11-19 02:13:58.522 12022 16289 I SAIV_FACE: load outlier feature, 1428
11-19 02:13:58.523 12022 16289 I SAIV_FACE: load outlier feature, 1438
11-19 02:13:58.523 12022 16289 I SAIV_FACE: load outlier feature, 1442
11-19 02:13:58.524 12022 16289 I SAIV_FACE: load outlier feature, 1443
11-19 02:13:58.524 12022 16289 I SAIV_FACE: load outlier feature, 1444
11-19 02:13:58.524 12022 16289 I SAIV_FACE: load outlier feature, 1448
11-19 02:13:58.525 12022 16289 I SAIV_FACE: load outlier feature, 1454
11-19 02:13:58.525 12022 16289 I SAIV_FACE: load outlier feature, 1456
11-19 02:13:58.525 12022 16289 I SAIV_FACE: load outlier feature, 1462
11-19 02:13:58.525 12022 16289 I SAIV_FACE: load outlier feature, 1464
11-19 02:13:58.525 12022 16289 I SAIV_FACE: load outlier feature, 1500
11-19 02:13:58.525 12022 16289 I SAIV_FACE: load outlier feature, 1501
11-19 02:13:58.526 12022 16289 I SAIV_FACE: load outlier feature, 1521
11-19 02:13:58.526 12022 16289 I SAIV_FACE: load outlier feature, 1524
11-19 02:13:58.526 12022 16289 I SAIV_FACE: load outlier feature, 1526
11-19 02:13:58.527 12022 16289 I SAIV_FACE: load outlier feature, 1527
11-19 02:13:58.527 12022 16289 I SAIV_FACE: load outlier feature, 1534
11-19 02:13:58.528 12022 16289 I SAIV_FACE: load outlier feature, 1549
11-19 02:13:58.528 12022 16289 I SAIV_FACE: load outlier feature, 1550
11-19 02:13:58.528 12022 16289 I SAIV_FACE: load outlier feature, 1551
11-19 02:13:58.528 12022 16289 I SAIV_FACE: load outlier feature, 1552
11-19 02:13:58.528 12022 16289 I SAIV_FACE: load outlier feature, 1554
11-19 02:13:58.528 12022 16289 I SAIV_FACE: load outlier feature, 1560
11-19 02:13:58.528 12022 16289 I SAIV_FACE: load outlier feature, 1561
11-19 02:13:58.529 12022 16289 I SAIV_FACE: load outlier feature, 1563
11-19 02:13:58.529 12022 16289 I SAIV_FACE: load outlier feature, 1564
11-19 02:13:58.529 12022 16289 I SAIV_FACE: load outlier feature, 1580
11-19 02:13:58.530 12022 16289 I SAIV_FACE: load outlier feature, 1582
11-19 02:13:58.530 12022 16289 I SAIV_FACE: load outlier feature, 1591
11-19 02:13:58.531 12022 16289 I SAIV_FACE: load outlier feature, 1594
11-19 02:13:58.531 12022 16289 I SAIV_FACE: load outlier feature, 1596
11-19 02:13:58.531 12022 16289 I SAIV_FACE: load outlier feature, 1598
11-19 02:13:58.531 12022 16289 I SAIV_FACE: load outlier feature, 1599
11-19 02:13:58.531 12022 16289 I SAIV_FACE: load outlier feature, 15
11-19 02:13:58.532 12022 16289 I SAIV_FACE: load outlier feature, 44
11-19 02:13:58.532 12022 16289 I SAIV_FACE: load outlier feature, 107
11-19 02:13:58.532 12022 16289 I SAIV_FACE: load outlier feature, 78
11-19 02:13:58.532 12022 16289 I SAIV_FACE: load outlier feature, 79
11-19 02:13:58.533 12022 16289 I SAIV_FACE: load outlier feature, 80
11-19 02:13:58.533 12022 16289 I SAIV_FACE: load outlier feature, 86
11-19 02:13:58.533 12022 16289 I SAIV_FACE: load outlier feature, 93
11-19 02:13:58.534 12022 16289 I SAIV_FACE: load outlier feature, 124
11-19 02:13:58.534 12022 16289 I SAIV_FACE: load outlier feature, 158
11-19 02:13:58.534 12022 16289 I SAIV_FACE: load outlier feature, 182
11-19 02:13:58.534 12022 16289 I SAIV_FACE: load outlier feature, 193
11-19 02:13:58.534 12022 16289 I SAIV_FACE: load outlier feature, 208
11-19 02:13:58.535 12022 16289 I SAIV_FACE: load outlier feature, 228
11-19 02:13:58.536 12022 16289 I SAIV_FACE: load outlier feature, 281
11-19 02:13:58.536 12022 16289 I SAIV_FACE: load outlier feature, 382
11-19 02:13:58.537 12022 16289 I SAIV_FACE: load outlier feature, 400
11-19 02:13:58.537 12022 16289 I SAIV_FACE: load outlier feature, 291
11-19 02:13:58.538 12022 16289 I SAIV_FACE: load outlier feature, 299
11-19 02:13:58.538 12022 16289 I SAIV_FACE: load outlier feature, 451
11-19 02:13:58.538 12022 16289 I SAIV_FACE: load outlier feature, 478
11-19 02:13:58.538 12022 16289 I SAIV_FACE: cid : 0
11-19 02:13:58.538 12022 16289 I SAIV_FACE: load cluster feature, 2
11-19 02:13:58.538 12022 16289 I SAIV_FACE: cid : 1
11-19 02:13:58.538 12022 16289 I SAIV_FACE: load cluster feature, 3
11-19 02:13:58.538 12022 16289 I SAIV_FACE: cid : 2
11-19 02:13:58.538 12022 16289 I SAIV_FACE: load cluster feature, 19
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 25
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 22
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 28
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 34
11-19 02:13:58.539 12022 16289 I SAIV_FACE: cid : 3
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 12
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 7
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 11
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 9
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 8
11-19 02:13:58.539 12022 16289 I SAIV_FACE: cid : 4
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 21
11-19 02:13:58.539 12022 16289 I SAIV_FACE: cid : 5
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 130
11-19 02:13:58.539 12022 16289 I SAIV_FACE: cid : 12
11-19 02:13:58.539 12022 16289 I SAIV_FACE: load cluster feature, 95
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 258
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 19
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 155
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 154
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 34
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 1172
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 46
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 84
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 64
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 1158
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 95
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 1430
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 97
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 1379
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 1449
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 137
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 139
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 102
11-19 02:13:58.540 12022 16289 I SAIV_FACE: load cluster feature, 1161
11-19 02:13:58.540 12022 16289 I SAIV_FACE: cid : 135
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1204
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1202
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1203
11-19 02:13:58.541 12022 16289 I SAIV_FACE: cid : 146
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1461
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1389
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1455
11-19 02:13:58.541 12022 16289 I SAIV_FACE: cid : 159
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1595
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1584
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1586
11-19 02:13:58.541 12022 16289 I SAIV_FACE: cid : 162
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1585
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1581
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1590
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1592
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1377
11-19 02:13:58.541 12022 16289 I SAIV_FACE: cid : 174
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 1
11-19 02:13:58.541 12022 16289 I SAIV_FACE: cid : 176
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 69
11-19 02:13:58.541 12022 16289 I SAIV_FACE: load cluster feature, 73
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 72
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 71
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 70
11-19 02:13:58.542 12022 16289 I SAIV_FACE: cid : 178
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 39
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 14
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 36
11-19 02:13:58.542 12022 16289 I SAIV_FACE: cid : 180
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 360
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 347
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 254
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 259
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 305
11-19 02:13:58.542 12022 16289 I SAIV_FACE: cid : 182
11-19 02:13:58.542 12022 16289 I SAIV_FACE: load cluster feature, 443
11-19 02:13:58.543 12022 16289 I SAIV_FACE: load cluster feature, 144
11-19 02:13:58.543 12022 16289 I SAIV_FACE: load cluster feature, 474
11-19 02:13:58.543 12022 16289 I SAIV_FACE: load cluster feature, 164
11-19 02:13:58.543 12022 16289 I SAIV_FACE: load cluster feature, 371
11-19 02:13:58.543 12022 16289 I SAIV_FACE: cid : 184
11-19 02:13:58.543 12022 16289 I SAIV_FACE: load cluster feature, 61
11-19 02:13:58.543 12022 16289 I SAIV_FACE: cid : 185
11-19 02:13:58.543 12022 16289 I SAIV_FACE: load cluster feature, 56
11-19 02:13:58.543 12022 16289 I SAIV_FACE: load cluster feature, 90
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 91
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 47
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 282
11-19 02:13:58.544 12022 16289 I SAIV_FACE: cid : 187
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 49
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 58
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 255
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 263
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 260
11-19 02:13:58.544 12022 16289 I SAIV_FACE: cid : 189
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 125
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 129
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 128
11-19 02:13:58.544 12022 16289 I SAIV_FACE: cid : 190
11-19 02:13:58.544 12022 16289 I SAIV_FACE: load cluster feature, 331
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 413
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 401
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 410
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 414
11-19 02:13:58.545 12022 16289 I SAIV_FACE: cid : 194
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 110
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 88
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 104
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 138
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 103
11-19 02:13:58.545 12022 16289 I SAIV_FACE: cid : 195
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 115
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 119
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 120
11-19 02:13:58.545 12022 16289 I SAIV_FACE: cid : 197
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 318
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 147
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 145
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 319
11-19 02:13:58.545 12022 16289 I SAIV_FACE: load cluster feature, 108
11-19 02:13:58.545 12022 16289 I SAIV_FACE: cid : 198
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 290
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 300
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 301
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 306
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 298
11-19 02:13:58.546 12022 16289 I SAIV_FACE: cid : 205
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 304
11-19 02:13:58.546 12022 16289 I SAIV_FACE: cid : 221
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 425
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 427
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 426
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 438
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 335
11-19 02:13:58.546 12022 16289 I SAIV_FACE: cid : 229
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 469
11-19 02:13:58.546 12022 16289 I SAIV_FACE: load cluster feature, 449
11-19 02:13:58.712 12022 16289 I SAIV_FACE: numCluster : 36
11-19 02:13:58.713 12022 16289 I SAIV_FACE: cid = -1
11-19 02:13:58.713 12022 16289 I SAIV_FACE: numMember = 176
11-19 02:13:58.717 12022 16289 I SAIV_FACE: cid = 0
11-19 02:13:58.717 12022 16289 I SAIV_FACE: numMember = 10
11-19 02:13:58.717 12022 16289 I SAIV_FACE: cid = 1
11-19 02:13:58.717 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:58.721 12022 16289 I SAIV_FACE: cid = 2
11-19 02:13:58.721 12022 16289 I SAIV_FACE: numMember = 8
11-19 02:13:58.723 12022 16289 I SAIV_FACE: cid = 3
11-19 02:13:58.723 12022 16289 I SAIV_FACE: numMember = 6
11-19 02:13:58.724 12022 16289 I SAIV_FACE: cid = 4
11-19 02:13:58.724 12022 16289 I SAIV_FACE: numMember = 6
11-19 02:13:58.724 12022 16289 I SAIV_FACE: cid = 5
11-19 02:13:58.724 12022 16289 I SAIV_FACE: numMember = 5
11-19 02:13:58.725 12022 16289 I SAIV_FACE: cid = 12
11-19 02:13:58.725 12022 16289 I SAIV_FACE: numMember = 4
11-19 02:13:58.727 12022 16289 I SAIV_FACE: cid = 19
11-19 02:13:58.727 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:58.728 12022 16289 I SAIV_FACE: cid = 34
11-19 02:13:58.728 12022 16289 I SAIV_FACE: numMember = 14
11-19 02:13:58.728 12022 16289 I SAIV_FACE: cid = 46
11-19 02:13:58.728 12022 16289 I SAIV_FACE: numMember = 1
11-19 02:13:58.729 12022 16289 I SAIV_FACE: cid = 64
11-19 02:13:58.729 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:58.729 12022 16289 I SAIV_FACE: cid = 95
11-19 02:13:58.729 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:58.732 12022 16289 I SAIV_FACE: cid = 97
11-19 02:13:58.732 12022 16289 I SAIV_FACE: numMember = 4
11-19 02:13:58.733 12022 16289 I SAIV_FACE: cid = 102
11-19 02:13:58.733 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:58.735 12022 16289 I SAIV_FACE: cid = 135
11-19 02:13:58.735 12022 16289 I SAIV_FACE: numMember = 3
11-19 02:13:58.737 12022 16289 I SAIV_FACE: cid = 146
11-19 02:13:58.737 12022 16289 I SAIV_FACE: numMember = 10
11-19 02:13:58.738 12022 16289 I SAIV_FACE: cid = 159
11-19 02:13:58.738 12022 16289 I SAIV_FACE: numMember = 3
11-19 02:13:58.742 12022 16289 I SAIV_FACE: cid = 162
11-19 02:13:58.742 12022 16289 I SAIV_FACE: numMember = 7
11-19 02:13:58.742 12022 16289 I SAIV_FACE: cid = 174
11-19 02:13:58.743 12022 16289 I SAIV_FACE: numMember = 1
11-19 02:13:58.745 12022 16289 I SAIV_FACE: cid = 176
11-19 02:13:58.745 12022 16289 I SAIV_FACE: numMember = 14
11-19 02:13:58.746 12022 16289 I SAIV_FACE: cid = 178
11-19 02:13:58.746 12022 16289 I SAIV_FACE: numMember = 3
11-19 02:13:58.748  4468  4468 D io_stats: !@   8,0 r 2871024 123281360 w 707889 13766572 d 76289 5092628 f 171055 178956 iot 1294210 1162142 th 262908 0 0 pt 0 inp 0 0 60178.587
11-19 02:13:58.750 12022 16289 I SAIV_FACE: cid = 180
11-19 02:13:58.750 12022 16289 I SAIV_FACE: numMember = 31
11-19 02:13:58.753 12022 16289 I SAIV_FACE: cid = 182
11-19 02:13:58.754 12022 16289 I SAIV_FACE: numMember = 117
11-19 02:13:58.754 12022 16289 I SAIV_FACE: cid = 184
11-19 02:13:58.754 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:58.757 12022 16289 I SAIV_FACE: cid = 185
11-19 02:13:58.757 12022 16289 I SAIV_FACE: numMember = 9
11-19 02:13:58.760 12022 16289 I SAIV_FACE: cid = 187
11-19 02:13:58.760 12022 16289 I SAIV_FACE: numMember = 10
11-19 02:13:58.762 12022 16289 I SAIV_FACE: cid = 189
11-19 02:13:58.762 12022 16289 I SAIV_FACE: numMember = 4
11-19 02:13:58.764 12022 16289 I SAIV_FACE: cid = 190
11-19 02:13:58.764 12022 16289 I SAIV_FACE: numMember = 99
11-19 02:13:58.768 12022 16289 I SAIV_FACE: cid = 194
11-19 02:13:58.768 12022 16289 I SAIV_FACE: numMember = 6
11-19 02:13:58.769 12022 16289 I SAIV_FACE: cid = 195
11-19 02:13:58.769 12022 16289 I SAIV_FACE: numMember = 7
11-19 02:13:58.772 12022 16289 I SAIV_FACE: cid = 197
11-19 02:13:58.772 12022 16289 I SAIV_FACE: numMember = 9
11-19 02:13:58.774 12022 16289 I SAIV_FACE: cid = 198
11-19 02:13:58.774 12022 16289 I SAIV_FACE: numMember = 22
11-19 02:13:58.774 12022 16289 I SAIV_FACE: cid = 205
11-19 02:13:58.775 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:58.775  2986  6635 D SSRM:I  : SIOP:: AP = 290, PST = 281 (W:15), BAT = 289, USB = 284, CHG = 297, CP = 291, WF = 286, WFPst = 283 (W:15)
11-19 02:13:58.778 12022 16289 I SAIV_FACE: cid = 221
11-19 02:13:58.778 12022 16289 I SAIV_FACE: numMember = 29
11-19 02:13:58.778 12022 16289 I SAIV_FACE: cid = 229
11-19 02:13:58.778 12022 16289 I SAIV_FACE: numMember = 5
11-19 02:13:58.780 12022 16289 I SAIV_FACE: numInlier = 461
11-19 02:13:58.780 12022 16289 I SAIV_FACE: numOutlier = 176
11-19 02:13:58.781 12022 16289 I FaceGroupingTask: [FaceService] groupAndMatchFaces groups returned :  36
11-19 02:13:58.957 12022 16289 I SAIV_FACE: release face recognition engine
11-19 02:13:58.962 12022 16289 I FR_Native: release FC engine
11-19 02:13:58.962 12022 16289 I FR_Native: release FR engine
11-19 02:13:58.962 12022 16289 I FR_Native: release FR model
11-19 02:13:58.963 12022 16289 I FR_Native: release FC engine
11-19 02:13:59.168 12022 16289 I FR_Native: release FC engine
11-19 02:13:59.168 12022 16289 I FR_Native: release FR engine
11-19 02:13:59.168 12022 16289 I FR_Native: release FR model
11-19 02:13:59.189 12022 16289 I FR_Native: init FR model
11-19 02:13:59.189 12022 16289 I FR_Native: init FR engine (FR_ENGINE_Version : SAIT_FR_2015_[2017.02.07])
11-19 02:13:59.189 12022 16289 I FR_Native: init FC engine (FR_SOLUTION__Version : 2017.03.07)
11-19 02:13:59.189 12022 16289 I SAIV_FACE: DMC LMD ENGINE INIT 1.0.08 [Option-0/Profile-1]
11-19 02:13:59.201 12022 16289 I SAIV_FACE: DMC LMD ENGINE : ret 69632
11-19 02:13:59.201 12022 16289 I SAIV_FACE: create face recognition engine - 20170207
11-19 02:13:59.201 12022 16289 I SAIV_FACE: feature size : 3840
11-19 02:13:59.201 12022 16289 I SAIV_FACE: landmark points: 13
11-19 02:13:59.201 12022 16289 I SAIV_FACE: load feature, 480
11-19 02:13:59.201 12022 16289 I SAIV_FACE: load feature, 481
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 482
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 483
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 484
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 485
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 486
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 487
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 488
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 489
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 490
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 491
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 492
11-19 02:13:59.202 12022 16289 I SAIV_FACE: load feature, 493
11-19 02:13:59.233 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:0 & count:176
11-19 02:13:59.238 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:1 & count:10
11-19 02:13:59.242 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:2 & count:2
11-19 02:13:59.252 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:3 & count:8
11-19 02:13:59.258 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:4 & count:6
11-19 02:13:59.262 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:5 & count:6
11-19 02:13:59.266 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:6 & count:5
11-19 02:13:59.270 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:13 & count:4
11-19 02:13:59.278 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:20 & count:2
11-19 02:13:59.282 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:35 & count:14
11-19 02:13:59.286 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:47 & count:1
11-19 02:13:59.293 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:65 & count:2
11-19 02:13:59.297 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:96 & count:2
11-19 02:13:59.301 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:98 & count:4
11-19 02:13:59.305 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:103 & count:2
11-19 02:13:59.312 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:136 & count:3
11-19 02:13:59.319 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:147 & count:10
11-19 02:13:59.324 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:160 & count:3
11-19 02:13:59.327 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:163 & count:7
11-19 02:13:59.331 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:175 & count:1
11-19 02:13:59.334 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:177 & count:14
11-19 02:13:59.345 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:179 & count:3
11-19 02:13:59.349 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:181 & count:31
11-19 02:13:59.354 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:183 & count:117
11-19 02:13:59.358 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:185 & count:2
11-19 02:13:59.362 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:186 & count:9
11-19 02:13:59.365 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:188 & count:10
11-19 02:13:59.369 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:190 & count:4
11-19 02:13:59.374 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:191 & count:99
11-19 02:13:59.378 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:195 & count:6
11-19 02:13:59.382 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:196 & count:7
11-19 02:13:59.387 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:198 & count:9
11-19 02:13:59.391 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:199 & count:22
11-19 02:13:59.395 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:206 & count:2
11-19 02:13:59.398 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:222 & count:29
11-19 02:13:59.401 12022 16289 I FaceRecognitionEngine: [FaceService] Group id:230 & count:5
11-19 02:13:59.402 12022 16289 I SAIV_FACE: numCluster : 36
11-19 02:13:59.402 12022 16289 I SAIV_FACE: cid : -1
11-19 02:13:59.402 12022 16289 I SAIV_FACE: numMember : 176
11-19 02:13:59.402 12022 16289 I SAIV_FACE: cid : 0
11-19 02:13:59.402 12022 16289 I SAIV_FACE: numMember : 10
11-19 02:13:59.402 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.402 12022 16289 I SAIV_FACE: load cluster feature, 2
11-19 02:13:59.402 12022 16289 I SAIV_FACE: cid : 1
11-19 02:13:59.402 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:59.402 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.402 12022 16289 I SAIV_FACE: load cluster feature, 3
11-19 02:13:59.402 12022 16289 I SAIV_FACE: cid : 2
11-19 02:13:59.402 12022 16289 I SAIV_FACE: numMember : 8
11-19 02:13:59.403 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 19
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 25
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 22
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 28
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 34
11-19 02:13:59.403 12022 16289 I SAIV_FACE: cid : 3
11-19 02:13:59.403 12022 16289 I SAIV_FACE: numMember : 6
11-19 02:13:59.403 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 12
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 7
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 11
11-19 02:13:59.403 12022 16289 I SAIV_FACE: load cluster feature, 9
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 8
11-19 02:13:59.404 12022 16289 I SAIV_FACE: cid : 4
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numMember : 6
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 21
11-19 02:13:59.404 12022 16289 I SAIV_FACE: cid : 5
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numMember : 5
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 130
11-19 02:13:59.404 12022 16289 I SAIV_FACE: cid : 12
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numMember : 4
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numOfFid : 2
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 95
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 258
11-19 02:13:59.404 12022 16289 I SAIV_FACE: cid : 19
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numOfFid : 2
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 155
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 154
11-19 02:13:59.404 12022 16289 I SAIV_FACE: cid : 34
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numMember : 14
11-19 02:13:59.404 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.404 12022 16289 I SAIV_FACE: load cluster feature, 1172
11-19 02:13:59.405 12022 16289 I SAIV_FACE: cid : 46
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numMember : 1
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 84
11-19 02:13:59.405 12022 16289 I SAIV_FACE: cid : 64
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1158
11-19 02:13:59.405 12022 16289 I SAIV_FACE: cid : 95
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1430
11-19 02:13:59.405 12022 16289 I SAIV_FACE: cid : 97
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numMember : 4
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numOfFid : 4
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1379
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1449
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 137
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 139
11-19 02:13:59.405 12022 16289 I SAIV_FACE: cid : 102
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1161
11-19 02:13:59.405 12022 16289 I SAIV_FACE: cid : 135
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numMember : 3
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1204
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1202
11-19 02:13:59.405 12022 16289 I SAIV_FACE: load cluster feature, 1203
11-19 02:13:59.405 12022 16289 I SAIV_FACE: cid : 146
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numMember : 10
11-19 02:13:59.405 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1461
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1389
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1455
11-19 02:13:59.406 12022 16289 I SAIV_FACE: cid : 159
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numMember : 3
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1595
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1584
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1586
11-19 02:13:59.406 12022 16289 I SAIV_FACE: cid : 162
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numMember : 7
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1585
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1581
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1590
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1592
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1377
11-19 02:13:59.406 12022 16289 I SAIV_FACE: cid : 174
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numMember : 1
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 1
11-19 02:13:59.406 12022 16289 I SAIV_FACE: cid : 176
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numMember : 14
11-19 02:13:59.406 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 69
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 73
11-19 02:13:59.406 12022 16289 I SAIV_FACE: load cluster feature, 72
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 71
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 70
11-19 02:13:59.407 12022 16289 I SAIV_FACE: cid : 178
11-19 02:13:59.407 12022 16289 I SAIV_FACE: numMember : 3
11-19 02:13:59.407 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 39
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 14
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 36
11-19 02:13:59.407 12022 16289 I SAIV_FACE: cid : 180
11-19 02:13:59.407 12022 16289 I SAIV_FACE: numMember : 31
11-19 02:13:59.407 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 360
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 347
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 254
11-19 02:13:59.407 12022 16289 I SAIV_FACE: load cluster feature, 259
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 305
11-19 02:13:59.408 12022 16289 I SAIV_FACE: cid : 182
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numMember : 117
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 443
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 144
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 474
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 164
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 371
11-19 02:13:59.408 12022 16289 I SAIV_FACE: cid : 184
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 61
11-19 02:13:59.408 12022 16289 I SAIV_FACE: cid : 185
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numMember : 9
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 56
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 90
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 91
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 47
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 282
11-19 02:13:59.408 12022 16289 I SAIV_FACE: cid : 187
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numMember : 10
11-19 02:13:59.408 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 49
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 58
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 255
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 263
11-19 02:13:59.408 12022 16289 I SAIV_FACE: load cluster feature, 260
11-19 02:13:59.409 12022 16289 I SAIV_FACE: cid : 189
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numMember : 4
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 125
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 129
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 128
11-19 02:13:59.409 12022 16289 I SAIV_FACE: cid : 190
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numMember : 99
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 331
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 413
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 401
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 410
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 414
11-19 02:13:59.409 12022 16289 I SAIV_FACE: cid : 194
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numMember : 6
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 110
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 88
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 104
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 138
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 103
11-19 02:13:59.409 12022 16289 I SAIV_FACE: cid : 195
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numMember : 7
11-19 02:13:59.409 12022 16289 I SAIV_FACE: numOfFid : 3
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 115
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 119
11-19 02:13:59.409 12022 16289 I SAIV_FACE: load cluster feature, 120
11-19 02:13:59.409 12022 16289 I SAIV_FACE: cid : 197
11-19 02:13:59.410 12022 16289 I SAIV_FACE: numMember : 9
11-19 02:13:59.410 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.410 12022 16289 I SAIV_FACE: load cluster feature, 318
11-19 02:13:59.410 12022 16289 I SAIV_FACE: load cluster feature, 147
11-19 02:13:59.410 12022 16289 I SAIV_FACE: load cluster feature, 145
11-19 02:13:59.410 12022 16289 I SAIV_FACE: load cluster feature, 319
11-19 02:13:59.410 12022 16289 I SAIV_FACE: load cluster feature, 108
11-19 02:13:59.412 12022 16289 I SAIV_FACE: cid : 198
11-19 02:13:59.412 12022 16289 I SAIV_FACE: numMember : 22
11-19 02:13:59.412 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.412 12022 16289 I SAIV_FACE: load cluster feature, 290
11-19 02:13:59.412 12022 16289 I SAIV_FACE: load cluster feature, 300
11-19 02:13:59.412 12022 16289 I SAIV_FACE: load cluster feature, 301
11-19 02:13:59.412 12022 16289 I SAIV_FACE: load cluster feature, 306
11-19 02:13:59.412 12022 16289 I SAIV_FACE: load cluster feature, 298
11-19 02:13:59.412 12022 16289 I SAIV_FACE: cid : 205
11-19 02:13:59.412 12022 16289 I SAIV_FACE: numMember : 2
11-19 02:13:59.412 12022 16289 I SAIV_FACE: numOfFid : 1
11-19 02:13:59.412 12022 16289 I SAIV_FACE: load cluster feature, 304
11-19 02:13:59.412 12022 16289 I SAIV_FACE: cid : 221
11-19 02:13:59.412 12022 16289 I SAIV_FACE: numMember : 29
11-19 02:13:59.412 12022 16289 I SAIV_FACE: numOfFid : 5
11-19 02:13:59.412 12022 16289 I SAIV_FACE: load cluster feature, 425
11-19 02:13:59.413 12022 16289 I SAIV_FACE: load cluster feature, 427
11-19 02:13:59.413 12022 16289 I SAIV_FACE: load cluster feature, 426
11-19 02:13:59.413 12022 16289 I SAIV_FACE: load cluster feature, 438
11-19 02:13:59.413 12022 16289 I SAIV_FACE: load cluster feature, 335
11-19 02:13:59.413 12022 16289 I SAIV_FACE: cid : 229
11-19 02:13:59.413 12022 16289 I SAIV_FACE: numMember : 5
11-19 02:13:59.413 12022 16289 I SAIV_FACE: numOfFid : 2
11-19 02:13:59.413 12022 16289 I SAIV_FACE: load cluster feature, 469
11-19 02:13:59.413 12022 16289 I SAIV_FACE: load cluster feature, 449
11-19 02:13:59.413 12022 16289 I SAIV_FACE: saved_clusterInfo is not null, DoClustering
11-19 02:13:59.490 12022 16289 I SAIV_FACE: clustering outlier
11-19 02:13:59.490 12022 16289 I SAIV_FACE: load outlier feature, 81
11-19 02:13:59.491 12022 16289 I SAIV_FACE: load outlier feature, 82
11-19 02:13:59.491 12022 16289 I SAIV_FACE: load outlier feature, 156
11-19 02:13:59.491 12022 16289 I SAIV_FACE: load outlier feature, 157
11-19 02:13:59.495 12022 16289 I SAIV_FACE: load outlier feature, 865
11-19 02:13:59.495 12022 16289 I SAIV_FACE: load outlier feature, 1195
11-19 02:13:59.495 12022 16289 I SAIV_FACE: load outlier feature, 1196
11-19 02:13:59.495 12022 16289 I SAIV_FACE: load outlier feature, 1200
11-19 02:13:59.495 12022 16289 I SAIV_FACE: load outlier feature, 1201
11-19 02:13:59.495 12022 16289 I SAIV_FACE: load outlier feature, 1211
11-19 02:13:59.496 12022 16289 I SAIV_FACE: load outlier feature, 1214
11-19 02:13:59.496 12022 16289 I SAIV_FACE: load outlier feature, 1348
11-19 02:13:59.496 12022 16289 I SAIV_FACE: load outlier feature, 1358
11-19 02:13:59.497 12022 16289 I SAIV_FACE: load outlier feature, 1361
11-19 02:13:59.497 12022 16289 I SAIV_FACE: load outlier feature, 1384
11-19 02:13:59.497 12022 16289 I SAIV_FACE: load outlier feature, 1385
11-19 02:13:59.497 12022 16289 I SAIV_FACE: load outlier feature, 1387
11-19 02:13:59.498 12022 16289 I SAIV_FACE: load outlier feature, 1426
11-19 02:13:59.498 12022 16289 I SAIV_FACE: load outlier feature, 1427
11-19 02:13:59.498 12022 16289 I SAIV_FACE: load outlier feature, 1428
11-19 02:13:59.498 12022 16289 I SAIV_FACE: load outlier feature, 1429
11-19 02:13:59.499 12022 16289 I SAIV_FACE: load outlier feature, 1435
11-19 02:13:59.499 12022 16289 I SAIV_FACE: load outlier feature, 1438
11-19 02:13:59.499 12022 16289 I SAIV_FACE: load outlier feature, 1442
11-19 02:13:59.499 12022 16289 I SAIV_FACE: load outlier feature, 1448
11-19 02:13:59.499 12022 16289 I SAIV_FACE: load outlier feature, 1456
11-19 02:13:59.499 12022 16289 I SAIV_FACE: load outlier feature, 1472
11-19 02:13:59.500 12022 16289 I SAIV_FACE: load outlier feature, 1476
11-19 02:13:59.500 12022 16289 I SAIV_FACE: load outlier feature, 1477
11-19 02:13:59.500 12022 16289 I SAIV_FACE: load outlier feature, 1499
11-19 02:13:59.500 12022 16289 I SAIV_FACE: load outlier feature, 1500
11-19 02:13:59.500 12022 16289 I SAIV_FACE: load outlier feature, 1521
11-19 02:13:59.501 12022 16289 I SAIV_FACE: load outlier feature, 1526
11-19 02:13:59.501 12022 16289 I SAIV_FACE: load outlier feature, 1527
11-19 02:13:59.501 12022 16289 I SAIV_FACE: load outlier feature, 1528
11-19 02:13:59.501 12022 16289 I SAIV_FACE: load outlier feature, 1534
11-19 02:13:59.501 12022 16289 I SAIV_FACE: load outlier feature, 1553
11-19 02:13:59.501 12022 16289 I SAIV_FACE: load outlier feature, 1554
11-19 02:13:59.501 12022 16289 I SAIV_FACE: load outlier feature, 1556
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1562
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1563
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1564
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1569
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1582
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1589
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1591
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1594
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1596
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1597
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1598
11-19 02:13:59.502 12022 16289 I SAIV_FACE: load outlier feature, 1599
11-19 02:13:59.503 12022 16289 I SAIV_FACE: load outlier feature, 1643
11-19 02:13:59.503 12022 16289 I SAIV_FACE: load outlier feature, 40
11-19 02:13:59.503 12022 16289 I SAIV_FACE: load outlier feature, 46
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 77
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 107
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 79
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 89
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 93
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 102
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 105
11-19 02:13:59.504 12022 16289 I SAIV_FACE: load outlier feature, 121
11-19 02:13:59.505 12022 16289 I SAIV_FACE: load outlier feature, 126
11-19 02:13:59.505 12022 16289 I SAIV_FACE: load outlier feature, 148
11-19 02:13:59.505 12022 16289 I SAIV_FACE: load outlier feature, 158
11-19 02:13:59.505 12022 16289 I SAIV_FACE: load outlier feature, 182
11-19 02:13:59.505 12022 16289 I SAIV_FACE: load outlier feature, 193
11-19 02:13:59.506 12022 16289 I SAIV_FACE: load outlier feature, 226
11-19 02:13:59.506 12022 16289 I SAIV_FACE: load outlier feature, 228
11-19 02:13:59.506 12022 16289 I SAIV_FACE: load outlier feature, 234
11-19 02:13:59.506 12022 16289 I SAIV_FACE: load outlier feature, 245
11-19 02:13:59.507 12022 16289 I SAIV_FACE: load outlier feature, 247
11-19 02:13:59.507 12022 16289 I SAIV_FACE: load outlier feature, 267
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load outlier feature, 268
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load outlier feature, 400
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load outlier feature, 291
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load outlier feature, 420
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load outlier feature, 478
11-19 02:13:59.508 12022 16289 I SAIV_FACE: cid : 0
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load cluster feature, 2
11-19 02:13:59.508 12022 16289 I SAIV_FACE: cid : 1
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load cluster feature, 3
11-19 02:13:59.508 12022 16289 I SAIV_FACE: cid : 2
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load cluster feature, 19
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load cluster feature, 25
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load cluster feature, 22
11-19 02:13:59.508 12022 16289 I SAIV_FACE: load cluster feature, 28
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 34
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 3
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 12
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 7
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 11
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 9
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 8
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 4
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 21
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 5
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 130
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 12
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 95
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 258
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 19
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 155
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 154
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 34
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 1172
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 46
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 84
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 64
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 1158
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 95
11-19 02:13:59.509 12022 16289 I SAIV_FACE: load cluster feature, 1430
11-19 02:13:59.509 12022 16289 I SAIV_FACE: cid : 97
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1379
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1449
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 137
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 139
11-19 02:13:59.510 12022 16289 I SAIV_FACE: cid : 102
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1161
11-19 02:13:59.510 12022 16289 I SAIV_FACE: cid : 135
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1204
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1202
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1203
11-19 02:13:59.510 12022 16289 I SAIV_FACE: cid : 146
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1461
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1389
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1455
11-19 02:13:59.510 12022 16289 I SAIV_FACE: cid : 159
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1595
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1584
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1586
11-19 02:13:59.510 12022 16289 I SAIV_FACE: cid : 162
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1585
11-19 02:13:59.510 12022 16289 I SAIV_FACE: load cluster feature, 1581
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 1590
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 1592
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 1377
11-19 02:13:59.511 12022 16289 I SAIV_FACE: cid : 174
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 1
11-19 02:13:59.511 12022 16289 I SAIV_FACE: cid : 176
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 69
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 73
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 72
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 71
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 70
11-19 02:13:59.511 12022 16289 I SAIV_FACE: cid : 178
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 39
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 14
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 36
11-19 02:13:59.511 12022 16289 I SAIV_FACE: cid : 180
11-19 02:13:59.511 12022 16289 I SAIV_FACE: load cluster feature, 360
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 347
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 254
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 259
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 305
11-19 02:13:59.512 12022 16289 I SAIV_FACE: cid : 182
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 443
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 144
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 474
11-19 02:13:59.512 12022 16289 I SAIV_FACE: load cluster feature, 164
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 371
11-19 02:13:59.513 12022 16289 I SAIV_FACE: cid : 184
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 61
11-19 02:13:59.513 12022 16289 I SAIV_FACE: cid : 185
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 56
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 90
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 91
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 47
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 282
11-19 02:13:59.513 12022 16289 I SAIV_FACE: cid : 187
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 49
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 58
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 255
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 263
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 260
11-19 02:13:59.513 12022 16289 I SAIV_FACE: cid : 189
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 125
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 129
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 128
11-19 02:13:59.513 12022 16289 I SAIV_FACE: cid : 190
11-19 02:13:59.513 12022 16289 I SAIV_FACE: load cluster feature, 413
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 401
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 414
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 487
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 331
11-19 02:13:59.514 12022 16289 I SAIV_FACE: cid : 194
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 110
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 88
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 104
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 138
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 103
11-19 02:13:59.514 12022 16289 I SAIV_FACE: cid : 195
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 115
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 119
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 120
11-19 02:13:59.514 12022 16289 I SAIV_FACE: cid : 197
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 318
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 147
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 145
11-19 02:13:59.514 12022 16289 I SAIV_FACE: load cluster feature, 319
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 108
11-19 02:13:59.515 12022 16289 I SAIV_FACE: cid : 198
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 290
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 300
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 301
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 306
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 298
11-19 02:13:59.515 12022 16289 I SAIV_FACE: cid : 205
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 304
11-19 02:13:59.515 12022 16289 I SAIV_FACE: cid : 221
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 425
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 427
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 426
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 438
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 335
11-19 02:13:59.515 12022 16289 I SAIV_FACE: cid : 229
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 469
11-19 02:13:59.515 12022 16289 I SAIV_FACE: load cluster feature, 449
11-19 02:13:59.685 12022 16289 I SAIV_FACE: numCluster : 36
11-19 02:13:59.686 12022 16289 I SAIV_FACE: cid = -1
11-19 02:13:59.686 12022 16289 I SAIV_FACE: numMember = 177
11-19 02:13:59.686 12022 16289 I SAIV_FACE: cid = 0
11-19 02:13:59.686 12022 16289 I SAIV_FACE: numMember = 10
11-19 02:13:59.686 12022 16289 I SAIV_FACE: cid = 1
11-19 02:13:59.686 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:59.687 12022 16289 I SAIV_FACE: cid = 2
11-19 02:13:59.687 12022 16289 I SAIV_FACE: numMember = 8
11-19 02:13:59.688 12022 16289 I SAIV_FACE: cid = 3
11-19 02:13:59.688 12022 16289 I SAIV_FACE: numMember = 6
11-19 02:13:59.688 12022 16289 I SAIV_FACE: cid = 4
11-19 02:13:59.688 12022 16289 I SAIV_FACE: numMember = 6
11-19 02:13:59.688 12022 16289 I SAIV_FACE: cid = 5
11-19 02:13:59.688 12022 16289 I SAIV_FACE: numMember = 5
11-19 02:13:59.688 12022 16289 I SAIV_FACE: cid = 12
11-19 02:13:59.688 12022 16289 I SAIV_FACE: numMember = 4
11-19 02:13:59.688 12022 16289 I SAIV_FACE: cid = 19
11-19 02:13:59.688 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:59.688 12022 16289 I SAIV_FACE: cid = 34
11-19 02:13:59.688 12022 16289 I SAIV_FACE: numMember = 14
11-19 02:13:59.689 12022 16289 I SAIV_FACE: cid = 46
11-19 02:13:59.689 12022 16289 I SAIV_FACE: numMember = 1
11-19 02:13:59.689 12022 16289 I SAIV_FACE: cid = 64
11-19 02:13:59.689 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:59.689 12022 16289 I SAIV_FACE: cid = 95
11-19 02:13:59.689 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:59.689 12022 16289 I SAIV_FACE: cid = 97
11-19 02:13:59.689 12022 16289 I SAIV_FACE: numMember = 4
11-19 02:13:59.689 12022 16289 I SAIV_FACE: cid = 102
11-19 02:13:59.689 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:59.690 12022 16289 I SAIV_FACE: cid = 135
11-19 02:13:59.690 12022 16289 I SAIV_FACE: numMember = 3
11-19 02:13:59.690 12022 16289 I SAIV_FACE: cid = 146
11-19 02:13:59.690 12022 16289 I SAIV_FACE: numMember = 10
11-19 02:13:59.690 12022 16289 I SAIV_FACE: cid = 159
11-19 02:13:59.690 12022 16289 I SAIV_FACE: numMember = 3
11-19 02:13:59.691 12022 16289 I SAIV_FACE: cid = 162
11-19 02:13:59.691 12022 16289 I SAIV_FACE: numMember = 7
11-19 02:13:59.691 12022 16289 I SAIV_FACE: cid = 174
11-19 02:13:59.691 12022 16289 I SAIV_FACE: numMember = 1
11-19 02:13:59.691 12022 16289 I SAIV_FACE: cid = 176
11-19 02:13:59.692 12022 16289 I SAIV_FACE: numMember = 14
11-19 02:13:59.692 12022 16289 I SAIV_FACE: cid = 178
11-19 02:13:59.692 12022 16289 I SAIV_FACE: numMember = 3
11-19 02:13:59.692 12022 16289 I SAIV_FACE: cid = 180
11-19 02:13:59.692 12022 16289 I SAIV_FACE: numMember = 31
11-19 02:13:59.693 12022 16289 I SAIV_FACE: cid = 182
11-19 02:13:59.693 12022 16289 I SAIV_FACE: numMember = 118
11-19 02:13:59.693 12022 16289 I SAIV_FACE: cid = 184
11-19 02:13:59.693 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:59.693 12022 16289 I SAIV_FACE: cid = 185
11-19 02:13:59.693 12022 16289 I SAIV_FACE: numMember = 9
11-19 02:13:59.693 12022 16289 I SAIV_FACE: cid = 187
11-19 02:13:59.694 12022 16289 I SAIV_FACE: numMember = 10
11-19 02:13:59.694 12022 16289 I SAIV_FACE: cid = 189
11-19 02:13:59.694 12022 16289 I SAIV_FACE: numMember = 4
11-19 02:13:59.694 12022 16289 I SAIV_FACE: cid = 190
11-19 02:13:59.694 12022 16289 I SAIV_FACE: numMember = 111
11-19 02:13:59.695 12022 16289 I SAIV_FACE: cid = 194
11-19 02:13:59.695 12022 16289 I SAIV_FACE: numMember = 6
11-19 02:13:59.695 12022 16289 I SAIV_FACE: cid = 195
11-19 02:13:59.695 12022 16289 I SAIV_FACE: numMember = 7
11-19 02:13:59.695 12022 16289 I SAIV_FACE: cid = 197
11-19 02:13:59.695 12022 16289 I SAIV_FACE: numMember = 9
11-19 02:13:59.696 12022 16289 I SAIV_FACE: cid = 198
11-19 02:13:59.696 12022 16289 I SAIV_FACE: numMember = 22
11-19 02:13:59.696 12022 16289 I SAIV_FACE: cid = 205
11-19 02:13:59.696 12022 16289 I SAIV_FACE: numMember = 2
11-19 02:13:59.696 12022 16289 I SAIV_FACE: cid = 221
11-19 02:13:59.696 12022 16289 I SAIV_FACE: numMember = 29
11-19 02:13:59.696 12022 16289 I SAIV_FACE: cid = 229
11-19 02:13:59.696 12022 16289 I SAIV_FACE: numMember = 5
11-19 02:13:59.697 12022 16289 I SAIV_FACE: numInlier = 474
11-19 02:13:59.697 12022 16289 I SAIV_FACE: numOutlier = 177
11-19 02:13:59.697 12022 16289 I FaceGroupingTask: [FaceService] groupAndMatchFaces groups returned :  36
11-19 02:13:59.880 12022 16289 I SAIV_FACE: release face recognition engine
11-19 02:13:59.884 12022 16289 I FR_Native: release FC engine
11-19 02:13:59.884 12022 16289 I FR_Native: release FR engine
11-19 02:13:59.885 12022 16289 I FR_Native: release FR model
11-19 02:13:59.885 12022 16289 I FR_Native: release FC engine
11-19 02:14:00.004  2986  3332 D SamsungAlarmManager: Expired : 8
11-19 02:14:00.006  2986  3332 I SamsungAlarmManager: setLocked to kernel - T:3 / 20181119T021429, SetElapsed=137292267, nowELAPSED=137262373
11-19 02:14:00.007  2986  3332 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{7fcdaa0 type 3 when 137262367 android}
11-19 02:14:00.010  2986  3332 V SamsungAlarmManager: Sending to uid : 10090 action=com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE alarm=Alarm{f56021e type 1 when 1542611640000 com.sec.android.app.launcher}
11-19 02:14:00.015  2986  2986 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20181119T021459 - CU:1000/CP:2986
11-19 02:14:00.016  4881  4881 I Launcher: onReceive: com.samsung.action.EVERY_MINUTE_CLOCK_UPDATE
11-19 02:14:00.017  3611  3611 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
11-19 02:14:00.018  3611  3611 D KeyguardServiceBoxContainer: refreshTime() 1
11-19 02:14:00.023  2986  4059 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20181119T021500 - CU:10090/CP:4881
11-19 02:14:00.024  4881  4881 I IconView: applyFromApplicationInfo - start GetLive : com.sec.android.app.clockpackage
11-19 02:14:00.027  4881  4881 D ApplicationPackageManager: we has com.sec.android.app.clockpackage class. reuse it
11-19 02:14:00.027  4881  4881 D LiveIconLoader: getLiveIcon was called in ClockPackage
11-19 02:14:00.028  4881  4881 D LiveIconLoader: getLiveIcon res = com.sec.android.app.clockpackage
11-19 02:14:00.030  4881  4881 D LiveIconLoader: stdIconSize : 192 , targetIconSize : 216
11-19 02:14:00.030  4881  4881 D LiveIconLoader: mIconDpi : 640 , mTargetIconDpi : 640
11-19 02:14:00.046  4881  4881 I ApplicationPackageManager: load= live icon for com.sec.android.app.clockpackage, from overlay = false
11-19 02:14:00.048  4881  4881 I LiveIconManager: getLiveIcon: complete(sync_created)
11-19 02:14:00.048  4881  4881 I IconView: applyFromApplicationInfo - end GetLive : com.sec.android.app.clockpackage
11-19 02:14:00.049  4881  4881 I IconView: applyFromApplicationInfo - start GetLive : com.samsung.android.calendar
11-19 02:14:00.049  4881  4881 I IconView: applyFromApplicationInfo - end GetLive : com.samsung.android.calendar
11-19 02:14:00.052  3611  3611 D KeyguardUpdateMonitor: handleStatusBarState( false )
11-19 02:14:00.060  3611  3611 D KeyguardUpdateMonitor: handleStatusBarState( false )
11-19 02:14:00.086 12022 16289 I BaseThreadPoolExecutor: [FaceService] afterExecute FutureTask
11-19 02:14:00.087 12022 16289 I FaceController: [FaceService] onTaskCompleted
11-19 02:14:01.181  2986  2986 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 2986 / 1000 / 2986
11-19 02:14:01.181  3611  3817 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 16 -113 -14 -34 2147483647 0 2147483647 0x3000 P gsm|lte level=3
11-19 02:14:01.182  3611  3817 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
11-19 02:14:01.182  3611  3817 D NetworkController.MobileSignalController(0/1): updateOYBMobileIconGroup(): 13
11-19 02:14:01.337  2986  3040 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
11-19 02:14:01.339  2986  3040 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2803014860, maxLowBytes : 524288000
11-19 02:14:01.344  2986  3040 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
11-19 02:14:01.345  2986  3040 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
11-19 02:14:01.830  2986  6635 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
11-19 02:14:01.841  2738 16388 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
11-19 02:14:01.841  2738 16388 V APM_AudioPolicyManager: ### active stream : 0
11-19 02:14:01.841  2986  6635 D AudioService: active stream is 0x0
11-19 02:14:01.841  2738 16388 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-19 02:14:01.842  2738 16388 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-19 02:14:01.842  2738 16388 V APM_AudioPolicyManager: ### curdevice : 2
11-19 02:14:01.847  2986  6635 D SSRM:l  : ATC: power = AP_CP = -999, Display = 488(Panel:260, LDIs:228), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
11-19 02:14:01.847  2986  6635 D SSRM:l  : ATC: current = AP_CP = -999, Display = 122, WIFI = 0, SPK = 0,RCV = 0, Camera = 0, PAM = 0
11-19 02:14:01.852  2986  6635 D SSRM:l  : ATC: Ambient Temperature = 30.02, Skin temperature = F_AP[26.70], F_RF[27.60], B_AP[26.10], B_RF[26.80], B_WIFI[27.80], B_SPK[27.90]
11-19 02:14:03.094 11842 11896 I ReschedulableTimer: [#CMH#] ReschedulableTimer started
11-19 02:14:03.221 13117 13117 I IPService: [IPService] onPolicyChange () called
11-19 02:14:03.222 13117 13117 I IPService: [IPService] onStartService () called
11-19 02:14:03.222 13117 13117 I IPModuleQE: [IPService] ImageScreener creation in
11-19 02:14:03.235 13117 13117 I IPModuleVA: [IPService] ImageClassify creation in
11-19 02:14:03.236 13117 13117 D ImageClassification: createInstance enter
11-19 02:14:03.236 13117 13117 I ICNative: native init is called with directory path V:IC2.5_OD_BR_SS_SRCB170210_180104
11-19 02:14:03.236 13117 13117 I ICNative: DB Path is null, changed to default od db path
11-19 02:14:03.236 13117 13117 I ICNative: sim_thr_low:0.700000 sim_thr_hight:1.100000
11-19 02:14:03.236 13117 13117 I ICNative: thresholdLow:0.700000 thresholdHigh:1.100000
11-19 02:14:03.236 13117 13117 I ICNative: Exist featureGroup Size:721
11-19 02:14:03.246 13117 13117 I ICNative: imgGroups_max_id:720
11-19 02:14:03.246 13117 13117 I IMG_SEARCH_IC_NATIVE: m_end in imgsearch ctor : 100
11-19 02:14:03.246 13117 13117 I ICNative: retImageSearch CreateImgSearch : 0
11-19 02:14:03.246 13117 13117 I IMG_SEARCH_IC_NATIVE: Trying to open DB_FILE : data area
11-19 02:14:03.246 13117 13117 I IMG_SEARCH_IC_NATIVE: Trying to open DB_FILE to write data area : /data/user/0/com.samsung.ipservice/app_similarity/.similarImageFeature.data
11-19 02:14:03.246 13117 13117 I IMG_SEARCH_IC_NATIVE: m_num_images_in_DB : 4507
11-19 02:14:03.246 13117 13117 I IMG_SEARCH_IC_NATIVE: m_major_ver : 1
11-19 02:14:03.246 13117 13117 I IMG_SEARCH_IC_NATIVE: m_minor_ver : 0
11-19 02:14:03.263 13117 13117 I IMG_SEARCH_IC_NATIVE: number of index : 4507
11-19 02:14:03.264 13117 13117 I IMG_SEARCH_IC_NATIVE: setReturnUnit : 100
11-19 02:14:03.264 13117 13117 I ICNative: INITSUCCESED:0
11-19 02:14:03.264 13117 13117 I ICNative: bianry_setting loading start
11-19 02:14:03.264 13117 13117 I OSC_OD  : bianry_setting:osc_detection_reduce_4class_1branch.caffemodel,osc_detection_reduce_4class_1branch.prototxt,OSC2.5_2ndtrained_reduce_fix.db
11-19 02:14:03.264 13117 13117 I ICNative: o_f_t loading success
11-19 02:14:03.264 13117 13117 I ICNative: th loading start
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.800000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.900000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.730000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.010000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.460000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.130000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:-0.200000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.280000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.600000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.600000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.170000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:-0.380000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:1.160000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.600000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.280000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.510000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.460000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:-0.200000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.300000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:-0.390000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.500000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:1.260000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:1.470000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.500000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:0.120000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:1.100000
11-19 02:14:03.264 13117 13117 I OSC_OD  : threshold_new:1.800000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.800000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.800000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.150000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.700000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.600000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.800000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.250000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.500000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.100000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.200000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.370000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.350000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.900000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.350000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.480000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.860000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.300000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.290000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.140000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.300000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.100000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.890000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.280000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.230000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.250000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.300000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.310000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.020000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.020000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.040000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.550000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.480000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.100000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.050000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.100000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.510000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.170000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.610000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.260000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.420000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.170000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.600000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.460000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.140000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.420000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.270000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.400000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.140000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.380000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.000000
11-19 02:14:03.265 13117 13117 I chatty  : uid=5004(oem_5004) com.samsung.ipservice identical 1 line
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.250000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.000000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.300000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.070000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.060000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.290000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.530000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.490000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.440000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.330000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.220000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.180000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.210000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.120000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.170000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.150000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.480000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.300000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.320000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.090000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.150000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.300000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.540000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.500000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.900000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.740000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.020000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.060000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.410000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.720000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.530000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.250000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:-0.010000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:0.130000
11-19 02:14:03.265 13117 13117 I OSC_OD  : threshold_new:1.340000
11-19 02:14:03.266 13117 13117 I OSC_OD  : threshold_new:-0.330000
11-19 02:14:03.266 13117 13117 I OSC_OD  : threshold_new:-0.470000
11-19 02:14:03.266 13117 13117 I OSC_OD  : threshold_new:-0.340000
11-19 02:14:03.266 13117 13117 I OSC_OD  : threshold_new:0.140000
11-19 02:14:03.266 13117 13117 I OSC_OD  : threshold_new:-0.240000
11-19 02:14:03.266 13117 13117 I OSC_OD  : threshold_new:0.540000
11-19 02:14:03.266 13117 13117 I OSC_OD  : threshold_new:0.170000
11-19 02:14:03.266 13117 13117 I ICNative: th loading success
11-19 02:14:03.266 13117 13117 I ICNative: o_d_n loading start
11-19 02:14:03.266 13117 13117 I ICNative: a_bianry_setting_io.main_weights_path:osc_detection_reduce_4class_1branch.caffemodel
11-19 02:14:03.280 13117 13117 I ICNative: o_d_n loading success
11-19 02:14:03.281 13117 13117 I ICNative: o_f_d loading start
11-19 02:14:03.281 13117 13117 I ICNative: o_f_d loading success
11-19 02:14:03.281 13117 13117 I ICNative: l_d_b start
11-19 02:14:03.281 13117 13117 I ICNative: l_d_b success
11-19 02:14:03.281 13117 13117 I ICNative: l_t_b start
11-19 02:14:03.288 13117 13117 I ICNative: l_t_b success
11-19 02:14:03.288 13117 13117 I ICNative: c loading start
11-19 02:14:03.289 13117 13117 I ICNative: c loading success
11-19 02:14:03.289 13117 13117 I ICNative: ver_svm, row, col: 1150 126
11-19 02:14:03.289 13117 13117 I ICNative: AAsset_read(asset,wBuffer,sizeof(float)*wElements) starts
11-19 02:14:03.290 13117 13117 I ICNative: AAsset_read(asset,bBuffer,sizeof(float)*length)
11-19 02:14:03.290 13117 13117 I ICNative: loadVerClassifierFile ends
11-19 02:14:03.361 13117 13117 I OSC_OD  : _deployLength_ver_gu:616
11-19 02:14:03.399 13117 13117 I ICNative: native init exit
11-19 02:14:03.399 13117 13117 D ImageClassification: Barcode recognizer init
11-19 02:14:03.399 13117 13117 D Barcode : Using BarcodeReconizer of IC
11-19 02:14:03.399 13117 13117 I [barcode]: Start saiv_vision_barcode_recognizer_init(0, 0)
11-19 02:14:03.401 13117 13117 I [barcode]: no active subprocessors, just update settings
11-19 02:14:03.402 13117 13117 I [barcode]: no active subprocessors, just update settings
11-19 02:14:03.402 13117 13117 I [barcode]: Localizer: QR Codes localizing map
11-19 02:14:03.402 13117 13117 I [barcode]: descriptor: NULL
11-19 02:14:03.402 13117 13117 I [barcode]: detector: Barcode detector
11-19 02:14:03.402 13117 13117 I [barcode]: Tracker: Single Object Tracker, pyramid layers: 4, And matching with features from different keyframes
11-19 02:14:03.402 13117 13117 I [barcode]: descriptor: BRIEF-8, Patch size 37, Blur size 7, Pyramid size 4, Chained
11-19 02:14:03.402 13117 13117 I [barcode]: detector: FAST-9 with adaptive threshold 10, grid cells = 48, pyramid top layer width 400
11-19 02:14:03.402 13117 13117 I [barcode]: Patch: Patch tracker, compare method - NCC, transform - perspective
11-19 02:14:03.402 13117 13117 I [barcode]: descriptor: PatchFeatureInfo storage
11-19 02:14:03.402 13117 13117 I [barcode]: detector: FAST-12 with adaptive threshold 10, pyramid top layer width 200
11-19 02:14:03.403 13117 13117 I [barcode]: Tracker: NULL
11-19 02:14:03.403 13117 13117 I [barcode]: Patch: NULL
11-19 02:14:03.403 13117 13117 I [barcode]: saiv_vision_barcode_recognizer_init(0, 0) finished with 0x7c044c1ba0 result
11-19 02:14:03.403 13117 13117 D ImageClassification: createInstance exit
11-19 02:14:03.404 13117 13117 I BaseThreadPoolExecutor: [IPService] Task com.samsung.ipservice.extractors.task.IPTask@a13f8f7 is submitted
11-19 02:14:03.485 13117 16862 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 4.000000, putBufferlength 990688
11-19 02:14:03.611 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:14:03.611 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:14:03.613 13117 16862 D Jpeg_Codec: Susses jpeg decode
11-19 02:14:03.755  4468  4468 D io_stats: !@   8,0 r 2871221 123286704 w 708091 13770420 d 76290 5092644 f 171061 178962 iot 1294340 1162288 th 254656 0 0 pt 0 inp 0 0 60183.594
11-19 02:14:03.872  2986  3000 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-19 02:14:03.873  2986  3000 D BatteryService: level:31, scale:100, status:2, health:2, present:true, voltage: 3838, temperature: 289, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:921000
11-19 02:14:03.873  2986  3000 D BatteryService: online:4, current avg:344, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:423
11-19 02:14:03.873  2986  2986 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-19 02:14:03.876  2986  2986 I MotionRecognitionService: Plugged
11-19 02:14:03.876  2986  2986 D MotionRecognitionService:   mCableConnection= 1
11-19 02:14:03.876  2986  2986 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-19 02:14:03.876  2986  2986 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 31, battStatus :: 2
11-19 02:14:03.877  2986  3039 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-19 02:14:03.878  3611  3611 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-19 02:14:03.879  3611  3611 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=31, mBatteryStatus=2
11-19 02:14:03.881  2986  4997 V LocSvc_HIDL_Subscription_jni: battery_level_update
11-19 02:14:03.881  2986  4997 V LocSvc_HIDL_Subscription_jni: [battery_level_update][886] [HC] =>> [HS]
11-19 02:14:03.882  2809  2809 V LocSvc_HIDL_IzatSubscription: [batteryLevelUpdate][757] [HS] <<<<= [HC]
11-19 02:14:03.882  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: android.intent.action.BATTERY_CHANGED intent received.
11-19 02:14:03.883  2986  4997 V LocSvc_HIDL_Subscription_jni: Exit Result 0
11-19 02:14:03.886  3611  3611 D PowerUI : priorPlugType = 2 mPlugType =  2
11-19 02:14:03.887  3611  3611 D PowerUI.Notification: showChargingNotice oldChargingType : 1 currentChargingType : 1 oldChargingTime : 15423000 mChargingTime : 15398000
11-19 02:14:03.887  3611  3611 D PowerUI.Notification: showChargingNotification()
11-19 02:14:03.890  3611  3611 D Notification: allPendingIntents
11-19 02:14:03.892  2986  4059 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
11-19 02:14:03.893  2986  4059 D API test: getContainerInfo: value is
11-19 02:14:03.893  2986  4059 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
11-19 02:14:03.893  2986  4059 D API test: getContainerInfo: value is
11-19 02:14:03.895  2986  2986 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
11-19 02:14:03.897  2986  4059 D Notification: allPendingIntents
11-19 02:14:03.898  2986  4059 D Notification: allPendingIntents
11-19 02:14:03.899  2986  3000 D Notification: allPendingIntents
11-19 02:14:03.900  4881  4881 D Notification.Badge: [valid] onNotificationPosted : StatusBarNotification(pkg=com.android.systemui user=UserHandle{-1} id=2131362708 tag=charging_state key=-1|com.android.systemui|2131362708|charging_state|10002: Notification(channel=GEN pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0xa color=0xff607d8b category=sys number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0))
11-19 02:14:03.901  4881  4881 D Notification.Badge: notificationKey : -1|com.android.systemui|2131362708|charging_state|10002, count : 0, this.count : 1
11-19 02:14:03.901  4881  4881 D Notification.Badge: [filtered] shouldBeFilteredOut().mTempRanking.canShowBadge[false], [sbn : StatusBarNotification(pkg=com.android.systemui user=UserHandle{-1} id=2131362708 tag=charging_state key=-1|com.android.systemui|2131362708|charging_state|10002: Notification(channel=GEN pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0xa color=0xff607d8b category=sys number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0))]
11-19 02:14:03.901  4881  4963 D Notification.Badge: LauncherModel:onNotificationPosted() : com.android.systemui, count : [1], shouldBeFilteredOut : [true]
11-19 02:14:03.902  4881  4963 D Notification.Badge: updateLauncherIconBadges : 1
11-19 02:14:03.919  3611  3611 D KeyguardUpdateMonitor: handleStatusBarState( false )
11-19 02:14:03.934  3611  3611 I chatty  : uid=10002(u0_a2) com.android.systemui identical 1 line
11-19 02:14:03.946  3611  3611 D KeyguardUpdateMonitor: handleStatusBarState( false )
11-19 02:14:04.169 13117 16862 D imagescreener: native qualityScore : 1
11-19 02:14:04.170 13117 16862 D ImageScreening: rawFactors[FACTOR_BLURPER]0.48448688
11-19 02:14:04.170 13117 16862 D ImageScreening: rawFactors[FACTOR_CROPBLURPER]0.5344828
11-19 02:14:04.170 13117 16862 D ImageScreening: rawFactors[FACTOR_BLUREXTENT]0.14285715
11-19 02:14:04.227 13117 16862 D ImageClassification: classify enter
11-19 02:14:04.228 13117 16862 D ImageClassification: uId entered as : 9586
11-19 02:14:04.232 13117 16862 I OSC_OD  : img:373,664
11-19 02:14:04.233 13117 16862 I OSC_OD  : FEATURE_MAP_NUM:4,79,107,107, 128,112
11-19 02:14:04.233 13117 16862 I OSC_OD  : initialize verification_input_blobs
11-19 02:14:04.243 13117 16862 I OSC_OD  : convertTo_input:128,128
11-19 02:14:04.244 13117 16862 I OSC_OD  : convertTo_output128,128
11-19 02:14:04.529 13117 16862 I OSC_OD  : bndbox x:0, y:0, width:28, height:28
11-19 02:14:04.538 13117 16862 I OSC_OD  : convertTo_input:107,107
11-19 02:14:04.538 13117 16862 I OSC_OD  : convertTo_output107,107
11-19 02:14:04.605 13117 16862 I ICNative: bbox count:0 0:0.061662 1:0.061747 2:0.876676 3:0.876506 4:1.000000
11-19 02:14:04.606 13117 16862 I ICNative: baby 2.779257
11-19 02:14:04.606 13117 16862 I ICNative: environment-person 0.329475
11-19 02:14:04.606 13117 16862 I ICNative: mugshot-person 1.011946
11-19 02:14:04.606 13117 16862 I ICNative: upright-upper-person 0.344468
11-19 02:14:04.617 13117 16862 I ICNative: maxidx:282 n:7 n_l:7
11-19 02:14:04.617 13117 16862 I IMG_SEARCH_IC_NATIVE: Number of SIS feaure :9586 width : 373 height : 664 total : 4508
11-19 02:14:04.617 13117 16862 D ImageClassification: i:0#23.0#40.999996#327.0#581.99994#1.0
11-19 02:14:04.619 13117 16862 I [barcode]: Start saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664)
11-19 02:14:04.619 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664) finished with 0 result
11-19 02:14:04.619 13117 16862 I [barcode]: imageBufferPtr = 0x77cd000c
11-19 02:14:04.627 13117 16862 I [barcode]: Patterns have different brightness
11-19 02:14:04.685 13117 16862 I [barcode]: Patterns have different brightness
11-19 02:14:04.723 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_process(0x7c044c1ba0, 0x77cd000c) finished with -8 result
11-19 02:14:04.724 13117 16862 D ImageClassification: People and has ROI0#23.0#40.999996#327.0#581.99994
11-19 02:14:04.724 13117 16862 D ImageClassification: classify exit
11-19 02:14:04.725 13117 16862 D ImageClassification: getClustedId enter
11-19 02:14:04.725 13117 16862 D ImageClassification: getClustedId exit
11-19 02:14:05.324 13117 16862 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 4.000000, putBufferlength 990688
11-19 02:14:05.453 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:14:05.453 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:14:05.455 13117 16862 D Jpeg_Codec: Susses jpeg decode
11-19 02:14:06.020 13117 16862 D imagescreener: native qualityScore : 1
11-19 02:14:06.021 13117 16862 D ImageScreening: rawFactors[FACTOR_BLURPER]0.45495495
11-19 02:14:06.021 13117 16862 D ImageScreening: rawFactors[FACTOR_CROPBLURPER]0.50555557
11-19 02:14:06.021 13117 16862 D ImageScreening: rawFactors[FACTOR_BLUREXTENT]0.09090909
11-19 02:14:06.074 13117 16862 D ImageClassification: classify enter
11-19 02:14:06.074 13117 16862 D ImageClassification: uId entered as : 9587
11-19 02:14:06.079 13117 16862 I OSC_OD  : img:373,664
11-19 02:14:06.079 13117 16862 I OSC_OD  : FEATURE_MAP_NUM:4,79,107,107, 128,112
11-19 02:14:06.079 13117 16862 I OSC_OD  : initialize verification_input_blobs
11-19 02:14:06.098 13117 16862 I OSC_OD  : convertTo_input:128,128
11-19 02:14:06.098 13117 16862 I OSC_OD  : convertTo_output128,128
11-19 02:14:06.231  2986  7200 I AfterimageCompensationService: CoprRoi = 12 13 17 27 29 34 3 2 7 25 27 32
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: BRIGHTNESS = 420
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: AfcThread interpolationCount - 205174
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 0, xRGB = 0, average - 5.969347818670098
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 1, xRGB = 0, average - 11.02054363878288
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 2, xRGB = 0, average - 15.012896433741282
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 3, xRGB = 0, average - 10.951830893928538
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 4, xRGB = 0, average - 29.905065481325515
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 5, xRGB = 0, average - 40.861745941230105
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 6, xRGB = 0, average - 14.872941371428015
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 7, xRGB = 0, average - 35.79545554239595
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 8, xRGB = 0, average - 44.767289068249724
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 9, xRGB = 0, average - 9.951952742319808
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 10, xRGB = 0, average - 26.92397147772855
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: XRGB _i = 11, xRGB = 0, average - 36.89353374956734
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 0, value = 5.969318724594734
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 1, value = 11.020489925624105
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 2, value = 15.012823262206712
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 3, value = 10.951777515669626
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 4, value = 29.90491972667102
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 5, value = 40.86154678468034
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 6, value = 14.872868882022088
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 7, value = 35.795281078499244
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 8, value = 44.767070876426835
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 9, value = 9.951904237378917
11-19 02:14:06.232  2986  7200 I AfterimageCompensationService: Average XRGB - i = 10, value = 26.92384025266359
11-19 02:14:06.233  2986  7200 I AfterimageCompensationService: Average XRGB - i = 11, value = 36.8933539337342
11-19 02:14:06.233  2986  7200 I AfterimageCompensationService: Average interpolationLuminance = 398.2096708159903
11-19 02:14:06.372 13117 16862 I OSC_OD  : bndbox x:0, y:0, width:25, height:28
11-19 02:14:06.380 13117 16862 I OSC_OD  : convertTo_input:107,107
11-19 02:14:06.380 13117 16862 I OSC_OD  : convertTo_output107,107
11-19 02:14:06.445 13117 16862 I ICNative: bbox count:0 0:0.061662 1:0.061747 2:0.782842 3:0.876506 4:1.000000
11-19 02:14:06.446 13117 16862 I ICNative: baby 2.746083
11-19 02:14:06.446 13117 16862 I ICNative: environment-person 0.742338
11-19 02:14:06.446 13117 16862 I ICNative: mugshot-person 0.976080
11-19 02:14:06.446 13117 16862 I ICNative: upright-upper-person 0.687833
11-19 02:14:06.457 13117 16862 I ICNative: maxidx:282 n:8 n_l:8
11-19 02:14:06.457 13117 16862 I IMG_SEARCH_IC_NATIVE: Number of SIS feaure :9587 width : 373 height : 664 total : 4509
11-19 02:14:06.458 13117 16862 D ImageClassification: i:0#23.0#40.999996#292.0#581.99994#1.0
11-19 02:14:06.459 13117 16862 I [barcode]: Start saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664)
11-19 02:14:06.459 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664) finished with 0 result
11-19 02:14:06.459 13117 16862 I [barcode]: imageBufferPtr = 0x77b8d00c
11-19 02:14:06.568 13117 16862 I [barcode]: Patterns have different brightness
11-19 02:14:06.604 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_process(0x7c044c1ba0, 0x77b8d00c) finished with -8 result
11-19 02:14:06.605 13117 16862 D ImageClassification: People and has ROI0#23.0#40.999996#292.0#581.99994
11-19 02:14:06.606 13117 16862 D ImageClassification: classify exit
11-19 02:14:06.606 13117 16862 D ImageClassification: getClustedId enter
11-19 02:14:06.606 13117 16862 D ImageClassification: getClustedId exit
11-19 02:14:07.189 11842 11856 W zygote64: Checksum mismatch for dex CMHProvider.apk
11-19 02:14:07.189 11842 11856 W zygote64: Checksum mismatch for dex CMHProvider.apk
11-19 02:14:07.194 13117 16862 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 4.000000, putBufferlength 990688
11-19 02:14:07.313 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:14:07.313 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:14:07.315 13117 16862 D Jpeg_Codec: Susses jpeg decode
11-19 02:14:07.879 13117 16862 D imagescreener: native qualityScore : 1
11-19 02:14:07.880 13117 16862 D ImageScreening: rawFactors[FACTOR_BLURPER]0.5506757
11-19 02:14:07.880 13117 16862 D ImageScreening: rawFactors[FACTOR_CROPBLURPER]0.58
11-19 02:14:07.880 13117 16862 D ImageScreening: rawFactors[FACTOR_BLUREXTENT]0.17721519
11-19 02:14:07.937 13117 16862 D ImageClassification: classify enter
11-19 02:14:07.938 13117 16862 D ImageClassification: uId entered as : 9588
11-19 02:14:07.947 13117 16862 I OSC_OD  : img:373,664
11-19 02:14:07.947 13117 16862 I OSC_OD  : FEATURE_MAP_NUM:4,79,107,107, 128,112
11-19 02:14:07.947 13117 16862 I OSC_OD  : initialize verification_input_blobs
11-19 02:14:07.965 13117 16862 I OSC_OD  : convertTo_input:128,128
11-19 02:14:07.965 13117 16862 I OSC_OD  : convertTo_output128,128
11-19 02:14:08.261 13117 16862 I OSC_OD  : bndbox x:0, y:0, width:28, height:28
11-19 02:14:08.269 13117 16862 I OSC_OD  : convertTo_input:107,107
11-19 02:14:08.269 13117 16862 I OSC_OD  : convertTo_output107,107
11-19 02:14:08.336 13117 16862 I ICNative: bbox count:0 0:0.061662 1:0.061747 2:0.876676 3:0.876506 4:1.000000
11-19 02:14:08.336 13117 16862 I ICNative: environment-person 2.068910
11-19 02:14:08.336 13117 16862 I ICNative: lean+45-person 0.318224
11-19 02:14:08.336 13117 16862 I ICNative: mugshot-person 0.147886
11-19 02:14:08.336 13117 16862 I ICNative: upright-upper-person 2.110083
11-19 02:14:08.348 13117 16862 I ICNative: maxidx:283 n:15 n_l:15
11-19 02:14:08.348 13117 16862 I IMG_SEARCH_IC_NATIVE: Number of SIS feaure :9588 width : 373 height : 664 total : 4510
11-19 02:14:08.348 13117 16862 D ImageClassification: i:0#23.0#40.999996#327.0#581.99994#1.0
11-19 02:14:08.350 13117 16862 I [barcode]: Start saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664)
11-19 02:14:08.350 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664) finished with 0 result
11-19 02:14:08.350 13117 16862 I [barcode]: imageBufferPtr = 0x77b8d00c
11-19 02:14:08.491 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_process(0x7c044c1ba0, 0x77b8d00c) finished with -8 result
11-19 02:14:08.493 13117 16862 D ImageClassification: People and has ROI0#23.0#40.999996#327.0#581.99994
11-19 02:14:08.493 13117 16862 D ImageClassification: classify exit
11-19 02:14:08.493 13117 16862 D ImageClassification: getClustedId enter
11-19 02:14:08.493 13117 16862 D ImageClassification: getClustedId exit
11-19 02:14:08.766  4468  4468 D io_stats: !@   8,0 r 2871257 123294660 w 708172 13771256 d 76292 5092660 f 171066 178968 iot 1294430 1162357 th 254048 0 0 pt 0 inp 0 0 60188.605
11-19 02:14:08.828  2986  6635 D SSRM:I  : SIOP:: AP = 280, PST = 281 (W:15), BAT = 289, USB = 284, CHG = 296, CP = 290, WF = 285, WFPst = 283 (W:15)
11-19 02:14:09.085 13117 16862 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 4.000000, putBufferlength 990688
11-19 02:14:09.199 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:14:09.199 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:14:09.202 13117 16862 D Jpeg_Codec: Susses jpeg decode
11-19 02:14:09.762 13117 16862 D imagescreener: native qualityScore : 1
11-19 02:14:09.763 13117 16862 D ImageScreening: rawFactors[FACTOR_BLURPER]0.6138614
11-19 02:14:09.763 13117 16862 D ImageScreening: rawFactors[FACTOR_CROPBLURPER]0.6989796
11-19 02:14:09.763 13117 16862 D ImageScreening: rawFactors[FACTOR_BLUREXTENT]0.10344828
11-19 02:14:09.817 13117 16862 D ImageClassification: classify enter
11-19 02:14:09.817 13117 16862 D ImageClassification: uId entered as : 9589
11-19 02:14:09.823 13117 16862 I OSC_OD  : img:373,664
11-19 02:14:09.823 13117 16862 I OSC_OD  : FEATURE_MAP_NUM:4,79,107,107, 128,112
11-19 02:14:09.823 13117 16862 I OSC_OD  : initialize verification_input_blobs
11-19 02:14:09.843 13117 16862 I OSC_OD  : convertTo_input:128,128
11-19 02:14:09.844 13117 16862 I OSC_OD  : convertTo_output128,128
11-19 02:14:10.131 13117 16862 I OSC_OD  : bndbox x:0, y:0, width:28, height:28
11-19 02:14:10.142 13117 16862 I OSC_OD  : convertTo_input:107,107
11-19 02:14:10.142 13117 16862 I OSC_OD  : convertTo_output107,107
11-19 02:14:10.205 13117 16862 I ICNative: bbox count:0 0:0.061662 1:0.061747 2:0.876676 3:0.876506 4:1.000000
11-19 02:14:10.206 13117 16862 I ICNative: environment-person 1.211879
11-19 02:14:10.206 13117 16862 I ICNative: upright-upper-person 1.752038
11-19 02:14:10.217 13117 16862 I ICNative: maxidx:283 n:16 n_l:16
11-19 02:14:10.217 13117 16862 I IMG_SEARCH_IC_NATIVE: Number of SIS feaure :9589 width : 373 height : 664 total : 4511
11-19 02:14:10.218 13117 16862 D ImageClassification: i:0#23.0#40.999996#327.0#581.99994#1.0
11-19 02:14:10.219 13117 16862 I [barcode]: Start saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664)
11-19 02:14:10.219 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664) finished with 0 result
11-19 02:14:10.219 13117 16862 I [barcode]: imageBufferPtr = 0x77cc600c
11-19 02:14:10.369 13117 16862 I [barcode]: Patterns have different brightness
11-19 02:14:10.391 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_process(0x7c044c1ba0, 0x77cc600c) finished with -8 result
11-19 02:14:10.392 13117 16862 D ImageClassification: People and has ROI0#23.0#40.999996#327.0#581.99994
11-19 02:14:10.393 13117 16862 D ImageClassification: classify exit
11-19 02:14:10.393 13117 16862 D ImageClassification: getClustedId enter
11-19 02:14:10.393 13117 16862 D ImageClassification: getClustedId exit
11-19 02:14:10.986 13117 16862 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 4.000000, putBufferlength 990688
11-19 02:14:11.109 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:14:11.109 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:14:11.113 13117 16862 D Jpeg_Codec: Susses jpeg decode
11-19 02:14:11.665 13117 16862 D imagescreener: native qualityScore : 1
11-19 02:14:11.665 13117 16862 D ImageScreening: rawFactors[FACTOR_BLURPER]0.5645161
11-19 02:14:11.666 13117 16862 D ImageScreening: rawFactors[FACTOR_CROPBLURPER]0.640625
11-19 02:14:11.666 13117 16862 D ImageScreening: rawFactors[FACTOR_BLUREXTENT]0.1724138
11-19 02:14:11.718 13117 16862 D ImageClassification: classify enter
11-19 02:14:11.718 13117 16862 D ImageClassification: uId entered as : 9590
11-19 02:14:11.724 13117 16862 I OSC_OD  : img:373,664
11-19 02:14:11.724 13117 16862 I OSC_OD  : FEATURE_MAP_NUM:4,79,107,107, 128,112
11-19 02:14:11.724 13117 16862 I OSC_OD  : initialize verification_input_blobs
11-19 02:14:11.742 13117 16862 I OSC_OD  : convertTo_input:128,128
11-19 02:14:11.742 13117 16862 I OSC_OD  : convertTo_output128,128
11-19 02:14:11.930  2986  6635 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
11-19 02:14:11.942  2738 16388 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
11-19 02:14:11.943  2738 16388 V APM_AudioPolicyManager: ### active stream : 0
11-19 02:14:11.943  2986  6635 D AudioService: active stream is 0x0
11-19 02:14:11.943  2738 16388 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-19 02:14:11.943  2738 16388 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-19 02:14:11.943  2738 16388 V APM_AudioPolicyManager: ### curdevice : 2
11-19 02:14:11.950  2986  6635 D SSRM:l  : ATC: power = AP_CP = -999, Display = 488(Panel:260, LDIs:228), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
11-19 02:14:11.950  2986  6635 D SSRM:l  : ATC: current = AP_CP = -999, Display = 122, WIFI = 0, SPK = 0,RCV = 0, Camera = 0, PAM = 0
11-19 02:14:11.951  2986  6635 D SSRM:l  : ATC: Ambient Temperature = 30.03, Skin temperature = F_AP[26.70], F_RF[27.60], B_AP[26.10], B_RF[26.80], B_WIFI[27.80], B_SPK[28.00]
11-19 02:14:11.990 13117 16862 I OSC_OD  : bndbox x:0, y:0, width:28, height:28
11-19 02:14:12.003 13117 16862 I OSC_OD  : convertTo_input:107,107
11-19 02:14:12.003 13117 16862 I OSC_OD  : convertTo_output107,107
11-19 02:14:12.067 13117 16862 I ICNative: bbox count:0 0:0.061662 1:0.061747 2:0.876676 3:0.876506 4:1.000000
11-19 02:14:12.067 13117 16862 I ICNative: environment-person 1.470139
11-19 02:14:12.067 13117 16862 I ICNative: upright-upper-person 2.221982
11-19 02:14:12.078 13117 16862 I ICNative: maxidx:283 n:17 n_l:17
11-19 02:14:12.079 13117 16862 I IMG_SEARCH_IC_NATIVE: Number of SIS feaure :9590 width : 373 height : 664 total : 4512
11-19 02:14:12.079 13117 16862 D ImageClassification: i:0#23.0#40.999996#327.0#581.99994#1.0
11-19 02:14:12.081 13117 16862 I [barcode]: Start saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664)
11-19 02:14:12.081 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664) finished with 0 result
11-19 02:14:12.081 13117 16862 I [barcode]: imageBufferPtr = 0x77dfe00c
11-19 02:14:12.256 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_process(0x7c044c1ba0, 0x77dfe00c) finished with -8 result
11-19 02:14:12.257 13117 16862 D ImageClassification: People and has ROI0#23.0#40.999996#327.0#581.99994
11-19 02:14:12.258 13117 16862 D ImageClassification: classify exit
11-19 02:14:12.258 13117 16862 D ImageClassification: getClustedId enter
11-19 02:14:12.258 13117 16862 D ImageClassification: getClustedId exit
11-19 02:14:12.694  2986  2986 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 2986 / 1000 / 2986
11-19 02:14:12.697  3611  3817 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 15 -114 -14 -42 2147483647 0 2147483647 0x3000 P gsm|lte level=3
11-19 02:14:12.697  3611  3817 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
11-19 02:14:12.697  3611  3817 D NetworkController.MobileSignalController(0/1): updateOYBMobileIconGroup(): 13
11-19 02:14:12.856 13117 16862 D Saiv_codec_jpeg_jni: QjpgGetImageInfoFromFile - width: 664, height: 373, outputBufferRatio 4.000000, putBufferlength 990688
11-19 02:14:12.968 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate - size_data[0]: 373, size_data[1]: 664, ret: 0
11-19 02:14:12.968 13117 16862 D Saiv_codec_jpeg_jni: saiv_codec_JpegCodec_decode_f2bRotate SAIV_JPEG_ERROR_NONE
11-19 02:14:12.969 13117 16862 D Jpeg_Codec: Susses jpeg decode
11-19 02:14:13.526 13117 16862 D imagescreener: native qualityScore : 1
11-19 02:14:13.527 13117 16862 D ImageScreening: rawFactors[FACTOR_BLURPER]0.58843535
11-19 02:14:13.527 13117 16862 D ImageScreening: rawFactors[FACTOR_CROPBLURPER]0.67479676
11-19 02:14:13.527 13117 16862 D ImageScreening: rawFactors[FACTOR_BLUREXTENT]0.16363636
11-19 02:14:13.584 13117 16862 D ImageClassification: classify enter
11-19 02:14:13.585 13117 16862 D ImageClassification: uId entered as : 9591
11-19 02:14:13.591 13117 16862 I OSC_OD  : img:373,664
11-19 02:14:13.591 13117 16862 I OSC_OD  : FEATURE_MAP_NUM:4,79,107,107, 128,112
11-19 02:14:13.591 13117 16862 I OSC_OD  : initialize verification_input_blobs
11-19 02:14:13.607 13117 16862 I OSC_OD  : convertTo_input:128,128
11-19 02:14:13.607 13117 16862 I OSC_OD  : convertTo_output128,128
11-19 02:14:13.772  4468  4468 D io_stats: !@   8,0 r 2871307 123306184 w 708193 13771412 d 76292 5092660 f 171067 178969 iot 1294520 1162431 th 254184 0 0 pt 0 inp 0 0 60193.611
11-19 02:14:13.893 13117 16862 I OSC_OD  : bndbox x:0, y:0, width:28, height:28
11-19 02:14:13.902 13117 16862 I OSC_OD  : convertTo_input:107,107
11-19 02:14:13.902 13117 16862 I OSC_OD  : convertTo_output107,107
11-19 02:14:13.914  2986  3740 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
11-19 02:14:13.915  2986  3740 D BatteryService: level:31, scale:100, status:2, health:2, present:true, voltage: 3829, temperature: 289, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:922000
11-19 02:14:13.915  2986  3740 D BatteryService: online:4, current avg:366, charge type:1, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:340
11-19 02:14:13.915  2986  2986 D BatteryService: Sending ACTION_BATTERY_CHANGED.
11-19 02:14:13.917  2986  2986 I MotionRecognitionService: Plugged
11-19 02:14:13.917  2986  2986 D MotionRecognitionService:   mCableConnection= 1
11-19 02:14:13.917  2986  2986 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
11-19 02:14:13.918  2986  2986 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 31, battStatus :: 2
11-19 02:14:13.919  2986  3039 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 1
11-19 02:14:13.922  2986  4997 V LocSvc_HIDL_Subscription_jni: battery_level_update
11-19 02:14:13.922  2986  4997 V LocSvc_HIDL_Subscription_jni: [battery_level_update][886] [HC] =>> [HS]
11-19 02:14:13.923  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: android.intent.action.BATTERY_CHANGED intent received.
11-19 02:14:13.923  2809  2809 V LocSvc_HIDL_IzatSubscription: [batteryLevelUpdate][757] [HS] <<<<= [HC]
11-19 02:14:13.924  2986  4997 V LocSvc_HIDL_Subscription_jni: Exit Result 0
11-19 02:14:13.924  3611  3611 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-19 02:14:13.924  3611  3611 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=31, mBatteryStatus=2
11-19 02:14:13.927  3611  3611 D PowerUI : priorPlugType = 2 mPlugType =  2
11-19 02:14:13.928  3611  3611 D PowerUI.Notification: showChargingNotice oldChargingType : 1 currentChargingType : 1 oldChargingTime : 15398000 mChargingTime : 15398000
11-19 02:14:13.928  3611  3611 D PowerUI.Notification: There is no change about charging status, so return!
11-19 02:14:13.956 13117 16862 I ICNative: bbox count:0 0:0.061662 1:0.061747 2:0.876676 3:0.876506 4:1.000000
11-19 02:14:13.956 13117 16862 I ICNative: environment-person 1.203492
11-19 02:14:13.956 13117 16862 I ICNative: upright-upper-person 1.420682
11-19 02:14:13.962  2986  2986 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 2986 / 1000 / 2986
11-19 02:14:13.964  3611  3817 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 17 -115 -14 -44 2147483647 0 2147483647 0x2000 P gsm|lte level=2
11-19 02:14:13.964  3611  3817 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
11-19 02:14:13.964  3611  3817 D NetworkController.MobileSignalController(0/1): updateOYBMobileIconGroup(): 13
11-19 02:14:13.967 13117 16862 I ICNative: maxidx:283 n:18 n_l:18
11-19 02:14:13.967 13117 16862 I IMG_SEARCH_IC_NATIVE: Number of SIS feaure :9591 width : 373 height : 664 total : 4513
11-19 02:14:13.967 13117 16862 D ImageClassification: i:0#23.0#40.999996#327.0#581.99994#1.0
11-19 02:14:13.969 13117 16862 I [barcode]: Start saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664)
11-19 02:14:13.969 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_set_image_size(0x7c044c1ba0, 373, 664) finished with 0 result
11-19 02:14:13.969 13117 16862 I [barcode]: imageBufferPtr = 0x77c8900c
11-19 02:14:14.106 13117 16862 I [barcode]: saiv_vision_barcode_recognizer_process(0x7c044c1ba0, 0x77c8900c) finished with -8 result
11-19 02:14:14.107 13117 16862 D ImageClassification: People and has ROI0#23.0#40.999996#327.0#581.99994
11-19 02:14:14.108 13117 16862 D ImageClassification: classify exit
11-19 02:14:14.108 13117 16862 D ImageClassification: getClustedId enter
11-19 02:14:14.108 13117 16862 D ImageClassification: getClustedId exit
marchbold commented 5 years ago

Did you receive and display a notification during this log? I can't see any references to the ANE there.

Galaxup commented 5 years ago

This is log with app crashing at start or receiving notif with the provider script in android manifest. I will remove it and try without and send notif. I have the json public method to send notif.

Galaxup commented 5 years ago
11-19 03:12:43.218  2986  6635 D SSRM:l  : ATC: Ambient Temperature = 31.46, Skin temperature = F_AP[29.50], F_RF[30.40], B_AP[28.60], B_RF[29.20], B_WIFI[30.10], B_SPK[30.40]
11-19 03:12:43.218  2986  5043 D WindowManager: adjustSystemUiVisibilityLw : vis= 0x8
11-19 03:12:43.220  2986  5043 D WindowManager: adjustSystemUiVisibilityLw : vis= 0x8018
11-19 03:12:43.221   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:43.221   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:43.221   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:43.221   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0   97 1439 2768 | Background for - SurfaceView - air.c[...]m.galaxup.wazup.AppEntry@762bc0b@0#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0   97    8  113 | Background for - SurfaceView - air.c[...]m.galaxup.wazup.AppEntry@5d79ae8@0#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:      Device | 0x7bad83f580 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2672.0 |    0   97 1439 2768 | SurfaceView - air.com.galaxup.wazup/[...]m.galaxup.wazup.AppEntry@56fd501@0#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:      Device | 0x7baadfee80 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2768.0 |    0    1 1439 2768 | air.com.galaxup.wazup/air.com
11-19 03:12:43.221   701   701 I SurfaceFlinger: .galaxup.wazup.AppEntry#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0    0 1440 2768 | DimLayerController/Stack=0#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:      Device | 0x7bad83f500 | 0000 | RGBA_8888 |   0.0    0.0 1369.0  605.0 |   35 1129 1404 1734 | Application Error: air.com.galaxup.wazup#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:      Device | 0x7bad83fa00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:      Device | 0x7bad83f000 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:43.221   701   701 I SurfaceFlinger:
11-19 03:12:43.235  2986 10115 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20181119T031852 - CU:10031/CP:4222
11-19 03:12:43.245  2986  4840 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.250  2986  4840 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.259  2986  6635 D SSRM:I  : SIOP:: AP = 320, PST = 318 (W:15), BAT = 317, USB = 311, CHG = 325, CP = 323, WF = 315, WFPst = 315 (W:15)
11-19 03:12:43.279  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.288  2986 14042 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.289  2986 14042 I chatty  : uid=1000(system) Binder:2986_1C identical 10 lines
11-19 03:12:43.289  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.290  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.290  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.292  2986 20074 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.292  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.293  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.293  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.293  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.295  2986 14042 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.296  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.296  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.296  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.297  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.300  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.300  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.300  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.301  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.305  2986  3431 I WifiTrafficPoller: mCpuCoreBooster Lock
11-19 03:12:43.308  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.312  4222   614 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-19 03:12:43.319  2986  3408 D AllAroundSensingService: packageName : com.sec.android.app.sbrowser    className : com.sec.android.app.sbrowser.SBrowserMainActivity
11-19 03:12:43.319  2986  3408 V AllAroundSensingService: setPlatformBrightnessValue 120
11-19 03:12:43.412  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.422  2986 14042 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.423  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.423 28270 28270 D HideUrlbar: captureBitmap mTargetView:com.sec.android.app.sbrowser.toolbar.Bottombar{4167f29 I.E...... ......I. 0,2448-1440,2672 #7f120241 app:id/bottombar_layout}, force:false
11-19 03:12:43.423  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.423  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.423  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.425 28270 28270 D HideUrlbar: mCachedPixels.length = 1440
11-19 03:12:43.425 28270 28270 D HideUrlbar: captureBitmap : same bitmap
11-19 03:12:43.426   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:43.426   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:43.426   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:43.426   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |   33  436 1407 2960 | Background for - SurfaceView - com.s[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:      Device | 0x7bad83f480 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2646.0 |   33  436 1407 2960 | SurfaceView - com.sec.android.app.sb[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:      Device | 0x7baad7d680 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2742.0 |   33  344 1407 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |   33  155 1407 2705 | Background for - SurfaceView
11-19 03:12:43.426   701   701 I SurfaceFlinger: - air.c[...]m.galaxup.wazup.AppEntry@762bc0b@0#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |   33  155   41  170 | Background for - SurfaceView - air.c[...]m.galaxup.wazup.AppEntry@5d79ae8@0#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:      Device | 0x7bad83f580 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2672.0 |   33  155 1407 2705 | SurfaceView - air.com.galaxup.wazup/[...]m.galaxup.wazup.AppEntry@56fd501@0#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:      Device | 0x7baadfee80 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2768.0 |   33   63 1407 2705 | air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0    0 1440 2768 | DimLayerController/Stack=0#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:      Device | 0x7bad83f500 | 0000 | RGBA_8888 |   0.0    0.0 1369.0  605.0 |   35 1129 1404 1734 | Application Error: air.com.galaxup.wazup#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:      Client | 0x7baad78c00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:      Client | 0x7bab58ba00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 276
11-19 03:12:43.426  2986 20074 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.426   701   701 I SurfaceFlinger: 8 1440 2960 | NavigationBar#0
11-19 03:12:43.426   701   701 I SurfaceFlinger:
11-19 03:12:43.427  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.427  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.427  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.428  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.431  2986 20074 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.432  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.433  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.433  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.434  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.436  2986 14042 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.437  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.437  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.437  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.437  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.440  2986 20074 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.441  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.441  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.442  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.442  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.445  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.445  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.445  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.445  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.449  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.449  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.452  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.452  2986 14042 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.452  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.453  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.453  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.453  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.454  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.457  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.457  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.457  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.457  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.461  2986 20074 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.462  2986 20074 I chatty  : uid=1000(system) Binder:2986_1F identical 1 line
11-19 03:12:43.462  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.463  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.464  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.469  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.469  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.469  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.470  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.473  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.474  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.474  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.474  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.475  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.478  4222   614 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-19 03:12:43.481  4468  4468 D io_stats: !@   8,0 r 3050916 131313412 w 743107 14795192 d 80165 5725440 f 177683 185893 iot 1370810 1231105 th 161844 0 0 pt 0 inp 0 0 63703.320
11-19 03:12:43.554  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.554  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.555  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.578  2986 20074 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.579  2986 20074 I chatty  : uid=1000(system) Binder:2986_1F identical 8 lines
11-19 03:12:43.579  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.580  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.581  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.583  2986 14042 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.583  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.584  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.584  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.584  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.587  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.587  2986 14042 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.587  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.587  2986 14042 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.590  2986 20074 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
11-19 03:12:43.591  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.591  2986 20074 E PermissionMonitor: (NameNotFoundException) ApplicationInfo for (com.google.uid.shared) is null! UserId: 0
11-19 03:12:43.591  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.591  2986 20074 I PermissionMonitor: App is not in hidden status (background/etc). Ignore
11-19 03:12:43.597  2986 14042 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.600  4222   614 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
11-19 03:12:43.688  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.693  2986 20074 I chatty  : uid=1000(system) Binder:2986_1F identical 8 lines
11-19 03:12:43.693  2986 20074 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:43.697  2986  3041 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1612800  uid : 1000  pid : 2986  tag : AMS_ACT_RESUME@CPU_MIN@19
11-19 03:12:43.697  2986  3041 D ActivityManagerPerformance: AMP_release() ACT_RESUME
11-19 03:12:43.711   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:43.711   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:43.711   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:43.711   701   701 I SurfaceFlinger:  SolidColor |              | 0001 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:43.711   701   701 I SurfaceFlinger:      Device | 0x7bad83f480 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2672.0 |    0   96 1440 2768 | SurfaceView - com.sec.android.app.sb[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:43.711   701   701 I SurfaceFlinger:      Device | 0x7bab5e0480 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:43.711   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0    0 1440 2768 | DimLayerController/Stack=0#0
11-19 03:12:43.711   701   701 I SurfaceFlinger:      Device | 0x7bad83f500 | 0000 | RGBA_8888 |   0.0    0.0 1369.0  605.0 |   35 1129 1404 1734 | Application Error: air.com.galaxup.wazup#0
11-19 03:12:43.711   701   701 I SurfaceFlinger:      Device | 0x7baad78c00 | 0000 |
11-19 03:12:43.711   701   701 I SurfaceFlinger:  RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:43.711   701   701 I SurfaceFlinger:      Device | 0x7bab58ba00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:43.711   701   701 I SurfaceFlinger:
11-19 03:12:43.712   701   701 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh! backpressureCount = 1
11-19 03:12:43.713  2986  3018 I ActivityManager: KPU : put [com.samsung.android.knox.containeragent] : 7954 K
11-19 03:12:43.713  2986  3018 I ActivityManager: Killing 31769:com.samsung.android.knox.containeragent/1250 (adj 906): DHA:empty #25
11-19 03:12:43.718  3856   825 D ProcessObserver_FLP: onForegroundActivities changed, 32475/10576/false
11-19 03:12:43.718  3856  3902 D EventHandler_FLP: FOREGROUND_ACTIVITY_CHANGE
11-19 03:12:43.718  3954  5656 D ForegroundUtils: could not check pending caller
11-19 03:12:43.728   701   701 D SurfaceFlinger: initialize backpressureCount
11-19 03:12:43.734   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:43.734   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:43.734   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:43.734   701   701 I SurfaceFlinger:      Device | 0x7bad83f480 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2672.0 |    0   96 1440 2768 | SurfaceView - com.sec.android.app.sb[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:43.734   701   701 I SurfaceFlinger:      Device | 0x7bab5e0480 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:43.734   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0    0 1440 2768 | DimLayerController/Stack=0#0
11-19 03:12:43.734   701   701 I SurfaceFlinger:      Device | 0x7bad83f500 | 0000 | RGBA_8888 |   0.0    0.0 1369.0  605.0 |   35 1129 1404 1734 | Application Error: air.com.galaxup.wazup#0
11-19 03:12:43.734   701   701 I SurfaceFlinger:      Device | 0x7baad78c00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:43.734   701   701 I SurfaceFlinger:      Device | 0x7bab58ba00 | 0000 | RGBA_8888 |   0.0
11-19 03:12:43.734   701   701 I SurfaceFlinger:  0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:43.734   701   701 I SurfaceFlinger:
11-19 03:12:43.754  3856   825 D ProcessObserver_FLP: onProcessDied, 31769/1250
11-19 03:12:43.754  3954  5656 D ForegroundUtils: could not check pending caller
11-19 03:12:43.822  2986  3407 D MdnieScenarioControlService:  packageName : com.sec.android.app.sbrowser    className : com.sec.android.app.sbrowser.SBrowserMainActivity
11-19 03:12:43.825  2986  3407 V MdnieScenarioControlService: Calling MdnieManager API(setContentMode(8))
11-19 03:12:43.825  2986  3407 D SemDisplaySolutionManagerService: uid : 1000 , pid : 2986 , name : hdr_effect_off
11-19 03:12:43.826  2986  3407 D SemDisplaySolutionManagerService: where : application what : DEFAULT setScreenBrightnessScaleFactor(-1.0)
11-19 03:12:43.826  2986  3407 D PowerManagerService: [api] setScreenBrightnessScaleFactor: scaleFactor: -1.0 (uid: 1000 pid: 2986)
11-19 03:12:43.826  2986  3407 D SemDisplaySolutionManagerService: setMultipleScreenBrightness , application, DEFAULT, -1.0
11-19 03:12:43.827  2986  3407 V MdnieScenarioControlService: Calling SemDisplaySolutionManager API(setMultipleScreenBrightness(0)
11-19 03:12:43.828  2738  2946 V APM_AudioPolicyManager: setAudioPolicyConfig: audioEffectParam;audioHDR=0;packageName=com.sec.android.app.sbrowser
11-19 03:12:43.830  2986  3407 I AudioService: audioEffectParam;audioHDR=0;packageName=com.sec.android.app.sbrowser
11-19 03:12:43.830  2986  3407 V MdnieScenarioControlService: setBrowserMode from Browser function
11-19 03:12:43.906  2986  2996 I zygote64: NativeAllocBackground concurrent copying GC freed 124090(7MB) AllocSpace objects, 33(660KB) LOS objects, 29% free, 57MB/81MB, paused 872us total 137.344ms
11-19 03:12:43.969  2986  3408 D AllAroundSensingService: packageName : com.sec.android.app.sbrowser    className : com.sec.android.app.sbrowser.SBrowserMainActivity
11-19 03:12:43.970  2986  3408 V AllAroundSensingService: setPlatformBrightnessValue 120
11-19 03:12:44.176  2986  3404 D InputReader: Input event(5): value=1 when=63704016176000
11-19 03:12:44.176  2986  3404 D InputReader: Input event(5): value=1 when=63704016176000
11-19 03:12:44.177  2986  3404 I InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.9268 ] when=63704016176000
11-19 03:12:44.177  2986  3403 I InputDispatcher: Delivering touch to (3611): action: 0x4, toolType: 1
11-19 03:12:44.178  2986  3403 I InputDispatcher: Delivering touch to (3611): action: 0x4, toolType: 1
11-19 03:12:44.178  2986  3403 I InputDispatcher: Delivering touch to (2986): action: 0x0, toolType: 1
11-19 03:12:44.179  2986  3019 D ViewRootImpl@fd46cd[wazup]: ViewPostIme pointer 0
11-19 03:12:44.212  3990  4159 D EPDG -- [NETMGMT]: Interface wlan0 address updated
11-19 03:12:44.213  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: EpdgAddressUpdated: address: fc00::4691:60ff:fe6b:99c6 iface: wlan0mFqdnRetryCount : 0
11-19 03:12:44.214  3990  4159 D EPDG -- [NETMGMT]: Interface wlan0 address updated
11-19 03:12:44.214  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: EpdgAddressUpdated: address: fc00::70ca:14fd:81c:5851 iface: wlan0mFqdnRetryCount : 0
11-19 03:12:44.260  2986  3404 D InputReader: Input event(5): value=0 when=63704099841000
11-19 03:12:44.260  2986  3404 D InputReader: Input event(5): value=0 when=63704099841000
11-19 03:12:44.260  2986  3404 I InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=63704099841000
11-19 03:12:44.261  2986  3403 I InputDispatcher: Delivering touch to (2986): action: 0x1, toolType: 1
11-19 03:12:44.261  2986  3019 D ViewRootImpl@fd46cd[wazup]: ViewPostIme pointer 1
11-19 03:12:44.263  2986 13163 I ActivityManager: Killing 32475:air.com.galaxup.wazup/u0a576 (adj 900): crash
11-19 03:12:44.266  2986 13163 D TaskSnapshotCache: removeRunningEntry taskId=184 RunningCache size=3
11-19 03:12:44.266  2986 13163 I WindowManager: Destroying surface Surface(name=air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry) called by com.android.server.wm.WindowStateAnimator.destroySurface:2465 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:967 com.android.server.wm.WindowState.removeImmediately:2396 com.android.server.wm.WindowState.removeIfPossible:2585 com.android.server.wm.WindowState.removeIfPossible:2425 com.android.server.wm.WindowToken.removeAllWindowsIfPossible:143 com.android.server.wm.AppWindowToken.removeIfPossible:606 com.android.server.wm.AppWindowToken.onRemovedFromDisplay:674
11-19 03:12:44.267   701  2313 I SurfaceFlinger: id=2147 Removed air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry#0 (3/8)
11-19 03:12:44.267   701  2313 I SurfaceFlinger: id=2147 Removed air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry#0 (-2/8)
11-19 03:12:44.270  2986  3560 D OpenGLRenderer: eglDestroySurface = 0x7bf3eb3e70
11-19 03:12:44.270  2986  3019 D ViewRootImpl@fd46cd[wazup]: dispatchDetachedFromWindow
11-19 03:12:44.271  2986  3019 D InputEventReceiver: channel '6f7cb82 Application Error: air.com.galaxup.wazup (client)' ~ Disposing input event receiver.
11-19 03:12:44.271  2986  3019 D InputEventReceiver: channel '6f7cb82 Application Error: air.com.galaxup.wazup (client)' ~NativeInputEventReceiver.
11-19 03:12:44.277  2986  3019 D InputDispatcher: Focus left window: 2986
11-19 03:12:44.277  2986  3019 D InputDispatcher: Focus entered window: 28270
11-19 03:12:44.280   701   701 I Layer   : id=2147 onRemoved air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry#0
11-19 03:12:44.280   701   701 I Layer   : id=2150 onRemoved Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@762bc0b@0#0
11-19 03:12:44.281   701   701 I Layer   : id=2152 onRemoved Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@5d79ae8@0#0
11-19 03:12:44.281   701   701 I Layer   : id=2154 onRemoved Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@56fd501@0#0
11-19 03:12:44.281   701   701 I Layer   : id=2149 onRemoved SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@762bc0b@0#0
11-19 03:12:44.281   701   701 I Layer   : id=2151 onRemoved SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@5d79ae8@0#0
11-19 03:12:44.281   701   701 I Layer   : id=2153 onRemoved SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@56fd501@0#0
11-19 03:12:44.287  2986 13163 I ActivityManager: START u0 {act=android.intent.action.MAIN typ=null flg=0x10100000 cmp=ComponentInfo{air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry}} from uid 2000
11-19 03:12:44.288  2986 13163 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1843200  uid : 1000  pid : 2986  pkgName : AMS_APP_SWITCH@CPU_MIN@40
11-19 03:12:44.288  2986 13163 D ActivityManagerPerformance: AMP_acquire() APP_SWITCH
11-19 03:12:44.289  2986  4616 D ActivityManagerPerformance: Received MSG_CFMS_HINT_AMS_SWITCH pkgName: air.com.galaxup.wazup
11-19 03:12:44.289  2986  6635 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 2986 / 1000 / 6635
11-19 03:12:44.293 28270 28270 I cr_ApplicationStatus: onStateChange activity = com.sec.android.app.sbrowser.SBrowserMainActivity@eaf31cf newState = 4
11-19 03:12:44.295 28270 28270 D MultiInstanceManager: onActivityStateChange : PAUSED
11-19 03:12:44.295 28270 28270 D MultiWindowManager: onActivityStateChange : PAUSED
11-19 03:12:44.295 28270 28270 D MultiInstanceManager: onApplicationStateChange : state - 2
11-19 03:12:44.295 28270 28270 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 10152, CallingPid : 28270
11-19 03:12:44.296 28270 28270 D WebContentsProvider: sendMainActivityOnPauseEvent
11-19 03:12:44.297 28270 28270 D NfcHandler: setNdefPushMessageCallback, enable = false
11-19 03:12:44.297 28270 28270 E NFC     : isAndroidBeamAllowed - Begin
11-19 03:12:44.297 28270 28270 I NFC     : showMsg is false
11-19 03:12:44.297  2986  3019 D WindowManager: set systemUiVisibility : systemUiFlags= 0xa618 fullscreenStackSysUiFlags= 0x0
11-19 03:12:44.297  3954  5656 D ForegroundUtils: could not check pending caller
11-19 03:12:44.297  3856   825 D ProcessObserver_FLP: onProcessDied, 32475/10576
11-19 03:12:44.297  2986  3446 D ConnectivityService: releasing NetworkRequest [ LISTEN id=518, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] (CALLBACK_RELEASED)
11-19 03:12:44.298  2986  3019 D WindowManager: set systemUiVisibility : systemUiFlags= 0xa618 fullscreenStackSysUiFlags= 0x2000
11-19 03:12:44.298  2986  3019 E ViewRootImpl: sendUserActionEvent() returned.
11-19 03:12:44.298  2986 13163 D SecContentProvider: query(), uri = 15 selection = isAndroidBeamAllowed
11-19 03:12:44.299  2986 10115 D WindowManager: adjustSystemUiVisibilityLw : vis= 0xa618
11-19 03:12:44.299  2986  3446 D ConnectivityService: sending notification RELEASED for NetworkRequest [ LISTEN id=518, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.299  2986 13163 D SecContentProvider: called from com.sec.android.app.sbrowser
11-19 03:12:44.301 28270 28270 I cr_[VR] VrShellDelegate: maybeUnregisterVrEntryHook
11-19 03:12:44.301 28270 28270 E BitmapManager: BitmapManager clearMemCache clearing all_bitmaps
11-19 03:12:44.301 28270 28270 D BitmapCache: clear cache only
11-19 03:12:44.301 28270 28270 D BitmapCache: clear cache only
11-19 03:12:44.302  2986  3311 D ViewRootImpl@a3d088d[wazup]: setView = DecorView@1436a53[wazup] TM=true MM=false
11-19 03:12:44.303  2986 13163 D ActivityManager: isScaleDownAnimationEnabled() : true
11-19 03:12:44.303  2986 13163 E ActivityManager: applyOptionsLocked: Unknown animationType=0
11-19 03:12:44.304  2986 13163 D StorageManagerService: getExternalStorageMountMode : 1
11-19 03:12:44.304  2986 13163 D StorageManagerService: getExternalStorageMountMode : 3
11-19 03:12:44.304  2986 13163 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10576, packageName : air.com.galaxup.wazup
11-19 03:12:44.304  2986 13163 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:air.com.galaxup.wazup user:0
11-19 03:12:44.304  2986 13163 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-19 03:12:44.304  2986 13163 D ActivityManager: package  air.com.galaxup.wazup, user - 0 is SDcard whitelisted
11-19 03:12:44.304  2986 13163 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:air.com.galaxup.wazup user:0
11-19 03:12:44.304  2986 13163 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-19 03:12:44.306  2986  3431 I WifiTrafficPoller: mCpuCoreBooster Lock
11-19 03:12:44.307  2986  2986 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 2986 / 1000 / 2986
11-19 03:12:44.308  3611  3817 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 18 -107 -11 90 2147483647 0 2147483647 0x4000 P gsm|lte level=4
11-19 03:12:44.308  3611  3817 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
11-19 03:12:44.308  3611  3817 D NetworkController.MobileSignalController(0/1): updateOYBMobileIconGroup(): 13
11-19 03:12:44.313  2986  3311 D ViewRootImpl@a3d088d[wazup]: dispatchAttachedToWindow
11-19 03:12:44.313  2986  3311 V WindowManager: Relayout Window{ea5ca42 u0 Splash Screen air.com.galaxup.wazup}: viewVisibility=0 req=1440x2672 WM.LayoutParams{(0,0)(fillxfill) sim=#20 ty=3 fl=#1830118 pfl=0x1020011 wanim=0x1030001 vsysui=0x410 needsMenuKey=2 colorMode=0 naviIconColor=0}
11-19 03:12:44.315  2986 13163 I ActivityManager: Start proc 644:air.com.galaxup.wazup/u0a576 for activity air.com.galaxup.wazup/.AppEntry
11-19 03:12:44.316   644   644 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-19 03:12:44.317   644   644 E libpersona: scanKnoxPersonas
11-19 03:12:44.317   644   644 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
11-19 03:12:44.317   701   701 I SurfaceFlinger: id=2159 createSurf (1440x2768),1 flag=404, Splash Screen air.com.galaxup.wazup#0
11-19 03:12:44.318  2986  3311 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-19 03:12:44.318   644   644 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G960W_8.0.0_0017, [-1 -1 -1 -1 0 1]
11-19 03:12:44.319   644   644 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=air.com.galaxup.wazup
11-19 03:12:44.320  2986  3311 D ViewRootImpl@a3d088d[wazup]: Relayout returned: old=[0,0][0,0] new=[0,0][1440,2768] result=0x7 surface={valid=true 532152848384} changed=true
11-19 03:12:44.322   644   644 W zygote  : Using default instruction set features for ARM CPU variant (cortex-a9) using conservative defaults
11-19 03:12:44.325 28270 28270 D ViewRootImpl@eb18c3[SBrowserMainActivity]: MSG_WINDOW_FOCUS_CHANGED 1
11-19 03:12:44.326  3611  3817 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 18 -107 -11 90 2147483647 0 2147483647 0x4000 P gsm|lte level=4
11-19 03:12:44.326  3611  3817 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
11-19 03:12:44.326  3611  3817 D NetworkController.MobileSignalController(0/1): updateOYBMobileIconGroup(): 13
11-19 03:12:44.327 28270 28270 D AssistantMenuManager: addAssistantMenu called.
11-19 03:12:44.327 28270 28270 D VrBrowserLauncherClient: start for com.sec.android.app.sbrowser.SBrowserMainActivity@eaf31cf
11-19 03:12:44.328  2986  2986 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 2986 / 1000 / 2986
11-19 03:12:44.342  2986  3311 V WindowManager: finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING Window{ea5ca42 u0 Splash Screen air.com.galaxup.wazup} in Surface(name=Splash Screen air.com.galaxup.wazup)
11-19 03:12:44.343   644   644 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-19 03:12:44.343   644   644 D ActivityThread: Added TimaKeyStore provider
11-19 03:12:44.344 28270 28270 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@37bee4f nm : com.sec.android.app.sbrowser ic=null
11-19 03:12:44.345 28270 28270 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
11-19 03:12:44.345  2986 13163 D InputMethodManagerService: startInputOrWindowGainedFocus : windowGainedFocus
11-19 03:12:44.345  2986 13163 D InputMethodManagerService: windowGainedFocus: destinationUserId (getCallingUid) = 0
11-19 03:12:44.345  2986 13163 D InputMethodManagerService: windowGainedFocus: currentUserId=0
11-19 03:12:44.345  2986 13163 D InputMethodManagerService: windowGainedFocus: mCurrentFocusedUserId=0
11-19 03:12:44.345  2986 13163 D InputMethodManagerService: windowGainedFocus : lock - currentUserId = 0 destinationUserId = 0
11-19 03:12:44.345  2986 13163 D InputMethodManagerService: windowGainedFocus : mCurrentFocusedUserId - 0 and mSecureKeypadEnabled - false, userSwitched - false
11-19 03:12:44.346  2986 13163 V InputMethodManagerService: windowGainedFocus : reason=WINDOW_FOCUS_GAIN client=android.os.BinderProxy@f95e761 inputContext=null missingMethods= attribute=android.view.inputmethod.EditorInfo@e27bc45 nm = com.sec.android.app.sbrowser controlFlags=#105 softInputMode=#30 windowFlags=#81810100
11-19 03:12:44.346  2986 13163 V InputMethodManagerService: hideCurrentInputLocked : shouldHideSoftInput is false
11-19 03:12:44.346  2986 13163 D InputMethodManagerService: isImeSwitcherDisabledPackage : false
11-19 03:12:44.346  2986 13163 D InputMethodManagerService: setCurrentInputInfo - inputContext : null eidtorInfo : android.view.inputmethod.EditorInfo@e27bc45 missingMethods : 0
11-19 03:12:44.348  3583  3583 I InputMethodWrapper:  call dispatchStartInputWithToken
11-19 03:12:44.348  3583  3583 I InputMethodService: dispatchStartInputWithToken
11-19 03:12:44.348  3583  3583 I SKBD    : SamsungKeypad [IMI] onStartInput - caller pid : 28270, caller uid : 10152
11-19 03:12:44.349  3583  3583 I SKBD    : SamsungKeypad  CACHEDIC onStartInput  isCachedICEnabled:  false
11-19 03:12:44.349  3583  3583 I SKBD    : atl getDefaultInputRange : UNKNOWN
11-19 03:12:44.349  3583  3583 I SKBD    : awo resetBinderManager()
11-19 03:12:44.349  3583  3583 I SKBD_SYNC: SamsungKeypad onStartInput: import DLM
11-19 03:12:44.349  3583  3583 I SKBD    : atl setPrivateImeOptionsToTable privateImeOptions ( null )
11-19 03:12:44.349  3583  3583 I SKBD    : atl imeOptions is null
11-19 03:12:44.349  3583  3583 I SKBD    : SamsungKeypad [PF_OP][onStartInput] 471302
11-19 03:12:44.350  2986  4840 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.350  2986 13163 I ActivityManager: DSS on for air.com.galaxup.wazup and scale is 1.0
11-19 03:12:44.352  2986 13163 V WindowManager: rotationForOrientationLw(orient=2, last=0); user=0  sensorRotation=-1 mLidState=-1 mDockMode=0 mHdmiPlugged=false
11-19 03:12:44.356  2986 13163 D PersonaManagerService: Current focused persona service handled id set to : 0
11-19 03:12:44.356  2986 13163 D InputDispatcher: Focused application set to: xxxx
11-19 03:12:44.356  2986 13163 D InputDispatcher: Focus left window: 28270
11-19 03:12:44.358  2986  3483 D GameManagerService: handleForegroundChange(). pkgName: air.com.galaxup.wazup, clsName: air.com.galaxup.wazup.AppEntry,FgActivityName:air.com.galaxup.wazup/.AppEntry
11-19 03:12:44.358  2986 13163 D MARsPolicyManager: onPackageResumedFG pkgName = air.com.galaxup.wazup, userId = 0
11-19 03:12:44.358  2986  3483 D GameManagerService: sem_perfomance_mode: 3
11-19 03:12:44.358  2986  3483 D GameManagerService: notifyResumePause(). pkg: air.com.galaxup.wazup, type: 4, isMinimized: false, isTunableApp: false
11-19 03:12:44.358  2986  3483 D GameManagerService:   notifyResumePause(). do nothing. mKillNotiCount: 3
11-19 03:12:44.363 28270 28270 D SurfaceView: BG show() Surface(name=Background for - SurfaceView - com.sec.android.app.sbrowser/com.sec.android.app.sbrowser.SBrowserMainActivity@40c2d41@3) com.sec.terrace.content.browser.TinContentViewRenderView$TinSurfaceView{40c2d41 V.E...... ........ 0,0-1440,2672}
11-19 03:12:44.363 28270 28270 D SurfaceView: surfaceDestroyed 1 com.sec.terrace.content.browser.TinContentViewRenderView$TinSurfaceView{40c2d41 V.E...... ........ 0,0-1440,2672}
11-19 03:12:44.363 28270 28270 D TinContentViewRenderView: Placeholder - notifySurfaceDestroy is called
11-19 03:12:44.367   701   701 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-19 03:12:44.383  2986 13163 D TaskSnapshotCache: putSnapshot mTaskId=182 RunningCache size=3
11-19 03:12:44.387  2986  4840 D SamsungAlarmManager: Cancel Alarm calling from uid:10031 pid :5141 / op:PendingIntent{8c76f54: PendingIntentRecord{fce2efd com.google.android.gms broadcastIntent}}
11-19 03:12:44.387  2986  6635 D GamePkgDataHelper: getGamePkgDataIncServer(). air.com.galaxup.wazup
11-19 03:12:44.388  3856   825 D ProcessObserver_FLP: onForegroundActivities changed, 644/10576/true
11-19 03:12:44.388  3954  5656 D ForegroundUtils: could not check pending caller
11-19 03:12:44.388  3856  3902 D EventHandler_FLP: FOREGROUND_ACTIVITY_CHANGE
11-19 03:12:44.388  2986  6635 D GameManagerService: identifyGamePackage. air.com.galaxup.wazup
11-19 03:12:44.388  2986  6635 D GamePkgDataHelper: getGamePkgData(). air.com.galaxup.wazup
11-19 03:12:44.389  2986  6635 D GameManagerService: identifyGamePackage. air.com.galaxup.wazup
11-19 03:12:44.389  2986  3019 D WindowManager: set systemUiVisibility : systemUiFlags= 0x418 fullscreenStackSysUiFlags= 0x0
11-19 03:12:44.389  2986  6635 D GamePkgDataHelper: getGamePkgData(). air.com.galaxup.wazup
11-19 03:12:44.390  2986  6635 D GamePkgDataHelper: getSosPolicy(). air.com.galaxup.wazup
11-19 03:12:44.391  3611  3611 D BarTransitions.SecNavigationBarView: MODE_TRANSPARENT -> MODE_OPAQUE animate=false
11-19 03:12:44.391  2986  6635 D GameManagerService: identifyGamePackage. air.com.galaxup.wazup
11-19 03:12:44.391  2986  6635 D GamePkgDataHelper: getGamePkgData(). air.com.galaxup.wazup
11-19 03:12:44.392  2986  6635 D GameManagerService: identifyGamePackage. air.com.galaxup.wazup
11-19 03:12:44.392  2986  6635 D GamePkgDataHelper: getGamePkgData(). air.com.galaxup.wazup
11-19 03:12:44.393  2986  6635 D GameManagerService: identifyGamePackage. air.com.galaxup.wazup
11-19 03:12:44.393  2986  4840 D WindowManager: adjustSystemUiVisibilityLw : vis= 0x418
11-19 03:12:44.393  2986  6635 D GamePkgDataHelper: getGamePkgData(). air.com.galaxup.wazup
11-19 03:12:44.403 28270 28270 V ReadPixels: Returning the Bitmap
11-19 03:12:44.403 28270 28270 D TinContentViewRenderView: Placeholder - showPlaceholder
11-19 03:12:44.403 28270 28270 D TinContentViewRenderView: Placeholder - SurfaceView destroyed
11-19 03:12:44.404   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:44.404   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:44.404   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:44.404   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:      Device | 0x7bad83f480 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2672.0 |    0   96 1440 2768 | SurfaceView - com.sec.android.app.sb[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:      Device | 0x7baad7d680 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2960.0 |    0    0 1440 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:      Device | 0x7bab5e0600 | 0002 | RGBA_8888 |   0.0    0.0   61.0 2768.0 | 1379    0 1440 2768 | Splash Screen air.com.galaxup.wazup#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0    0 1440 2768 | DimLayerController/Stack=0#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:      Device | 0x7bad83f100 | 0000 | RGBA
11-19 03:12:44.404   701   701 I SurfaceFlinger: _8888 |   0.0    0.0 1368.0  605.0 |   57 1139 1381 1724 | Application Error: air.com.galaxup.wazup#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:      Device | 0x7bad83fa00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:      Device | 0x7bab58ba00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:44.404   701   701 I SurfaceFlinger:
11-19 03:12:44.415   644   644 I FirebaseInitProvider: FirebaseApp initialization unsuccessful
11-19 03:12:44.417  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.420  2986  2986 D PreBindingService: handleMessage : 1
11-19 03:12:44.422  2986 13163 D SamsungAlarmManager: Cancel Alarm calling from uid:10031 pid :4222 / op:PendingIntent{fd62cc0: PendingIntentRecord{dde490f com.google.android.gms broadcastIntent}}
11-19 03:12:44.423  2986 13163 I SamsungAlarmManager: setLocked to kernel - T:2 / 20181119T031300, SetElapsed=140802367, nowELAPSED=140786790
11-19 03:12:44.426 28366 28403 E Surface : getSlotFromBufferLocked: unknown buffer: 0xcf575680
11-19 03:12:44.427 28270 28270 D SurfaceView: BG destroy() Surface(name=Background for - SurfaceView - com.sec.android.app.sbrowser/com.sec.android.app.sbrowser.SBrowserMainActivity@40c2d41@3) com.sec.terrace.content.browser.TinContentViewRenderView$TinSurfaceView{40c2d41 V.E...... ........ 0,0-1440,2672}
11-19 03:12:44.428   644   658 D libEGL  : loaded /vendor/lib/egl/libEGL_adreno.so
11-19 03:12:44.429 28270 28336 D OpenGLRenderer: eglDestroySurface = 0xd1a4cf20
11-19 03:12:44.432  2986  4840 V WindowManager: Relayout Window{2ea5747 u0 com.sec.android.app.sbrowser/com.sec.android.app.sbrowser.SBrowserMainActivity}: viewVisibility=8 req=1440x2960 WM.LayoutParams{(0,0)(fillxfill) sim=#30 ty=1 fl=#81810100 pfl=0x1020000 fmt=-3 wanim=0x10302ea vsysui=0x2610 needsMenuKey=2 colorMode=0 naviIconColor=0}
11-19 03:12:44.436 28270 28270 D ViewRootImpl@eb18c3[SBrowserMainActivity]: Relayout returned: old=[0,0][1440,2960] new=[0,0][1440,2960] result=0x5 surface={valid=false 0} changed=true
11-19 03:12:44.436 28270 28270 D ViewRootImpl@eb18c3[SBrowserMainActivity]: MSG_WINDOW_FOCUS_CHANGED 0
11-19 03:12:44.437 28270 28270 D AssistantMenuManager: removeAssistantMenu called
11-19 03:12:44.441  2986 13163 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20181119T031852 - CU:10031/CP:4222
11-19 03:12:44.444   644   644 I StartupTime1: :1542615164444
11-19 03:12:44.446   644   658 D libEGL  : loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
11-19 03:12:44.487   644   658 D libEGL  : loaded /vendor/lib/egl/libGLESv2_adreno.so
11-19 03:12:44.487  3314  3314 I sensors-hal: activate:121, activate handle 4
11-19 03:12:44.487  3314  3314 I sensors-hal: activate:126, android.sensor.accelerometer/4 en=0
11-19 03:12:44.487  3583  3583 D InputEventReceiver: channel 'ClientState{e964d67 uid 10576 pid 32475} (client)' ~ Disposing input event receiver.
11-19 03:12:44.488  3583  3583 D InputEventReceiver: channel 'ClientState{e964d67 uid 10576 pid 32475} (client)' ~NativeInputEventReceiver.
11-19 03:12:44.488  2986  3041 W ActivityManager: setHasOverlayUi called on unknown pid: 32475
11-19 03:12:44.488  2986  3020 E zygote64: failed to kill 1 processes for processgroup 32475
11-19 03:12:44.489  3314  3314 I sensors-hal: deactivate:162, disconnect qmi to disable sensor
11-19 03:12:44.489  3314  3314 I sensors-hal: activate:137, android.sensor.accelerometer/4 en=0 completed
11-19 03:12:44.489  2986  4840 D SensorService: Calling activate off
11-19 03:12:44.489  2986  3407 D MdnieScenarioControlService:  packageName : air.com.galaxup.wazup    className : air.com.galaxup.wazup.AppEntry
11-19 03:12:44.490  2986  3407 V MdnieScenarioControlService: setUIMode from UI function(3)
11-19 03:12:44.506  2986  4916 I SensorService: createSensorEventConnection package name android.view.OrientationEventListener
11-19 03:12:44.506  2986  4916 D SensorService: Calling batch handle==4 flags=0 rate=200000000 timeout== 0
11-19 03:12:44.507  3314  3314 I sensors-hal: batch:187, android.sensor.accelerometer/4, period=200000000, max_latency=0
11-19 03:12:44.507  3314  3314 I sensors-hal: batch:196, android.sensor.accelerometer/4, period=200000000, max_latency=0 request completed
11-19 03:12:44.507  3314  3314 I sensors-hal: activate:121, activate handle 4
11-19 03:12:44.507  3314  3314 I sensors-hal: activate:126, android.sensor.accelerometer/4 en=1
11-19 03:12:44.507  3314  3314 I sensors-hal: worker:43, this = 0x72e124a250
11-19 03:12:44.510  3314  3314 I sensors-hal: activate:137, android.sensor.accelerometer/4 en=1 completed
11-19 03:12:44.510   644   644 D SensorManager: registerListener :: 4, LSM6DSL Accelerometer, 200000, 0,
11-19 03:12:44.518   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:44.518   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:44.518   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:44.518   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:44.518   701   701 I SurfaceFlinger:      Device | 0x7bad83f480 | 0002 | RGBA_8888 |  31.0    0.0 1440.0 2672.0 |    0   96 1409 2768 | SurfaceView - com.sec.android.app.sb[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:44.518   701   701 I SurfaceFlinger:      Device | 0x7baad7d680 | 0000 | RGBA_8888 |  31.0    0.0 1440.0 2960.0 |    0    0 1409 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:44.518   701   701 I SurfaceFlinger:      Device | 0x7bab5e0600 | 0002 | RGBA_8888 |   0.0    0.0 1172.0 2768.0 |  268    0 1440 2768 | Splash Screen air.com.galaxup.wazup#0
11-19 03:12:44.518   701   701 I SurfaceFlinger:      Device | 0x7bad83f100 | 0000 | RGBA_8888 |   0.0    0.0 1369.0  605.0 |  143 1176 1294 1685 | Application Error: air.com.galaxup.wazup#0
11-19 03:12:44.518   701   701 I SurfaceFlinger:      Device | 0x7baad78c00
11-19 03:12:44.518   701   701 I SurfaceFlinger:  | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:44.518   701   701 I SurfaceFlinger:      Device | 0x7bad83f300 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:44.518   701   701 I SurfaceFlinger:
11-19 03:12:44.519   644   661 D OpenGLRenderer: HWUI GL Pipeline
11-19 03:12:44.523   644   644 D ViewRootImpl@5cb0fef[AppEntry]: setView = DecorView@82acafc[AppEntry] TM=true MM=false
11-19 03:12:44.524  2986  4916 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2803014860, maxLowBytes : 524288000
11-19 03:12:44.525  2986  4916 D ActivityManager: post active user change for 0 fullscreen true isHomeActivity() false
11-19 03:12:44.530   644   644 V InputMethodManager: Not IME target window, ignoring
11-19 03:12:44.530   644   644 D ViewRootImpl@5cb0fef[AppEntry]: dispatchAttachedToWindow
11-19 03:12:44.531  2986  4916 V WindowManager: Relayout Window{7a88f97 u0 air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry}: viewVisibility=0 req=1440x2672 WM.LayoutParams{(0,0)(fillxfill) sim=#112 ty=1 fl=#1810100 pfl=0x1020000 wanim=0x1030001 vsysui=0x410 needsMenuKey=2 colorMode=0 naviIconColor=0}
11-19 03:12:44.535   701   701 I SurfaceFlinger: id=2160 createSurf (1440x2768),1 flag=404, air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry#0
11-19 03:12:44.536  2986  4916 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-19 03:12:44.538  2986  4916 D InputDispatcher: Focus entered window: 644
11-19 03:12:44.539   644   644 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-19 03:12:44.539   644   644 D ViewRootImpl@5cb0fef[AppEntry]: Relayout returned: old=[0,0][0,0] new=[0,0][1440,2768] result=0x7 surface={valid=true 3737444352} changed=true
11-19 03:12:44.539   644   661 I Adreno  : QUALCOMM build                   : fa5d0e7, I788affba20
11-19 03:12:44.539   644   661 I Adreno  : Build Date                       : 06/12/18
11-19 03:12:44.539   644   661 I Adreno  : OpenGL ES Shader Compiler Version: EV031.22.00.02_ESPL1
11-19 03:12:44.539   644   661 I Adreno  : Local Branch                     :
11-19 03:12:44.539   644   661 I Adreno  : Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.6.3.C1.08.00.00.432.044
11-19 03:12:44.539   644   661 I Adreno  : Remote Branch                    : NONE
11-19 03:12:44.539   644   661 I Adreno  : Reconstruct Branch               : NOTHING
11-19 03:12:44.548   644   661 I Adreno  : PFP: 0x016ee155, ME: 0x00000000
11-19 03:12:44.550   644   661 I OpenGLRenderer: Initialized EGL, version 1.4
11-19 03:12:44.550   644   661 D OpenGLRenderer: Swap behavior 2
11-19 03:12:44.552   644   661 D libGLESv1: STS_GLApi : DTS, ODTC are not allowed for Package : air.com.galaxup.wazup
11-19 03:12:44.552   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:44.552   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:44.552   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:44.552   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:44.552   701   701 I SurfaceFlinger:      Device | 0x7bad83f480 | 0002 | RGBA_8888 |  44.0    0.0 1440.0 2672.0 |    0   96 1396 2768 | SurfaceView - com.sec.android.app.sb[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:44.552   701   701 I SurfaceFlinger:      Device | 0x7baad7d680 | 0000 | RGBA_8888 |  44.0    0.0 1440.0 2960.0 |    0    0 1396 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:44.552   701   701 I SurfaceFlinger:      Device | 0x7bab5e0600 | 0002 | RGBA_8888 |   0.0    0.0 1286.0 2768.0 |  154    0 1440 2768 | Splash Screen air.com.galaxup.wazup#0
11-19 03:12:44.552   701   701 I SurfaceFlinger:      Device | 0x7bad83fa00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:44.552   701   701 I SurfaceFlinger:      Device | 0x7bad83f300 | 0000 | RGBA_8888 |   0.0
11-19 03:12:44.552   701   701 I SurfaceFlinger: 0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:44.552   701   701 I SurfaceFlinger:
11-19 03:12:44.553   644   661 D OpenGLRenderer: eglCreateWindowSurface = 0xdec752b0
11-19 03:12:44.553   701   701 I SurfaceFlinger: id=2161 createSurf (1440x2960),-1 flag=20004, air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry_dim#0
11-19 03:12:44.553   701   701 I SurfaceFlinger: id=2162 createSurf (1440x2672),842094169 flag=404, SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@762bc0b@0#0
11-19 03:12:44.554   701   701 I SurfaceFlinger: id=2163 createSurf (1440x2672),-1 flag=20404, Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@762bc0b@0#0
11-19 03:12:44.555   644   644 D SurfaceView: BG show() Surface(name=Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@762bc0b@0) com.adobe.flashruntime.air.VideoViewAIR{762bc0b V.E...... ......ID 0,0-1440,2672}
11-19 03:12:44.556  2986  3311 I WindowManager: Destroying surface Surface(name=Application Error: air.com.galaxup.wazup) called by com.android.server.wm.WindowStateAnimator.destroySurface:2465 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:967 com.android.server.wm.WindowState.destroyOrSaveSurfaceUnchecked:3652 com.android.server.wm.RootWindowContainer.performSurfacePlacement:826 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:233 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:168 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:158 com.android.server.wm.WindowSurfacePlacer.lambda$-com_android_server_wm_WindowSurfacePlacer_6459:135
11-19 03:12:44.556   701   876 I SurfaceFlinger: id=2155 Removed Application Error: air.com.galaxup.wazup#0 (8/10)
11-19 03:12:44.556   701   876 I SurfaceFlinger: id=2155 Removed Application Error: air.com.galaxup.wazup#0 (-2/10)
11-19 03:12:44.557  2986  3311 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
11-19 03:12:44.563   701   701 I Layer   : id=2155 onRemoved Application Error: air.com.galaxup.wazup#0
11-19 03:12:44.563   644   644 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-19 03:12:44.563   644   644 D SurfaceView: surfaceCreated 2 com.adobe.flashruntime.air.VideoViewAIR{762bc0b V.E...... ......ID 0,0-1440,2672}
11-19 03:12:44.564   644   644 V VideoSurfaceView: surfaceCreated
11-19 03:12:44.564   644   644 D SurfaceView: surfaceChanged (1440,2672) 2 com.adobe.flashruntime.air.VideoViewAIR{762bc0b V.E...... ......ID 0,0-1440,2672}
11-19 03:12:44.564   644   644 V VideoSurfaceView: surfaceChanged format=842094169, width=1440, height=2672
11-19 03:12:44.569   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:44.569   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:44.569   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:44.569   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:44.569   701   701 I SurfaceFlinger:      Device | 0x7bad83f480 | 0002 | RGBA_8888 |  50.0    0.0 1440.0 2672.0 |    0   96 1390 2768 | SurfaceView - com.sec.android.app.sb[...]ser.SBrowserMainActivity@40c2d41@3#0
11-19 03:12:44.569   701   701 I SurfaceFlinger:      Device | 0x7baad7d680 | 0000 | RGBA_8888 |  50.0    0.0 1440.0 2960.0 |    0    0 1390 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:44.569   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0    0 1440 2960 | air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry_dim#0
11-19 03:12:44.569   701   701 I SurfaceFlinger:      Device | 0x7bab5e0600 | 0002 | RGBA_8888 |   0.0    0.0 1322.0 2768.0 |  118    0 1440 2768 | Splash Screen air.com.galaxup.wazup#0
11-19 03:12:44.569   701   701 I SurfaceFlinger:      Devic
11-19 03:12:44.569   701   701 I SurfaceFlinger: e | 0x7bad83fa00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:44.569   701   701 I SurfaceFlinger:      Device | 0x7bad83f300 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:44.569   701   701 I SurfaceFlinger:
11-19 03:12:44.569   701   701 I SurfaceFlinger: id=2164 createSurf (8x16),4 flag=404, SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@5d79ae8@0#0
11-19 03:12:44.570   701   701 I SurfaceFlinger: id=2165 createSurf (8x16),-1 flag=20404, Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@5d79ae8@0#0
11-19 03:12:44.570   644   644 D SurfaceView: BG show() Surface(name=Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@5d79ae8@0) com.adobe.air.AndroidCameraView{5d79ae8 V.E...... ......ID 0,0-8,16}
11-19 03:12:44.580   644   644 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-19 03:12:44.580   644   644 D SurfaceView: surfaceCreated 1 com.adobe.air.AndroidCameraView{5d79ae8 V.E...... ......ID 0,0-8,16}
11-19 03:12:44.580   644   644 D SurfaceView: surfaceChanged (8,16) 1 com.adobe.air.AndroidCameraView{5d79ae8 V.E...... ......ID 0,0-8,16}
11-19 03:12:44.586   701   701 I SurfaceFlinger: id=2166 createSurf (1440x2672),1 flag=4, SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@56fd501@0#0
11-19 03:12:44.587   701   701 I SurfaceFlinger: id=2167 createSurf (1440x2672),-1 flag=20004, Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@56fd501@0#0
11-19 03:12:44.588   644   644 D SurfaceView: BG hide() Surface(name=Background for - SurfaceView - air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry@56fd501@0) false true com.adobe.air.AIRWindowSurfaceView{56fd501 VFED..C.. .F....ID 0,0-1440,2672}
11-19 03:12:44.593  2986  3407 V MdnieScenarioControlService: Calling MdnieManager API(setContentMode(0))
11-19 03:12:44.593  2986  3407 D SemDisplaySolutionManagerService: uid : 1000 , pid : 2986 , name : hdr_effect_off
11-19 03:12:44.593  2986  3407 D SemDisplaySolutionManagerService: where : application what : DEFAULT setScreenBrightnessScaleFactor(-1.0)
11-19 03:12:44.593  2986  3407 D PowerManagerService: [api] setScreenBrightnessScaleFactor: scaleFactor: -1.0 (uid: 1000 pid: 2986)
11-19 03:12:44.593  2986  3407 D SemDisplaySolutionManagerService: setMultipleScreenBrightness , application, DEFAULT, -1.0
11-19 03:12:44.593  2986  3407 V MdnieScenarioControlService: Calling SemDisplaySolutionManager API(setMultipleScreenBrightness(0)
11-19 03:12:44.593  2738  2946 V APM_AudioPolicyManager: setAudioPolicyConfig: audioEffectParam;audioHDR=0;packageName=air.com.galaxup.wazup
11-19 03:12:44.594  2986  3407 I AudioService: audioEffectParam;audioHDR=0;packageName=air.com.galaxup.wazup
11-19 03:12:44.594  2986  3407 V MdnieScenarioControlService: setUIMode from UI function
11-19 03:12:44.597   644   644 V Surface : sf_framedrop debug : 0x4f4c, game : false, logging : 0
11-19 03:12:44.597   644   644 D SurfaceView: surfaceCreated 1 com.adobe.air.AIRWindowSurfaceView{56fd501 VFED..C.. .F....ID 0,0-1440,2672}
11-19 03:12:44.597   644   644 D SurfaceView: surfaceChanged (1440,2672) 1 com.adobe.air.AIRWindowSurfaceView{56fd501 VFED..C.. .F....ID 0,0-1440,2672}
11-19 03:12:44.603   644   644 W ContextImpl: Failed to ensure /data/user/0/com.adobe.monocle.companion/shared_prefs: mkdir failed: EACCES (Permission denied)
11-19 03:12:44.618   683   683 E propClient: PropClient failed to load
11-19 03:12:44.624  2986  4916 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2803014860, maxLowBytes : 524288000
11-19 03:12:44.638  2986  3408 D AllAroundSensingService: packageName : air.com.galaxup.wazup    className : air.com.galaxup.wazup.AppEntry
11-19 03:12:44.638  2986  3408 V AllAroundSensingService: setPlatformBrightnessValue 120
11-19 03:12:44.688   705   705 E propClient: PropClient failed to load
11-19 03:12:44.696   706   706 E propClient: PropClient failed to load
11-19 03:12:44.698   644   644 W System.err: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
11-19 03:12:44.698   644   644 W System.err:    at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
11-19 03:12:44.698   644   644 W System.err:    at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
11-19 03:12:44.698   644   644 W System.err:    at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
11-19 03:12:44.698   644   644 W System.err:    at com.adobe.air.AIRSharedPref.getConfigData(AIRSharedPref.java:113)
11-19 03:12:44.698   644   644 W System.err:    at com.adobe.air.Entrypoints.EntryMainWrapper(Native Method)
11-19 03:12:44.698   644   644 W System.err:    at com.adobe.air.Entrypoints.EntryMain(Entrypoints.java:139)
11-19 03:12:44.698   644   644 W System.err:    at com.adobe.air.AndroidActivityWrapper.LaunchApplication(AndroidActivityWrapper.java:1167)
11-19 03:12:44.698   644   644 W System.err:    at com.adobe.air.AndroidActivityWrapper.onSurfaceInitialized(AndroidActivityWrapper.java:1416)
11-19 03:12:44.698   644   644 W System.err:    at com.adobe.air.AIRWindowSurfaceView.surfaceChanged(AIRWindowSurfaceView.java:790)
11-19 03:12:44.698   644   644 W System.err:    at android.view.SurfaceView.updateSurface(SurfaceView.java:766)
11-19 03:12:44.698   644   644 W System.err:    at android.view.SurfaceView$2.onPreDraw(SurfaceView.java:154)
11-19 03:12:44.698   644   644 W System.err:    at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:1045)
11-19 03:12:44.698   644   644 W System.err:    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2800)
11-19 03:12:44.698   644   644 W System.err:    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1779)
11-19 03:12:44.698   644   644 W System.err:    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7810)
11-19 03:12:44.698   644   644 W System.err:    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:911)
11-19 03:12:44.698   644   644 W System.err:    at android.view.Choreographer.doCallbacks(Choreographer.java:723)
11-19 03:12:44.698   644   644 W System.err:    at android.view.Choreographer.doFrame(Choreographer.java:658)
11-19 03:12:44.698   644   644 W System.err:    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897)
11-19 03:12:44.698   644   644 W System.err:    at android.os.Handler.handleCallback(Handler.java:789)
11-19 03:12:44.698   644   644 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:98)
11-19 03:12:44.698   644   644 W System.err:    at android.os.Looper.loop(Looper.java:164)
11-19 03:12:44.698   644   644 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:6938)
11-19 03:12:44.698   644   644 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
11-19 03:12:44.698   644   644 W System.err:    at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
11-19 03:12:44.698   644   644 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
11-19 03:12:44.703   644   644 W System.err: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
11-19 03:12:44.703   644   644 W System.err:    at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
11-19 03:12:44.703   644   644 W System.err:    at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
11-19 03:12:44.703   644   644 W System.err:    at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
11-19 03:12:44.703   644   644 W System.err:    at com.adobe.air.AIRSharedPref.getConfigRequestTime(AIRSharedPref.java:70)
11-19 03:12:44.703   644   644 W System.err:    at com.adobe.air.Entrypoints.EntryMainWrapper(Native Method)
11-19 03:12:44.703   644   644 W System.err:    at com.adobe.air.Entrypoints.EntryMain(Entrypoints.java:139)
11-19 03:12:44.703   644   644 W System.err:    at com.adobe.air.AndroidActivityWrapper.LaunchApplication(AndroidActivityWrapper.java:1167)
11-19 03:12:44.703   644   644 W System.err:    at com.adobe.air.AndroidActivityWrapper.onSurfaceInitialized(AndroidActivityWrapper.java:1416)
11-19 03:12:44.703   644   644 W System.err:    at com.adobe.air.AIRWindowSurfaceView.surfaceChanged(AIRWindowSurfaceView.java:790)
11-19 03:12:44.703   644   644 W System.err:    at android.view.SurfaceView.updateSurface(SurfaceView.java:766)
11-19 03:12:44.703   644   644 W System.err:    at android.view.SurfaceView$2.onPreDraw(SurfaceView.java:154)
11-19 03:12:44.703   644   644 W System.err:    at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:1045)
11-19 03:12:44.703   644   644 W System.err:    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2800)
11-19 03:12:44.703   644   644 W System.err:    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1779)
11-19 03:12:44.703   644   644 W System.err:    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7810)
11-19 03:12:44.703   644   644 W System.err:    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:911)
11-19 03:12:44.703   644   644 W System.err:    at android.view.Choreographer.doCallbacks(Choreographer.java:723)
11-19 03:12:44.703   644   644 W System.err:    at android.view.Choreographer.doFrame(Choreographer.java:658)
11-19 03:12:44.703   644   644 W System.err:    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897)
11-19 03:12:44.703   644   644 W System.err:    at android.os.Handler.handleCallback(Handler.java:789)
11-19 03:12:44.703   644   644 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:98)
11-19 03:12:44.703   644   644 W System.err:    at android.os.Looper.loop(Looper.java:164)
11-19 03:12:44.703   644   644 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:6938)
11-19 03:12:44.703   644   644 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
11-19 03:12:44.703   644   644 W System.err:    at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
11-19 03:12:44.703   644   644 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
11-19 03:12:44.704   644   644 W System.err: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
11-19 03:12:44.704   644   644 W System.err:    at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
11-19 03:12:44.704   644   644 W System.err:    at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
11-19 03:12:44.704   644   644 W System.err:    at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
11-19 03:12:44.704   644   644 W System.err:    at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178)
11-19 03:12:44.704   644   644 W System.err:    at com.adobe.air.AIRSharedPref.setConfigRequestTime(AIRSharedPref.java:148)
11-19 03:12:44.704   644   644 W System.err:    at com.adobe.air.Entrypoints.EntryMainWrapper(Native Method)
11-19 03:12:44.704   644   644 W System.err:    at com.adobe.air.Entrypoints.EntryMain(Entrypoints.java:139)
11-19 03:12:44.704   644   644 W System.err:    at com.adobe.air.AndroidActivityWrapper.LaunchApplication(AndroidActivityWrapper.java:1167)
11-19 03:12:44.704   644   644 W System.err:    at com.adobe.air.AndroidActivityWrapper.onSurfaceInitialized(AndroidActivityWrapper.java:1416)
11-19 03:12:44.704   644   644 W System.err:    at com.adobe.air.AIRWindowSurfaceView.surfaceChanged(AIRWindowSurfaceView.java:790)
11-19 03:12:44.704   644   644 W System.err:    at android.view.SurfaceView.updateSurface(SurfaceView.java:766)
11-19 03:12:44.704   644   644 W System.err:    at android.view.SurfaceView$2.onPreDraw(SurfaceView.java:154)
11-19 03:12:44.704   644   644 W System.err:    at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:1045)
11-19 03:12:44.704   644   644 W System.err:    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2800)
11-19 03:12:44.704   644   644 W System.err:    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1779)
11-19 03:12:44.704   644   644 W System.err:    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7810)
11-19 03:12:44.704   644   644 W System.err:    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:911)
11-19 03:12:44.704   644   644 W System.err:    at android.view.Choreographer.doCallbacks(Choreographer.java:723)
11-19 03:12:44.704   644   644 W System.err:    at android.view.Choreographer.doFrame(Choreographer.java:658)
11-19 03:12:44.704   644   644 W System.err:    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897)
11-19 03:12:44.704   644   644 W System.err:    at android.os.Handler.handleCallback(Handler.java:789)
11-19 03:12:44.704   644   644 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:98)
11-19 03:12:44.704   644   644 W System.err:    at android.os.Looper.loop(Looper.java:164)
11-19 03:12:44.704   644   644 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:6938)
11-19 03:12:44.704   644   644 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
11-19 03:12:44.704   644   644 W System.err:    at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
11-19 03:12:44.704   644   644 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
11-19 03:12:44.764  2986  3311 I WindowManager: Destroying surface Surface(name=air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry_dim) called by com.android.server.wm.WindowStateAnimator.destroyTransitionDimSurface:2697 com.android.server.wm.WindowState.onExitAnimationDone:5222 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:542 com.android.server.wm.DisplayContent.lambda$-com_android_server_wm_DisplayContent_20697:439 com.android.server.wm.-$Lambda$OzPvdnGprtQoLZLCvw2GU8IaGyI$15.$m$0:6 com.android.server.wm.-$Lambda$OzPvdnGprtQoLZLCvw2GU8IaGyI$15.accept:0 com.android.server.wm.WindowContainer$ForAllWindowsConsumerWrapper.apply:797 com.android.server.wm.WindowContainer$ForAllWindowsConsumerWrapper.apply:795
11-19 03:12:44.764   701  1308 I SurfaceFlinger: id=2161 Removed air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry_dim#0 (3/9)
11-19 03:12:44.764   701  2313 I SurfaceFlinger: id=2161 Removed air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry_dim#0 (-2/9)
11-19 03:12:44.769   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:44.769   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:44.769   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:44.769   701   701 I SurfaceFlinger:  SolidColor |              | 0001 |  Unknown  |  -0.2   -0.2   -0.8   -0.8 |    0    0 1440 2960 | animation background stackId=1#0
11-19 03:12:44.769   701   701 I SurfaceFlinger:      Device | 0x7baad7d680 | 0001 | RGBA_8888 | 101.0    0.0 1440.0 2960.0 |    0    0 1339 2960 | com.sec.android.app.sbrowser/com.sec[...].app.sbrowser.SBrowserMainActivity#0
11-19 03:12:44.769   701   701 I SurfaceFlinger:  SolidColor |              | 0000 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0    0 1440 2960 | air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry_dim#0
11-19 03:12:44.769   701   701 I SurfaceFlinger:      Device | 0x7bab5e0600 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2768.0 |    0    0 1440 2768 | Splash Screen air.com.galaxup.wazup#0
11-19 03:12:44.769   701   701 I SurfaceFlinger:      Device | 0x7bad83fa00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:44.769   701   701 I SurfaceFlinger:      Device | 0x7bad83f300 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |
11-19 03:12:44.769   701   701 I SurfaceFlinger:     0 2768 1440 2960 | NavigationBar#0
11-19 03:12:44.769   701   701 I SurfaceFlinger:
11-19 03:12:44.772  2986  3560 I OpenGLRenderer: Initialized EGL, version 1.4
11-19 03:12:44.776  2986  3560 D OpenGLRenderer: Swap behavior 2
11-19 03:12:44.780   701   701 I Layer   : id=2161 onRemoved air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry_dim#0 
11-19 03:12:44.786   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:44.786   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:44.786   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:44.786   701   701 I SurfaceFlinger:      Device | 0x7bab5e0600 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2768.0 |    0    0 1440 2768 | Splash Screen air.com.galaxup.wazup#0
11-19 03:12:44.786   701   701 I SurfaceFlinger:      Device | 0x7bad83fa00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:44.786   701   701 I SurfaceFlinger:      Device | 0x7bad83f300 | 0000 | RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:44.786   701   701 I SurfaceFlinger:
11-19 03:12:44.953  2986  2996 I zygote64: NativeAllocBackground concurrent copying GC freed 48968(2MB) AllocSpace objects, 5(100KB) LOS objects, 29% free, 57MB/81MB, paused 383us total 127.356ms
11-19 03:12:44.969  2986  3446 D ConnectivityService: updateCapabilities: oldCap = [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -62], newCap = [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -64]
11-19 03:12:44.969  2986  3446 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 533]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=6, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=6, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=7, [] ]
11-19 03:12:44.969  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=9, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=9, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.969  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10159 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.969  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.969  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=38, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=38, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=39, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=39, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=497, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=497, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=506, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=506, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=507, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=507, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=508, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=508, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=515, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.970  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=515, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.970  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=516, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.971  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=516, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  4840 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10066 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.971  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.972  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10204 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  4942 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10005 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3000 D ConnectivityService: filterNetworkStateForUid() uid: 10152 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3730 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10066 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10143 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  4840 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.973  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10066 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 I chatty  : uid=1000(system) ConnectivityThr identical 1 line
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10006 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10153 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.974  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10204 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10088 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.975  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.976  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1001 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.976  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.976  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:44.976  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:12:45.037  2986   710 D TspStateManagerInternal: update cmd=set_grip_data,1,40,10,10,0
11-19 03:12:45.065  2986  2986 D PreBindingService: handleMessage : 1
11-19 03:12:45.184   644   644 D StartupTime2: :1542615164763
11-19 03:12:45.184   644   644 I __BUILD_NO : #31.0.0.103
11-19 03:12:45.225   644   644 D InputMethodManager: HSIFW - flag : 0 Pid : 644
11-19 03:12:45.225   644   644 I InputMethodManager: hideSoftInputFromWindow ignore mServedView == null or mServedView.getWindowToken() != windowToken, mServedView :0
11-19 03:12:45.226   644   644 D ViewRootImpl@5cb0fef[AppEntry]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1440, 2768) ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1
11-19 03:12:45.226   644   644 D ViewRootImpl@5cb0fef[AppEntry]: MSG_WINDOW_FOCUS_CHANGED 1
11-19 03:12:45.227   644   644 I AVC     : d008b070
11-19 03:12:45.227   644   644 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@27b0631 nm : air.com.galaxup.wazup ic=null
11-19 03:12:45.227   644   644 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
11-19 03:12:45.227  2986  4916 D InputMethodManagerService: startInputOrWindowGainedFocus : windowGainedFocus
11-19 03:12:45.227  2986  4916 D InputMethodManagerService: windowGainedFocus: destinationUserId (getCallingUid) = 0
11-19 03:12:45.227  2986  4916 D InputMethodManagerService: windowGainedFocus: currentUserId=0
11-19 03:12:45.227  2986  4916 D InputMethodManagerService: windowGainedFocus: mCurrentFocusedUserId=0
11-19 03:12:45.227  2986  4916 D InputMethodManagerService: windowGainedFocus : lock - currentUserId = 0 destinationUserId = 0
11-19 03:12:45.228  2986  4916 D InputMethodManagerService: windowGainedFocus : mCurrentFocusedUserId - 0 and mSecureKeypadEnabled - false, userSwitched - false
11-19 03:12:45.228  2986  4916 V InputMethodManagerService: windowGainedFocus : reason=WINDOW_FOCUS_GAIN client=android.os.BinderProxy@d5a3331 inputContext=null missingMethods= attribute=android.view.inputmethod.EditorInfo@75c8e33 nm = air.com.galaxup.wazup controlFlags=#107 softInputMode=#112 windowFlags=#1810100
11-19 03:12:45.228  2986  4916 V InputMethodManagerService: Window asks to hide input going forward
11-19 03:12:45.228  2986  4916 V InputMethodManagerService: hideCurrentInputLocked : shouldHideSoftInput is false
11-19 03:12:45.228  2986  4916 D InputMethodManagerService: isImeSwitcherDisabledPackage : false
11-19 03:12:45.228  2986  4916 V InputMethodManagerService: Creating new session for client ClientState{42e45f0 uid 10576 pid 644}
11-19 03:12:45.228   644   644 I Choreographer: Skipped 38 frames!  The application may be doing too much work on its main thread.
11-19 03:12:45.229  2986  4916 V WindowManager: Relayout Window{7a88f97 u0 air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry}: viewVisibility=0 req=1440x2768 WM.LayoutParams{(0,0)(fillxfill) sim=#12 ty=1 fl=#1810100 pfl=0x1020000 fmt=-3 wanim=0x1030001 vsysui=0x410 needsMenuKey=2 colorMode=0 naviIconColor=0}
11-19 03:12:45.229  2986 13163 D InputMethodManagerService: setCurrentInputInfo - inputContext : null eidtorInfo : android.view.inputmethod.EditorInfo@75c8e33 missingMethods : 0
11-19 03:12:45.230  3583  3583 I InputMethodWrapper:  call dispatchStartInputWithToken
11-19 03:12:45.230  3583  3583 I InputMethodService: dispatchStartInputWithToken
11-19 03:12:45.230  3583  3583 I SKBD    : SamsungKeypad [IMI] onStartInput - caller pid : 644, caller uid : 10576
11-19 03:12:45.231  3583  3583 I SKBD    : SamsungKeypad  CACHEDIC onStartInput  isCachedICEnabled:  false
11-19 03:12:45.231  3583  3583 I SKBD    : atl getDefaultInputRange : UNKNOWN
11-19 03:12:45.231  3583  3583 I SKBD    : awo resetBinderManager()
11-19 03:12:45.231  3583  3583 I SKBD_SYNC: SamsungKeypad onStartInput: import DLM
11-19 03:12:45.231  3583  3583 I SKBD    : atl setPrivateImeOptionsToTable privateImeOptions ( null )
11-19 03:12:45.231  3583  3583 I SKBD    : atl imeOptions is null
11-19 03:12:45.231  3583  3583 I SKBD    : SamsungKeypad [PF_OP][onStartInput] 453073
11-19 03:12:45.232   644   644 D ViewRootImpl@5cb0fef[AppEntry]: Relayout returned: old=[0,0][1440,2768] new=[0,0][1440,2768] result=0x3 surface={valid=true 3737444352} changed=false
11-19 03:12:45.252  2986  4916 V WindowManager: finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING Window{7a88f97 u0 air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry} in Surface(name=air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry)
11-19 03:12:45.255  2986  3311 D ViewRootImpl@a3d088d[wazup]: dispatchDetachedFromWindow
11-19 03:12:45.255  2986  3311 D InputEventReceiver: channel 'ea5ca42 Splash Screen air.com.galaxup.wazup (client)' ~ Disposing input event receiver.
11-19 03:12:45.255  2986  3311 D InputEventReceiver: channel 'ea5ca42 Splash Screen air.com.galaxup.wazup (client)' ~NativeInputEventReceiver.
11-19 03:12:45.258  2986  3041 I ActivityManager: Displayed air.com.galaxup.wazup/.AppEntry: +952ms
11-19 03:12:45.261  2986  3041 E ANDR-PERF-JNI: com_qualcomm_qtiperformance_native_perf_io_prefetch_start
11-19 03:12:45.263   680   680 E ANDR-IOP: IOP HAL: Received pkg_name = air.com.galaxup.wazup pid = 644
11-19 03:12:45.263   680   744 E ANDR-IOP: io prefetch Capture is deactivated
11-19 03:12:45.265  2986  3041 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1689600  uid : 1000  pid : 2986  pkgName : AMS_RESUME_TAIL@CPU_MIN@31
11-19 03:12:45.266  2986  3041 D ActivityManagerPerformance: AMP_acquire() TAIL
11-19 03:12:45.266  2986  3041 D CustomFrequencyManagerService: FrequencyrequestList.getNextCStateDisableRequest, index: 3
11-19 03:12:45.266  2986  3041 D CustomFrequencyManagerService: releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1843200  uid : 1000  pid : 2986  tag : AMS_APP_SWITCH@CPU_MIN@40
11-19 03:12:45.267  2986  3041 D ActivityManagerPerformance: AMP_release() APP_SWITCH
11-19 03:12:45.291   718   718 E propClient: PropClient failed to load
11-19 03:12:45.300   644   644 D libGLESv2: STS_GLApi : DTS, ODTC are not allowed for Package : air.com.galaxup.wazup
11-19 03:12:45.303   701   701 I SurfaceFlinger: Display 0 HWC layers:
11-19 03:12:45.303   701   701 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
11-19 03:12:45.303   701   701 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
11-19 03:12:45.303   701   701 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0   96 1440 2768 | Background for - SurfaceView - air.c[...]m.galaxup.wazup.AppEntry@762bc0b@0#0
11-19 03:12:45.303   701   701 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |    0   96    8  112 | Background for - SurfaceView - air.c[...]m.galaxup.wazup.AppEntry@5d79ae8@0#0
11-19 03:12:45.303   701   701 I SurfaceFlinger:      Device | 0x7baaa68980 | 0000 | RGBA_8888 |   0.0    0.0 1440.0 2768.0 |    0    0 1440 2768 | air.com.galaxup.wazup/air.com.galaxup.wazup.AppEntry#0
11-19 03:12:45.303   701   701 I SurfaceFlinger:      Device | 0x7bab5e0600 | 0002 | RGBA_8888 |   0.0    0.0 1440.0 2768.0 |    0    0 1440 2768 | Splash Screen air.com.galaxup.wazup#0
11-19 03:12:45.303   701   701 I SurfaceFlinger:      Device | 0x7baad78c00 | 0000 | RGBA_8888 |   0.0    0.0 1440.0   96.0 |    0    0 1440   96 | StatusBar#0
11-19 03:12:45.303   701   701 I SurfaceFlinger:      Device | 0x7bad83f300 | 0000 |
11-19 03:12:45.303   701   701 I SurfaceFlinger:  RGBA_8888 |   0.0    0.0 1440.0  192.0 |    0 2768 1440 2960 | NavigationBar#0
11-19 03:12:45.303   701   701 I SurfaceFlinger:
11-19 03:12:45.307  2986  3431 I WifiTrafficPoller: mCpuCoreBooster Lock
Galaxup commented 5 years ago

This is with Build that works #1 onesignal except still got the Bell Icon and i user pushnotification.onesignal.ane instead of pushnotification.ane

e is Connected
11-19 03:28:39.117  3982  4136 D ImsAdaptorImpl: onRegistered: reg ImsRegistration [mHandle=4102, mProfile=TLS VoLTE, mServices=[smsip, mmtel], mDomain=ims.mnc220.mcc302.3gppnetwork.org, mDeviceList=[], mSubscriptionId=1, mPhoneId=0, mPdnType=11, mPcscf=2001:568:fff2:201::a, mEcmpStatus=0, mRegExpiryStatus=0, mEpdgStatus=false, mProhibited=false, mNetwork=502, mDeregiReason =14]
11-19 03:28:39.118  3982  4136 D ImsAdaptorImpl: mSlotId = 0reg.slotId = 0
11-19 03:28:39.118  3611 27668 D NetworkController: updateCarrierText : TELUS
11-19 03:28:39.118  3611 27668 D NetworkController.MobileSignalController(0/1): updateCarrierText : TELUS
11-19 03:28:39.119  3982  4217 I Telephony: TtyManager$2: Registration done
11-19 03:28:39.119  3611  3611 D NetworkController: dynamicallyReduceTextSize : mDisplayMetrics.densityDpi640
11-19 03:28:39.119  3611  3611 D KeyguardUpdateMonitor: updateCarrierTextInfo
11-19 03:28:39.119  3982  4217 I Telephony: TtyManager$2: onRegistered - getServices : [smsip, mmtel]
11-19 03:28:39.119  3982  4217 I Telephony: TtyManager$2: registered on IMS...
11-19 03:28:39.119  3982  3982 V Telephony: TtyManager: handlemessage() msg.what : 3
11-19 03:28:39.120  3960  4156 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:956 android.content.ContextWrapper.sendBroadcast:442 com.sec.ims.ImsCoreManager.sendBroadcast:266 com.sec.internal.ims.imsservice.RegistrationManagerBase.notifyImsRegistration:700 com.sec.internal.ims.imsservice.RegistrationManagerBase.onRegistered:4274
11-19 03:28:39.123  2986  3844 D GnssLocationProvider: receive broadcast intent, action: com.samsung.ims.action.IMS_REGISTRATION
11-19 03:28:39.123  2986  3844 D GnssLocationProvider: IMS registered.
11-19 03:28:39.123  2986  3844 D GnssLocationProvider: IMS registration error code : 0
11-19 03:28:39.123  2986  3844 D GnssLocationProvider: IMS service capabilities : [smsip, mmtel]
11-19 03:28:39.123  2986  3602 D TelecomUtils: isAdditionalPrivilegedDialer: com.android.phone
11-19 03:28:39.124  3982  3982 V Telephony: TtyManager: updateTtyMode 0 -> 0
11-19 03:28:39.125  3960  4156 D RegiMgrBase<0>: saveRegisteredImpu:
11-19 03:28:39.125  3960  4156 D Util    : getSubId:
11-19 03:28:39.126  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.126  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.126  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.130  3960  4156 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/impu
11-19 03:28:39.130  3960  4156 D Util    : fragment is null. get simSlot from priority policy.
11-19 03:28:39.134  3982  3982 V Telephony: TtyManager: handlemessage() msg.what : 1
11-19 03:28:39.134  3982  3982 V Telephony: TtyManager: got setTtyMode response
11-19 03:28:39.135  3960  4156 D ImsSettingsProvider<0>: insert:
11-19 03:28:39.136  3982  4251 D ImsAdaptorImpl: setTtyMode: 0, cMode: 0
11-19 03:28:39.137  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.138  3960  4156 D ImsSettingsProvider: Insert(3960, imsservice) : Uri[content://com.sec.ims.settings/impu], value : impu=sip:+xxxxxxxxxxx@ims.mncxxx.mccxxx.xgppnetwork.org imsi=xxxxxxxxxxxxxxx timestamp=xxxxxxxxxxxxx
11-19 03:28:39.138  3960  3195 D VolteServiceModule: setTtyMode: 0 -> 0
11-19 03:28:39.138  3960  3195 E VolteServiceModule: setTtyMode: not updating sessions
11-19 03:28:39.140  3611  3611 D KeyguardClockPage: onRefreshCarrierInfo(pre, now): false, false
11-19 03:28:39.140  3611  3611 D CarrierText: updateCarrierText(): subscriptionInfo Size = 1, DefaultText = No network connection
11-19 03:28:39.140  3611  3611 D CarrierText: Handling (subId=1): simState = READY, carrierName = TELUS
11-19 03:28:39.140  3611  3611 D CarrierText: carrierTextForSimState = TELUS
11-19 03:28:39.140  3611  3611 D CarrierText: SIM ready and in service: subId = 1, ServiceState = 0 0 voice home data home  LTE LTE CSS not supported RoamInd=-1 DefRoamInd=-1 VoiceRegType=0 ImsVoiceAvail=1 IsEbSupport=1 IsEaBarred=2 Snap=0 MobileVoice=0 LTE MobileData=0 home LTE PsOnly=false FemtocellInd=0 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=0
11-19 03:28:39.140  3960  4156 D RegiGvnImpl: onRegistrationDone: state REGISTERED
11-19 03:28:39.140  3611  3611 D CarrierText: setText : TELUS
11-19 03:28:39.141  3611  3611 D CarrierText: updateCarrierText(): subscriptionInfo Size = 1, DefaultText = No network connection
11-19 03:28:39.141  3611  3611 D CarrierText: Handling (subId=1): simState = READY, carrierName = TELUS
11-19 03:28:39.142  3611  3611 D CarrierText: carrierTextForSimState = TELUS
11-19 03:28:39.142  3611  3611 D CarrierText: SIM ready and in service: subId = 1, ServiceState = 0 0 voice home data home  LTE LTE CSS not supported RoamInd=-1 DefRoamInd=-1 VoiceRegType=0 ImsVoiceAvail=1 IsEbSupport=1 IsEaBarred=2 Snap=0 MobileVoice=0 LTE MobileData=0 home LTE PsOnly=false FemtocellInd=0 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=0
11-19 03:28:39.142  3611  3611 D CarrierText: setText : TELUS
11-19 03:28:39.145  3960  3195 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.145  3960  3195 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.145  3960  3195 D ImsSettingsProvider<0>: query:
11-19 03:28:39.147  3982  3982 V Telephony: TtyManager: handlemessage() msg.what : 2
11-19 03:28:39.147  3982  3982 V Telephony: TtyManager: got queryTTYMode response
11-19 03:28:39.147  3982  3982 D Telephony: TtyManager: setting TTY mode to 0 succeeded
11-19 03:28:39.148  3611  3611 D KeyguardUpdateMonitor: handleStatusBarState( false )
11-19 03:28:39.151  3960  3195 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.156  3982  4136 D ImsAdaptorImpl: onRegistered: service [smsip, mmtel]
11-19 03:28:39.160  6313  6328 D libEGL  : loaded /vendor/lib64/egl/libEGL_adreno.so
11-19 03:28:39.161  3960  3195 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.161  3960  3195 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.163  3960  3195 D ImsSettingsProvider<0>: query:
11-19 03:28:39.164  3960  4156 D ResipVolteHandler: handleMessage: evt 114
11-19 03:28:39.165  3960  3195 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.165  3960  4156 D PreciseAlarmManager: sendMessageDelayed: 16000, remaining timers:4
11-19 03:28:39.166  3960  4156 D PreciseAlarmManager: next the soonest timer: 3 from Handler (com.sec.internal.ims.imsservice.handler.secims.ResipMiscHandler) {edf3508} timeout=141757532 after msec=15999
11-19 03:28:39.166  6313  6313 D ORC/Log : registerActivityLifecycleCallbacks
11-19 03:28:39.167  3960  4156 D AlarmTimer: start: PendingIntent{f5017d8: android.os.BinderProxy@92d31f9} millis 15998
11-19 03:28:39.171  3960  3195 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.171  3960  3195 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.171  2986  4860 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20181119T032855 - CU:1000/CP:3960
11-19 03:28:39.171  3960  3195 D ImsSettingsProvider<0>: query:
11-19 03:28:39.171  2986  4860 I SamsungAlarmManager: setLocked to kernel - T:2 / 20181119T032855, SetElapsed=141757533, nowELAPSED=141741538
11-19 03:28:39.172  6313  6313 D ORC/DeviceSearchProvider: onCreate
11-19 03:28:39.172  3960  4156 D ResipRawSipHandler: handleMessage: event: 100
11-19 03:28:39.172  3960  4156 D ResipVolteHandler: handleMessage: evt 114
11-19 03:28:39.172  3960  4156 D PreciseAlarmManager: sendMessageDelayed: 3000000, remaining timers:5
11-19 03:28:39.172  3960  4156 D PreciseAlarmManager: next the soonest timer: 3 from Handler (com.sec.internal.ims.imsservice.handler.secims.ResipMiscHandler) {edf3508} timeout=141757532 after msec=15992
11-19 03:28:39.173  3960  3195 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.173  3960  4156 D AlarmTimer: start: PendingIntent{56e2731: android.os.BinderProxy@92d31f9} millis 15991
11-19 03:28:39.173  3960  4209 D OpenApiServiceModule: handleMessage: what 100
11-19 03:28:39.174  2986 13163 I SamsungAlarmManager: setLocked to kernel - T:2 / 20181119T032921, SetElapsed=141783647, nowELAPSED=141741542
11-19 03:28:39.175  2986 13163 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20181119T032855 - CU:1000/CP:3960
11-19 03:28:39.175  2986 13163 I SamsungAlarmManager: setLocked to kernel - T:2 / 20181119T032855, SetElapsed=141757532, nowELAPSED=141741542
11-19 03:28:39.175  3960  4156 D PreciseAlarmManager: removeMessage: 3
11-19 03:28:39.175  3960  4156 D PreciseAlarmManager: next the soonest timer: 3 from Handler (com.sec.internal.ims.imsservice.handler.secims.ResipMiscHandler) {edf3508} timeout=144727274 after msec=2985731
11-19 03:28:39.176  3960  4156 D AlarmTimer: start: PendingIntent{bdce16: android.os.BinderProxy@92d31f9} millis 2985731
11-19 03:28:39.177  2986  4860 I SamsungAlarmManager: setLocked to kernel - T:2 / 20181119T032921, SetElapsed=141783647, nowELAPSED=141741544
11-19 03:28:39.177  2986  4860 D SamsungAlarmManager: setExact Intent (T:2/F:9/AC:false) 20181119T041824 - CU:1000/CP:3960
11-19 03:28:39.177  3960  3195 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.177  3960  3195 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.177  3960  3195 D ImsSettingsProvider<0>: query:
11-19 03:28:39.177  3960  4156 D ResipRawSipHandler: handleMessage: event: 100
11-19 03:28:39.178  3960  4156 D ResipVolteHandler: handleMessage: evt 114
11-19 03:28:39.178  3960  4156 D ResipSmsHandler: handleMessage: what 11
11-19 03:28:39.178  3960  4209 D OpenApiServiceModule: handleMessage: what 100
11-19 03:28:39.178  3960  4156 D ResipSmsHandler: onSetMsgAppInfoToSipUserAgent:
11-19 03:28:39.180  3960  3195 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.181  6313  6328 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_adreno.so
11-19 03:28:39.183  3960  4156 D ResipRegiMgr: getUserAgent, phoneId=0
11-19 03:28:39.183  3960  4156 D ResipRegiMgr: getUserAgent, reg.getPhoneId()=0
11-19 03:28:39.184  3960  4156 D ResipVolteHandler: handleMessage: evt 114
11-19 03:28:39.184  3960  4156 D RegiMgrBase: handleMessage: TRY_REGISTER
11-19 03:28:39.184  3960  4156 D RegiMgrBase<0>: tryRegister:
11-19 03:28:39.184  3960  4156 D RegiMgrBase<0>: pendingHasEmergencyTask:
11-19 03:28:39.184  3960  4156 D RegiMgrBase: RegisterTask(1) : simSlot<0> TLS VoLTE[11, REGISTERED],
11-19 03:28:39.184  3960  4156 D RegiMgrBase: handleMessage: DO_PENDING_UPDATE_REGISTRATION
11-19 03:28:39.187  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.187  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.187  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.188  3960  4177 D SECIMSJ[0]: [1124]> REQUEST_MSG_SET_MSGAPP_INFO_TO_SIP_UA
11-19 03:28:39.188  3960  4206 D [IMS6.0]: IMS_onResponse() Resp Id:404
11-19 03:28:39.188  3960  4206 D StackIF : readMessage: messageType 1 tid 1124 pduLength 15
11-19 03:28:39.189  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.190  2986  4860 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2803014860, maxLowBytes : 524288000
11-19 03:28:39.191  3960  4206 D SECIMSJ[0]: [1124]< REQUEST_MSG_SET_MSGAPP_INFO_TO_SIP_UA
11-19 03:28:39.191  3960  4206 D StackIF[0]: processResponse: reqId 71
11-19 03:28:39.191  3960  4206 D StackIF[0]: processResponse: handle -1 result REQUEST_SUCCESS reason REASON_NO_ERROR
11-19 03:28:39.194  3960  4156 D ResipSmsHandler: handleMessage: what 12
11-19 03:28:39.195  2986 13163 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2803014860, maxLowBytes : 524288000
11-19 03:28:39.196  6313  6313 D DiagMonProvider: File path: /data/user/0/com.samsung.android.messaging/diagmon/diagmon.log
11-19 03:28:39.197  3960  4156 D ResipSmsHandler: onSetMsgAppInfoToSipUaResp: # com.sec.internal.ims.imsservice.handler.secims.SecImsIF$Response$GeneralResponse@e71a924a
11-19 03:28:39.197  3960  4156 D ResipSmsHandler: handle: -1
11-19 03:28:39.197  3960  4156 D ResipSmsHandler: reason: REASON_NO_ERROR
11-19 03:28:39.197  3960  4156 D ResipSmsHandler: result: REQUEST_SUCCESS
11-19 03:28:39.198  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.198  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.198  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.199  2723  2723 E audit   : type=1400 audit(1542616119.183:4297): avc:  denied  { read } for  pid=6313 comm="droid.messaging" name="u:object_r:serialno_prop:s0" dev="tmpfs" ino=24373 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=0 SEPF_SM-G960W_8.0.0_0017 audit_filtered
11-19 03:28:39.199  2723  2723 E audit   : type=1300 audit(1542616119.183:4297): arch=c00000b7 syscall=56 success=no exit=-13 a0=ffffff9c a1=7fe190ef28 a2=88000 a3=0 items=0 ppid=2735 pid=6313 auid=4294967295 uid=10047 gid=10047 euid=10047 suid=10047 fsuid=10047 egid=10047 sgid=10047 fsgid=10047 tty=(none) ses=4294967295 comm="droid.messaging" exe="/system/bin/app_process64" subj=u:r:platform_app:s0:c512,c768 key=(null)
11-19 03:28:39.199  2723  2723 E audit   : type=1327 audit(1542616119.183:4297): proctitle="com.samsung.android.messaging"
11-19 03:28:39.199  6313  6313 E libc    : Access denied finding property "ro.serialno"
11-19 03:28:39.202  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.210  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.210  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.210  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.213  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.216  6313  6313 D ORC/Log : WithApp onCreate
11-19 03:28:39.218  6313  6328 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_adreno.so
11-19 03:28:39.225  6313  6313 D ORC/PackageUtil: myProcessName = com.samsung.android.messaging
11-19 03:28:39.226  6313  6313 D ORC/WithApp: WithApp created process = com.samsung.android.messaging
11-19 03:28:39.226  6313  6313 D ORC/WithApp: version:5.0.40.15 type:user
11-19 03:28:39.226  6313  6313 D ORC/Log : Logger.init
11-19 03:28:39.227  6313  6313 D ORC/Logger: init start
11-19 03:28:39.234  3960 18282 D Util    : getSimSlotFromUri: content://com.samsung.rcs.dmconfigurationprovider/omadm/./3GPP_IMS/SMS_FORMAT#simslot0
11-19 03:28:39.234  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.234  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.234  3990  4359 D EPDG -- SIM0 [MODEM]: message length is  9
11-19 03:28:39.234  3990  4359 D EPDG -- SIM0 [MODEM]: countRead is 7 offset is 7remaining is 0
11-19 03:28:39.234  3990  4359 D EPDG -- EpdgIpcMessageFactory: ipcMainCmd: 8
11-19 03:28:39.235  3990  4359 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Main: IPC_NET_CMD Sub: IPC_NET_REGIST
11-19 03:28:39.235  3990  4359 D EPDG -- SIM0 [RILRECEIVER]: [Rx]: Param: FF 03
11-19 03:28:39.235  3990  4359 I EPDG -- SIM0 [RILRECEIVER]: RX [NET_REGIST] -- RESPONSE -- EPDG NOT AVAILABLE
11-19 03:28:39.235  3990  4359 D EPDG -- [NETIPCMESSAGE]: encodeNetRegist
11-19 03:28:39.235  3990  4359 D EPDG -- SIM0 [IPCDISPATCHER]: [Tx]: Main: IPC_NET_CMD Sub: IPC_NET_REGIST Cmd Type: IPC_CMD_RESP
11-19 03:28:39.235  3990  4359 D EPDG -- SIM0 [IPCDISPATCHER]: [Tx]: Param: 30 03 01 00 00 00 00 00 00 00 00 00 00
11-19 03:28:39.235  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.samsung.rcs.dmconfigurationprovider/omadm/./3GPP_IMS/SMS_FORMAT#simslot0]
11-19 03:28:39.235  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: Event received: RIL_EPDG_STATUS_QUERY
11-19 03:28:39.235  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: handleMessage: cid - 1
11-19 03:28:39.235  3960 18282 D DeviceConfigManager[0]: read from DB : content://com.samsung.rcs.dmconfigurationprovider/omadm/./3GPP_IMS/SMS_FORMAT
11-19 03:28:39.236  3990  4360 D EPDG -- SIM0 [MODEM]: Successfully written to RIL
11-19 03:28:39.239  3960 18282 D Util    : getSimSlotFromUri: content://com.samsung.rcs.dmconfigurationprovider/omadm/./3GPP_IMS/sms_over_ip_network_indication#simslot0
11-19 03:28:39.239  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.239  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.239  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.samsung.rcs.dmconfigurationprovider/omadm/./3GPP_IMS/sms_over_ip_network_indication#simslot0]
11-19 03:28:39.239  3960 18282 D DeviceConfigManager[0]: read from DB : content://com.samsung.rcs.dmconfigurationprovider/omadm/./3GPP_IMS/sms_over_ip_network_indication
11-19 03:28:39.244  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.244  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.244  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.248  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [sms_write_uicc]
11-19 03:28:39.248  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.253  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.253  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.253  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.255  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [voice_domain_pref_eutran]
11-19 03:28:39.255  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.261  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.261  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.261  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.263  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [voice_domain_pref_utran]
11-19 03:28:39.263  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.269  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.269  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.269  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.271  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [ss_domain_setting]
11-19 03:28:39.272  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.277  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.277  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.277  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.280  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [ussd_domain_setting]
11-19 03:28:39.281  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.286  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.286  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.286  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.288  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [emergency_domain_setting]
11-19 03:28:39.288  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.292  6313  6313 D ORC/Logger: init success
11-19 03:28:39.292  6313  6313 D ORC/Logger: init end
11-19 03:28:39.292  6313  6313 D ORC/Log : Feature init
11-19 03:28:39.292  6313  6313 D ORC/Feature: [CONFIG]init start
11-19 03:28:39.292  6313  6313 D ORC/Log : 1
11-19 03:28:39.293  6313  6313 D ORC/Log : 2
11-19 03:28:39.293  6313  6313 D ORC/Log : 3
11-19 03:28:39.293  6313  6313 D ORC/Feature: Load Resize quality : 80
11-19 03:28:39.294  6313  6313 D ORC/Log : 4
11-19 03:28:39.295  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.295  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.295  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.298  6313  6313 D ORC/Log : 5
11-19 03:28:39.298  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [ss_csfb_with_imserror]
11-19 03:28:39.298  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.298  6313  6313 D ORC/Feature: enableJansky=
11-19 03:28:39.298  6313  6313 D ORC/Log : 6
11-19 03:28:39.298  6313  6313 D ORC/Feature: getApnTypesAllowedOnDataDisabled()
11-19 03:28:39.298  6313  6313 D ORC/Feature: mainOperator : BMC, subOperator : TLS, country : CAN
11-19 03:28:39.298  6313  6313 D ORC/Log : 7
11-19 03:28:39.299  6313  6313 D ORC/Log : 8
11-19 03:28:39.300  6313  6313 D ORC/Log : 9
11-19 03:28:39.301  6313  6313 D ORC/Log : 10
11-19 03:28:39.301  6313  6313 D ORC/Feature: intent interface
11-19 03:28:39.301  6313  6313 D ORC/Feature: configRcsFeatures=
11-19 03:28:39.301  3982  4251 D secImsManager[0]: isServiceAvailable: mmtel
11-19 03:28:39.302  6313  6313 D ORC/Log : updateBotFeature
11-19 03:28:39.302  6313  6313 D ORC/Log : getDefaultPhoneId
11-19 03:28:39.304  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot0
11-19 03:28:39.304  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.304  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.306  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/imsswitch#simslot0], pro : [mmtel]
11-19 03:28:39.306  3960 18282 D DeviceConfigManager[0]: queryImsSwitch: name mmtel
11-19 03:28:39.307  3960 18282 D DmConfigHelper: isServiceEnabled: mmtel 1
11-19 03:28:39.307  3960 18282 D ImsServiceStub: isServiceAvailable: mmtel, rat: -1, profileFind:true, Enabled:true
11-19 03:28:39.307  6313  6313 D ORC/TelephonyUtils: getImsManager create a ImsManager for slot 0
11-19 03:28:39.308  6313  6313 D secImsManager: Current IMS Platform Version is 60400
11-19 03:28:39.308  6313  6313 D secImsManager: Current IMS Platform Version is 60400
11-19 03:28:39.309  6313  6313 D secImsManager[0]: Register Receiver for Restart
11-19 03:28:39.309  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.309  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.309  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.311  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [srvcc_version]
11-19 03:28:39.311  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.313  6313  6313 D ORC/TelephonyUtils: getImsManager onConnected() for slot 0
11-19 03:28:39.313  6313  6313 D secImsManager[0]: getRcsProfileType
11-19 03:28:39.315  3960 18282 D ImsServiceStub<0>: getRcsProfileType: rcsProfile =
11-19 03:28:39.315  3960 18282 D ImsServiceStub<0>: getRcsProfileType: rcsProfile =
11-19 03:28:39.315  6313  6313 D ORC/Feature: updateBotFeature : false profile :
11-19 03:28:39.315  6313  6313 D ORC/Log : 11
11-19 03:28:39.315  6313  6313 D ORC/Log : 11-1
11-19 03:28:39.315  6313  6313 D ORC/Log : 11-2
11-19 03:28:39.316  6313  6313 D ORC/CmasVender: isXAA : false
11-19 03:28:39.316  6313  6313 D ORC/Log : 11-3
11-19 03:28:39.316  6313  6313 D ORC/Log : 11-4
11-19 03:28:39.316  6313  6313 D ORC/Log : 11-5
11-19 03:28:39.317  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/mno#simslot0
11-19 03:28:39.317  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.317  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.318  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/mno#simslot0]
11-19 03:28:39.319  6313  6313 D ORC/Log : 11-7
11-19 03:28:39.319  6313  6330 D ORC/Log : 11-6
11-19 03:28:39.320  6313  6313 D ORC/Log : 11-8
11-19 03:28:39.320  6313  6313 D ORC/Log : 11-9
11-19 03:28:39.321  6313  6313 D ORC/Log : 11-10
11-19 03:28:39.321  6313  6313 D ORC/Log : 11-11
11-19 03:28:39.322  6313  6313 D ORC/Log : 11-11-1
11-19 03:28:39.322  6313  6313 D ORC/Log : 11-12
11-19 03:28:39.323  6313  6313 D ORC/Log : 11-13
11-19 03:28:39.323  6313  6313 D ORC/Log : 11-14
11-19 03:28:39.323  6313  6313 D ORC/Log : 11-15
11-19 03:28:39.324  6313  6313 D ORC/Log : 11-16
11-19 03:28:39.324  6313  6313 D ORC/Log : 11-17
11-19 03:28:39.325  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/profile#simslot0
11-19 03:28:39.325  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.325  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.325  6313  6313 D ORC/Log : 12
11-19 03:28:39.326  6313  6313 I ORC/Feature: [CONFIG]init done,Elapsed time : 33.384064 ms
11-19 03:28:39.326  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/profile#simslot0], sel : mnoname=Telus_CA
11-19 03:28:39.326  3960 18282 D ImsSettingsProvider<0>: ImsProfile query with  Telus_CA
11-19 03:28:39.327  3960 18282 D ImsProfileCache: getProfileList by loaded mno - Telus_CA
11-19 03:28:39.328  6313  6313 D ORC/Setting: [CONFIG]init start
11-19 03:28:39.329  6313  6313 D ORC/Log : SystemSetting init
11-19 03:28:39.329  6313  6313 D Orc/EmergencySetting: refreshCache
11-19 03:28:39.329  6313  6331 D ORC/Log : Setting init - 1
11-19 03:28:39.329  6313  6331 D ORC/Log : 1
11-19 03:28:39.330  3960 18282 D ImsProfileCache: getProfileListByMnoName: [Name : TLS VoLTE, enabled : 2, pdn : ims, transport : tcp, roaming : false, scmversion : 0, selfport : 5060, emergency : false, Name : TLS E911, enabled : 2, pdn : emergency, transport : tcp, roaming : false, scmversion : 0, selfport : 5060, emergency : true]
11-19 03:28:39.331  6313  6331 D ORC/CustomerFeature: initData
11-19 03:28:39.331  6313  6313 D Orc/EmergencySetting: mIsUltraPowerSavingMode false , mIsEmergencyMode false
11-19 03:28:39.331  6313  6331 I ORC/CustomerFeature: [CONFIG]got omc  path : onf
11-19 03:28:39.332  3982  4251 D ImsAdaptorImpl: getProfileList: found 2 profiles
11-19 03:28:39.333  6313  6313 D ORC/Log : reloadAsynch
11-19 03:28:39.340  6313  6313 D CS/CommunicationService: connect
11-19 03:28:39.342  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/global#simslot0
11-19 03:28:39.342  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.342  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.343  6313  6335 D ORC/Log : ClassPreLoader Thread-1
11-19 03:28:39.343  2986  4942 D StorageManagerService: getExternalStorageMountMode : 3
11-19 03:28:39.343  2986  4942 D StorageManagerService: getExternalStorageMountMode : 3
11-19 03:28:39.343  2986  4942 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10047, packageName : com.samsung.android.messaging
11-19 03:28:39.343  2986  4942 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.messaging user:0
11-19 03:28:39.343  2986  4942 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
11-19 03:28:39.343  2986  4942 D ActivityManager: package  com.samsung.android.messaging, user - 0 is SDcard whitelisted
11-19 03:28:39.343  2986  4942 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.messaging user:0
11-19 03:28:39.343  2986  4942 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
11-19 03:28:39.344  6313  6335 D ORC/Log : PermissionUtil
11-19 03:28:39.349  6313  6335 I ORC/PermissionUtil: init done,Elapsed time : 4.400625 ms
11-19 03:28:39.352  6313  6334 D ORC/Log : getInsertedSimCount
11-19 03:28:39.353  6313  6335 I ORC/PermissionUtil: initLegacyMsgPermission done,Elapsed time : 3.333333 ms
11-19 03:28:39.353  6313  6334 D ORC/MultiSim: getInsertedSimCount() = 1
11-19 03:28:39.353  6313  6334 D ORC/Log : getIccCardAvailability
11-19 03:28:39.355  6313  6334 D ORC/MultiSim: getIccCardAvailability() simSlot = 0, avail = true
11-19 03:28:39.355  6313  6334 D ORC/MultiSim: isSimActive() : simSlot = 0, simActive = true
11-19 03:28:39.355  6313  6334 D ORC/Log : getIccCardAvailability
11-19 03:28:39.356  6313  6334 D ORC/MultiSim: getIccCardAvailability() simSlot = 1, avail = false
11-19 03:28:39.356  6313  6334 D ORC/MultiSim: isSimActive() : simSlot = 1, simActive = false
11-19 03:28:39.356  6313  6334 D ORC/MultiSim: sSimCount = 1
11-19 03:28:39.356  6313  6334 D ORC/MultiSim: sSimSlotCount = 1
11-19 03:28:39.356  6313  6334 D ORC/MultiSim: sIsSim1Active = true
11-19 03:28:39.356  6313  6334 D ORC/MultiSim: sIsSim2Active = false
11-19 03:28:39.367  2986  4942 I ActivityManager: Start proc 6336:com.samsung.android.messaging:cs/u0a47 for service com.samsung.android.messaging/com.samsung.android.msgcommservice.IMessageCommunicationService
11-19 03:28:39.368  6313  6313 D ORC/Log : RcsConnectManager initialize
11-19 03:28:39.368  6313  6313 D ORC/RcsCapabilityUiManager: onCreate
11-19 03:28:39.369  3960 18282 D ImsSettingsProvider: Query(3982, phone) : Uri[content://com.sec.ims.settings/global#simslot0], pro : [ss_domain_setting]
11-19 03:28:39.369  3960 18282 D GlobalSettingsRepo[0]: query:
11-19 03:28:39.372  6313  6331 D ORC/Log : 2
11-19 03:28:39.373  6313  6331 D ORC/Log : 3
11-19 03:28:39.374  6313  6331 D ORC/Log : 4
11-19 03:28:39.375  6313  6331 D ORC/Log : 5
11-19 03:28:39.376  6313  6331 D ORC/Log : 6
11-19 03:28:39.376  6313  6331 D ORC/Log : 7
11-19 03:28:39.376  6313  6331 D ORC/Log : 8
11-19 03:28:39.376  6313  6331 D ORC/Log : 9
11-19 03:28:39.378  6313  6331 D ORC/Log : 10
11-19 03:28:39.378  6336  6336 E Zygote  : isWhitelistProcess - Process is Whitelisted
11-19 03:28:39.379  6313  6331 D ORC/Log : 11
11-19 03:28:39.380  6313  6313 D ORC/Log : setup bixby
11-19 03:28:39.381  6313  6313 D a_0.2.5 : isBixbySupported:true
11-19 03:28:39.381  6336  6336 E libpersona: scanKnoxPersonas
11-19 03:28:39.381  6313  6313 D ORC/Log : init state manager instance
11-19 03:28:39.381  6336  6336 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
11-19 03:28:39.382  6313  6331 I ORC/SettingProvider: query done for pref_key_init_csc,Elapsed time : 2.130468 ms
11-19 03:28:39.382  6313  6331 I ORC/SettingProvider: query done for pref_key_init_csc_version,Elapsed time : 0.018177 ms
11-19 03:28:39.382  6313  6331 D ORC/Log : 12
11-19 03:28:39.382  6313  6331 I ORC/Setting: [CONFIG]init done,Elapsed time : 3.667813 ms
11-19 03:28:39.383  6336  6336 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2],  Con:u:r:zygote:s0 RAM:SEPF_SM-G960W_8.0.0_0017, [-1 -1 -1 -1 0 1]
11-19 03:28:39.384  6336  6336 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.messaging:cs
11-19 03:28:39.385  6313  6331 D ORC/Log : bixby init
11-19 03:28:39.385  6313  6343 D ORC/RcsCapabilityUiManager: CreateTask: doInBackground
11-19 03:28:39.385  6313  6343 D ORC/RcsCapabilityUiManager: setupImsManager
11-19 03:28:39.387  6313  6334 D ORC/CountryDetector: PERMISSION_DENIED
11-19 03:28:39.389  2986  4942 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2803014860, maxLowBytes : 524288000
11-19 03:28:39.390  6313  6313 D BixbyLib2: BixbyLib2 created
11-19 03:28:39.390  6313  6343 D secImsManager: Current IMS Platform Version is 60400
11-19 03:28:39.392  6313  6331 D SamsungAnalytics111040: cf feature is supported
11-19 03:28:39.392  6313  6334 D ORC/CountryDetector: getNetworkBasedCountryIso : ca
11-19 03:28:39.398  6313  6343 D secImsManager[0]: Register Receiver for Restart
11-19 03:28:39.401  6313  6335 D ORC/Log : formatDateTime2
11-19 03:28:39.402  6313  6334 D ORC/Log : setFontSizeLevel
11-19 03:28:39.404  6313  6343 D ORC/RcsCapabilityUiManager: ImsManager.ConnectionListener: onConnected, currentSlot=0, mCurrentDataSlot= 0
11-19 03:28:39.406  6313  6334 D ORC/ExtraFontChanged: mExtraFontChangedObservers size is 0
11-19 03:28:39.406  6313  6346 I ORC/SettingProvider: query done for pref_key_init_csc,Elapsed time : 0.034479 ms
11-19 03:28:39.407  6313  6346 D ORC/Log : initNotificationChannels
11-19 03:28:39.407  6313  6346 D ORC/MessagingNotification: initNotificationChannels
11-19 03:28:39.407  6313  6334 D ORC/PackageInfo: componentName=com.samsung.android.withtalk.ui.ComposeMessageMms, currentState=1, futureState=1
11-19 03:28:39.408  6313  6334 D ORC/PackageInfo: componentName=com.samsung.android.withtalk.ui.RcsTransferContent, currentState=2, futureState=2
11-19 03:28:39.408  6313  6343 D CapabilityManager[0]: Connecting to CapabilityDiscoveryService...
11-19 03:28:39.408  6313  6334 D ORC/PackageInfo: componentName=com.samsung.android.withtalk.ui.TmoTransferContent, currentState=2, futureState=2
11-19 03:28:39.409  6313  6330 D ORC/DefaultMessageManager: start operation mode monitor
11-19 03:28:39.409  6313  6330 D ORC/DefaultMessageManager: User ID is null set current User Id
11-19 03:28:39.409  6313  6330 D ORC/DefaultMessageManager: DefaultSmsApp is com.samsung.android.messaging
11-19 03:28:39.410  6313  6330 D ORC/DefaultMessageManager: isDefault true
11-19 03:28:39.410  6313  6330 D ORC/DefaultMessageManager: getPermissionWithoutRef : default sms app is samsung msg
11-19 03:28:39.410  6313  6330 D ORC/Log : Contact init
11-19 03:28:39.410  6313  6330 D ORC/ContactCache: [start]    init() consume time = 0.0
11-19 03:28:39.410  6313  6330 D ORC/PermissionUtil: hasContactPermission : state = 0
11-19 03:28:39.411  6336  6336 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
11-19 03:28:39.412  6336  6336 D ActivityThread: Added TimaKeyStore provider
11-19 03:28:39.414  6313  6313 D ORC/WithApp: INTENT_RCS_PROFILE_CHANGED register
11-19 03:28:39.415  6313  6313 D ORC/WithApp: WithApp create done
11-19 03:28:39.416  6313  6346 I ORC/NotificationChannelManager: initNotificationChannelSmsMms : setName as New messages
11-19 03:28:39.417  6313  6335 D ORC/Log : getDateFormatOrder
11-19 03:28:39.417  6313  6330 D ORC/ContactCacheEngine: setLastUpdatedTime:0-->1542616119410
11-19 03:28:39.418  6313  6330 D ORC/PersonaManagerWrapper: isKioskModeEnabled() => false
11-19 03:28:39.418  6313  6346 I ORC/NotificationChannelManager: initNotificationChannelCmas : setName as Emergency Alerts
11-19 03:28:39.420  6313  6343 D ORC/RcsCapabilityUiManager: setupRcsCapability, mCapabilityManager=com.sec.ims.options.CapabilityManager@29ebdfb, mConnectionListener=com.samsung.android.messagecommon.communicationservice.rcsservice.capability.RcsCapabilityUiManager$4@69b8e18
11-19 03:28:39.420  6313  6343 D ORC/Log : updateOwnCapability
11-19 03:28:39.420  6313  6343 D ORC/Log : getOwnCapability
11-19 03:28:39.422  6313  6313 D ORC/SmsAppReceiver: New sms received
11-19 03:28:39.422  6313  6313 D ORC/SmsAppReceiver: intent action = android.intent.action.SERVICE_STATE
11-19 03:28:39.422  6313  6313 D ORC/Log : hasRequiredLegacyMsgPermissions
11-19 03:28:39.422  6313  6313 D ORC/SmsAppReceiver: receive ACTION_SERVICE_STATE_CHANGED
11-19 03:28:39.423  6313  6331 D SamsungAnalytics111040: newThread on Executor
11-19 03:28:39.425  6313  6313 D ORC/ScpmChannelUtil: getCurrentNetworkMCC() : 302
11-19 03:28:39.425  6313  6346 D ORC/NotificationChannelManager: initNotificationChannelCmas info is changed : Emergency Alerts, mLights : true
11-19 03:28:39.427  6313  6346 I ORC/NotificationChannelManager: initNotificationChannelInformation : setName as General notifications
11-19 03:28:39.427  6313  6331 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
11-19 03:28:39.427  2986  3602 I ActivityManager: DSS on for com.samsung.android.messaging and scale is 1.0
11-19 03:28:39.429  6313  6313 D ORC/MethodReflector: newFromBundle is called
11-19 03:28:39.429  6313  6313 D ORC/SmsAppReceiver: [serviceStateReceiver] SIM slot : 0
11-19 03:28:39.440  6313  6313 D ORC/MethodReflector: getServiceState is called
11-19 03:28:39.441  3960 18282 D CapabilityDiscModule: isDualIMS : false
11-19 03:28:39.441  3960 18282 D CapabilityDiscModule: mAvailablePhoneId : 0
11-19 03:28:39.441  3960 18282 D CapabilityProvider: dual IMS false, getAvailablePhoneId = 0
11-19 03:28:39.444  3960 18282 D CapabilityDiscModule: mAvailablePhoneId : 0
11-19 03:28:39.445  3960 18282 D CapabilityDiscModule<0>: getOwnCapabilities:
11-19 03:28:39.445  3960 18282 E CapabilityDiscModule<0>: checkModuleReady: module is disabled
11-19 03:28:39.448  6313  6343 E ORC/RcsCapabilityUiManager: queryOwnCapability, cursor null
11-19 03:28:39.451  6313  6330 D ORC/ContactCache: [end]    init consume time = 41.605625
11-19 03:28:39.452  6313  6330 D ORC/Log : RemoteDbVersion
11-19 03:28:39.452  6313  6343 D ORC/RcsCapabilityUiManager: getImsManager, mCurrentDataSlot=0
11-19 03:28:39.453  6313  6343 D ORC/RcsCapabilityUiManager: getImsManager, mCurrentDataSlot=0
11-19 03:28:39.454  6313  6330 D ORC/RemoteDbVersion: version = 207
11-19 03:28:39.455  6313  6330 D ORC/RemoteDbVersion: MmsSmsDbVersion = 207
11-19 03:28:39.460  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot0
11-19 03:28:39.460  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.460  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.461  6313  6313 D ORC/ScpmChannelUtil: getLocalDBVersion() : 2018082013
11-19 03:28:39.464  3960 18282 D ImsSettingsProvider: Query(6313, messaging) : Uri[content://com.sec.ims.settings/imsswitch#simslot0], pro : [rcsswitch]
11-19 03:28:39.464  3960 18282 D DeviceConfigManager[0]: queryImsSwitch: name rcsswitch
11-19 03:28:39.465  6313  6313 D ORC/ScpmChannelUtil: getEnableCmasChannelDB = true
11-19 03:28:39.465  6313  6313 D ORC/ScpmChannelUtil: getCurrentNetworkMCC() : 302
11-19 03:28:39.467  6313  6343 D secImsManager[0]: isRcsEnabled: rcsswitch 0
11-19 03:28:39.467  6313  6313 D ORC/ScpmChannelUtil: isCmasSupportCountry : true
11-19 03:28:39.467  6313  6313 D ORC/ScpmChannelUtil: getCurrentNetworkMCC() : 302
11-19 03:28:39.469  6313  6343 D ORC/RcsCapabilityUiManager: updateOwnCapability rcsEnableStatus = false, isLocalOffline = true
11-19 03:28:39.473  6313  6313 D ORC/ScpmChannelUtil: devicesCountryISO : CA
11-19 03:28:39.473  6313  6313 D ORC/ScpmChannelUtil: cmasChannelCountryISO : CA
11-19 03:28:39.473  6313  6313 D ORC/ScpmChannelUtil: isSupportGlobalPws : false
11-19 03:28:39.473  6313  6313 D ORC/SmsAppReceiver: In Home -> sPreviousMCC : null currentMCC : 302
11-19 03:28:39.474  6313  6313 I ORC/SettingProvider: query done for pref_key_cb_channel_selection,Elapsed time : 0.031041 ms
11-19 03:28:39.480  6313  6313 D ORC/TelephonyUtils: isRoaming(): ril.currentplmn=
11-19 03:28:39.480  6313  6313 D ORC/TelephonyUtils: isRoaming(): ril.rejectedPlmn =
11-19 03:28:39.480  6313  6313 D ORC/TelephonyUtils: isRoaming(): network is not roaming
11-19 03:28:39.480  6313  6313 D ORC/Log : checkCallState
11-19 03:28:39.484  6313  6313 D CapabilityManager[0]: Connected to CapabilityDiscoveryService.
11-19 03:28:39.485  6313  6313 D ORC/RcsCapabilityUiManager: CapabilityManager.ConnectionListener: onConnected, currentSlot=0
11-19 03:28:39.486  3960 18282 D CapabilityDiscModule: mAvailablePhoneId : 0
11-19 03:28:39.486  3960 18282 D CapabilityDiscModule<0>: registerListener: com.sec.ims.options.ICapabilityServiceEventListener$Stub$Proxy@9fa397
11-19 03:28:39.487  6313  6313 D ORC/RcsCapabilityUiManager: registerCapabilityListener, mCapabilityListener=com.samsung.android.messagecommon.communicationservice.rcsservice.capability.RcsCapabilityUiManager$5@1c0f173
11-19 03:28:39.487  6313  6313 D ORC/RcsCapabilityUiManager: doPendingWorks, size=0
11-19 03:28:39.492  6313  6313 D ORC/RcsCapabilityUiManager: CreateTask: onPostExecute
11-19 03:28:39.493  3960 18282 D CapabilityDiscModule: mAvailablePhoneId : 0
11-19 03:28:39.493  3960 18282 D CapabilityDiscModule<0>: registerListener: com.sec.ims.options.ICapabilityServiceEventListener$Stub$Proxy@14d056d
11-19 03:28:39.493  6313  6313 D ORC/RcsCapabilityUiManager: registerCapabilityListener, mCapabilityListener=com.samsung.android.messagecommon.communicationservice.rcsservice.capability.RcsCapabilityUiManager$5@1c0f173
11-19 03:28:39.493  6313  6313 D ORC/RcsCapabilityUiManager: doPendingWorks, size=0
11-19 03:28:39.493  6313  6313 D ORC/RcsCapabilityUiManager: CapabilityListener: onOwnCapabilitiesChanged, currentSlot=0
11-19 03:28:39.493  6313  6313 D ORC/RcsCapabilityUiManager: updateOwnCapabilities
11-19 03:28:39.494  6313  6313 D ORC/CmasDialogManager: Call state idle
11-19 03:28:39.494  6313  6313 D ORC/RcsCapabilityUiManager: CapabilityListener: onOwnCapabilitiesChanged, currentSlot=0
11-19 03:28:39.494  6313  6313 D ORC/RcsCapabilityUiManager: updateOwnCapabilities
11-19 03:28:39.494  6313  6313 D ORC/RcsCapabilityUiManager: mOwnCapabilitiesHandler: handleMessage
11-19 03:28:39.495  6313  6334 I ORC/SettingProvider: query done for #cmas#type##extreme#enabled,Elapsed time : 0.089531 ms
11-19 03:28:39.495  6313  6334 I ORC/SettingProvider: query done for #cmas#type##severe#enabled,Elapsed time : 0.019636 ms
11-19 03:28:39.495  6313  6334 I ORC/SettingProvider: query done for #cmas#type##amber#enabled,Elapsed time : 0.013906 ms
11-19 03:28:39.496  6313  6334 I ORC/SettingProvider: query done for #cmas#type##exercise#enabled,Elapsed time : 0.009531 ms
11-19 03:28:39.496  6313  6334 I ORC/SettingProvider: query done for #cmas#type##test#enabled,Elapsed time : 0.014375 ms
11-19 03:28:39.496  6313  6334 I ORC/SettingProvider: query done for #cmas#type##public#safety#enabled,Elapsed time : 0.008802 ms
11-19 03:28:39.496  6313  6334 I ORC/SettingProvider: query done for #cmas#type##local#state#test#enabled,Elapsed time : 0.008281 ms
11-19 03:28:39.496  6313  6334 D ORC/ChannelUtils: isExtremeAlertActive : trueisSeverityAlertActive  : trueisAmberAlertActive  : trueisRmtExerciseAlertActive : falseisTestAlertActive  : false
11-19 03:28:39.504  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] [enableGsmBroadcastRange] startMessageId : 4370, endMessageId : 4370
11-19 03:28:39.507  6313  6363 D ORC/RcsCapabilityUiManager: UpdateOwnCapabilitiesTask: doInBackground
11-19 03:28:39.507  6313  6363 D ORC/Log : updateOwnCapability
11-19 03:28:39.508  6313  6363 D ORC/Log : getOwnCapability
11-19 03:28:39.511  6336  6336 D ORC/Log : registerActivityLifecycleCallbacks
11-19 03:28:39.518  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
11-19 03:28:39.521  3960 18282 D CapabilityDiscModule: isDualIMS : false
11-19 03:28:39.521  3960 18282 D CapabilityDiscModule: mAvailablePhoneId : 0
11-19 03:28:39.521  3960 18282 D CapabilityProvider: dual IMS false, getAvailablePhoneId = 0
11-19 03:28:39.521  3960 18282 D CapabilityDiscModule: mAvailablePhoneId : 0
11-19 03:28:39.521  3960 18282 D CapabilityDiscModule<0>: getOwnCapabilities:
11-19 03:28:39.521  3960 18282 E CapabilityDiscModule<0>: checkModuleReady: module is disabled
11-19 03:28:39.523  6336  6336 D ORC/Log : WithApp onCreate
11-19 03:28:39.523  6313  6363 E ORC/RcsCapabilityUiManager: queryOwnCapability, cursor null
11-19 03:28:39.529  6313  6363 D ORC/RcsCapabilityUiManager: getImsManager, mCurrentDataSlot=0
11-19 03:28:39.529  6313  6363 D ORC/RcsCapabilityUiManager: getImsManager, mCurrentDataSlot=0
11-19 03:28:39.533  6313  6334 D ORC/ChannelUtils: CMAS SET President
11-19 03:28:39.533  6313  6334 D ORC/ChannelUtils: CMAS SET Extream
11-19 03:28:39.534  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] [enableGsmBroadcastRange] startMessageId : 4371, endMessageId : 4372
11-19 03:28:39.535  3960 18282 D Util    : getSimSlotFromUri: content://com.sec.ims.settings/imsswitch#simslot0
11-19 03:28:39.535  3960 18282 D Util    : Valid simslot:0. get it from Uri
11-19 03:28:39.535  3960 18282 D ImsSettingsProvider<0>: query:
11-19 03:28:39.535  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
11-19 03:28:39.536  3960 18282 D ImsSettingsProvider: Query(6313, messaging) : Uri[content://com.sec.ims.settings/imsswitch#simslot0], pro : [rcsswitch]
11-19 03:28:39.536  3960 18282 D DeviceConfigManager[0]: queryImsSwitch: name rcsswitch
11-19 03:28:39.539  6336  6336 D ORC/PackageUtil: myProcessName = com.samsung.android.messaging:cs
11-19 03:28:39.539  6336  6336 D ORC/WithApp: WithApp created process = com.samsung.android.messaging:cs
11-19 03:28:39.541  6336  6364 D libEGL  : loaded /vendor/lib64/egl/libEGL_adreno.so
11-19 03:28:39.541  6313  6334 D ORC/ChannelUtils: CMAS SET Severity
11-19 03:28:39.543  6336  6336 D ORC/WithApp: version:5.0.40.15 type:user
11-19 03:28:39.543  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] [enableGsmBroadcastRange] startMessageId : 4373, endMessageId : 4378
11-19 03:28:39.543  6336  6336 D ORC/Logger: init start
11-19 03:28:39.544  6313  6363 D secImsManager[0]: isRcsEnabled: rcsswitch 0
11-19 03:28:39.544  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
11-19 03:28:39.547  6313  6363 D ORC/RcsCapabilityUiManager: updateOwnCapability rcsEnableStatus = false, isLocalOffline = true
11-19 03:28:39.550  6313  6334 D ORC/ChannelUtils: CMAS SET Amber
11-19 03:28:39.552  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] [enableGsmBroadcastRange] startMessageId : 4379, endMessageId : 4379
11-19 03:28:39.553  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
11-19 03:28:39.557  3982 23174 D IccSmsInterfaceManager: [IccSmsInterfaceManager] [disableGsmBroadcastRange] startMessageId : 4380, endMessageId : 4399
11-19 03:28:39.566  6336  6364 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_adreno.so
11-19 03:28:39.580  3611  3817 D NetworkController.MobileSignalController(0/1): onDataActivity: direction=3
11-19 03:28:39.581  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: onDataActivity: direction=3
11-19 03:28:39.586  6336  6336 D ORC/Logger: init success
11-19 03:28:39.586  6336  6336 D ORC/Logger: init end
11-19 03:28:39.586  6336  6336 D CS/CommunicationService: connect
11-19 03:28:39.589  6336  6336 D ORC/Log : Feature init
11-19 03:28:39.589  6336  6336 D ORC/Feature: [CONFIG]init start
11-19 03:28:39.589  6336  6336 D ORC/Log : 1
11-19 03:28:39.590  6336  6336 D ORC/Log : 2
11-19 03:28:39.590  6336  6336 D ORC/Log : 3
11-19 03:28:39.591  6336  6336 D ORC/Feature: Load Resize quality : 80
11-19 03:28:39.591  6336  6336 D ORC/Log : 4
11-19 03:28:39.595  6336  6336 D ORC/Log : 5
11-19 03:28:39.595  6336  6336 D ORC/Feature: enableJansky=
11-19 03:28:39.596  6336  6336 D ORC/Log : 6
11-19 03:28:39.596  6336  6336 D ORC/Feature: getApnTypesAllowedOnDataDisabled()
11-19 03:28:39.596  6336  6336 D ORC/Feature: mainOperator : BMC, subOperator : TLS, country : CAN
11-19 03:28:39.596  6336  6336 D ORC/Log : 7
11-19 03:28:39.596  6336  6336 D ORC/Log : 8
11-19 03:28:39.597  6336  6336 D ORC/Log : 9
11-19 03:28:39.598  6336  6336 D ORC/Log : 10
11-19 03:28:39.599  6336  6336 D ORC/Feature: intent interface
11-19 03:28:39.599  6336  6336 D ORC/Feature: configRcsFeatures=
11-19 03:28:39.600  6336  6336 D ORC/Log : updateBotFeature
11-19 03:28:39.601  6336  6336 D ORC/Log : getDefaultPhoneId
11-19 03:28:39.605  6336  6336 D ORC/TelephonyUtils: getImsManager create a ImsManager for slot 0
11-19 03:28:39.605  6336  6336 D secImsManager: Current IMS Platform Version is 60400
11-19 03:28:39.605  6336  6336 D secImsManager: Current IMS Platform Version is 60400
11-19 03:28:39.606  6336  6336 D secImsManager[0]: Register Receiver for Restart
11-19 03:28:39.610  6336  6336 D ORC/TelephonyUtils: getImsManager onConnected() for slot 0
11-19 03:28:39.610  6336  6336 D secImsManager[0]: getRcsProfileType
11-19 03:28:39.614  3960  3195 D ImsServiceStub<0>: getRcsProfileType: rcsProfile =
11-19 03:28:39.614  3960  3195 D ImsServiceStub<0>: getRcsProfileType: rcsProfile =
11-19 03:28:39.614  6336  6336 D ORC/Feature: updateBotFeature : false profile :
11-19 03:28:39.614  6336  6336 D ORC/Log : 11
11-19 03:28:39.614  6336  6336 D ORC/Log : 11-1
11-19 03:28:39.614  6336  6364 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_adreno.so
11-19 03:28:39.615  6336  6336 D ORC/Log : 11-2
11-19 03:28:39.615  6336  6336 D ORC/CmasVender: isXAA : false
11-19 03:28:39.615  6336  6336 D ORC/Log : 11-3
11-19 03:28:39.615  6336  6336 D ORC/Log : 11-4
11-19 03:28:39.615  6336  6336 D ORC/Log : 11-5
11-19 03:28:39.617  6336  6336 D ORC/Log : 11-7
11-19 03:28:39.617  6336  6365 D ORC/Log : 11-6
11-19 03:28:39.617  6336  6336 D ORC/Log : 11-8
11-19 03:28:39.617  6336  6336 D ORC/Log : 11-9
11-19 03:28:39.618  6336  6336 D ORC/Log : 11-10
11-19 03:28:39.618  6336  6336 D ORC/Log : 11-11
11-19 03:28:39.619  6336  6336 D ORC/Log : 11-11-1
11-19 03:28:39.619  6336  6336 D ORC/Log : 11-12
11-19 03:28:39.619  6336  6336 D ORC/Log : 11-13
11-19 03:28:39.621  6336  6336 D ORC/Log : 11-14
11-19 03:28:39.621  6336  6336 D ORC/Log : 11-15
11-19 03:28:39.621  6336  6336 D ORC/Log : 11-16
11-19 03:28:39.622  6336  6336 D ORC/Log : 11-17
11-19 03:28:39.624  6336  6336 D ORC/Log : 12
11-19 03:28:39.624  6336  6336 I ORC/Feature: [CONFIG]init done,Elapsed time : 35.126144 ms
11-19 03:28:39.626  6336  6336 D ORC/Setting: [CONFIG]init start
11-19 03:28:39.634  6336  6336 D ORC/Log : RemoteDbVersion
11-19 03:28:39.634  6336  6366 D ORC/Log : Setting init - 1
11-19 03:28:39.634  6336  6366 D ORC/Log : 1
11-19 03:28:39.635  6336  6336 D ORC/RemoteDbVersion: version = 207
11-19 03:28:39.635  6336  6336 D ORC/RemoteDbVersion: MmsSmsDbVersion = 207
11-19 03:28:39.635  6336  6336 D ORC/WithApp: INTENT_RCS_PROFILE_CHANGED register
11-19 03:28:39.635  6336  6336 D ORC/WithApp: WithApp create done
11-19 03:28:39.638  6336  6336 D CS/IMessageCommService: onBind
11-19 03:28:39.638  6336  6336 D ORC/MsgServiceDispatcher: createMsgServiceDispatcher() sInstance is null
11-19 03:28:39.638  6336  6336 D ORC/MsgServiceDispatcher: init()
11-19 03:28:39.638  6336  6336 D ORC/MsgServiceDispatcher: init() ServiceHandler - cs:Smshandler
11-19 03:28:39.640  6336  6368 D ORC/PackageInfo: componentName=com.samsung.android.rubin.lib.ClientProvider, currentState=1, futureState=1
11-19 03:28:39.640  6336  6368 D ORC/PackageInfo: componentName=com.samsung.android.withtalk.model.search.DeviceSearchProvider, currentState=1, futureState=1
11-19 03:28:39.642  6336  6336 I CS/MsgSvcHandlerThread: start, mServiceType=0,Elapsed time : 3.315469 ms
11-19 03:28:39.642  6336  6336 D ORC/MsgServiceDispatcher: init() ServiceHandler - cs:SmsResulthandler
11-19 03:28:39.643  6336  6336 I CS/MsgSvcHandlerThread: start, mServiceType=3,Elapsed time : 0.668698 ms
11-19 03:28:39.643  6336  6336 D ORC/MsgServiceDispatcher: init() ServiceHandler - cs:Mmshandler
11-19 03:28:39.643  6336  6366 D ORC/CustomerFeature: initData
11-19 03:28:39.643  6336  6366 I ORC/CustomerFeature: [CONFIG]got omc  path : onf
11-19 03:28:39.645  6336  6336 I CS/MsgSvcHandlerThread: start, mServiceType=1,Elapsed time : 2.07974 ms
11-19 03:28:39.645  6336  6336 D ORC/MsgServiceDispatcher: init() ServiceHandler - cs:MmsResulthandler
11-19 03:28:39.647  6336  6367 D ORC/Log : getInsertedSimCount
11-19 03:28:39.649  6336  6367 D ORC/MultiSim: getInsertedSimCount() = 1
11-19 03:28:39.649  6336  6367 D ORC/Log : getIccCardAvailability
11-19 03:28:39.654  6336  6336 I CS/MsgSvcHandlerThread: start, mServiceType=4,Elapsed time : 8.595208 ms
11-19 03:28:39.654  6336  6336 D ORC/MsgServiceDispatcher: init() mSyncServiceHandlerThread
11-19 03:28:39.656  6336  6367 D ORC/MultiSim: getIccCardAvailability() simSlot = 0, avail = true
11-19 03:28:39.656  6336  6367 D ORC/MultiSim: isSimActive() : simSlot = 0, simActive = true
11-19 03:28:39.656  6336  6367 D ORC/Log : getIccCardAvailability
11-19 03:28:39.658  6336  6367 D ORC/MultiSim: getIccCardAvailability() simSlot = 1, avail = false
11-19 03:28:39.658  6336  6367 D ORC/MultiSim: isSimActive() : simSlot = 1, simActive = false
11-19 03:28:39.658  6336  6367 D ORC/MultiSim: sSimCount = 1
11-19 03:28:39.658  6336  6367 D ORC/MultiSim: sSimSlotCount = 1
11-19 03:28:39.658  6336  6367 D ORC/MultiSim: sIsSim1Active = true
11-19 03:28:39.658  6336  6367 D ORC/MultiSim: sIsSim2Active = false
11-19 03:28:39.677  6336  6366 D ORC/Log : 2
11-19 03:28:39.677  6336  6366 D ORC/Log : 3
11-19 03:28:39.678  6336  6366 D ORC/Log : 4
11-19 03:28:39.678  6336  6366 D ORC/Log : 5
11-19 03:28:39.678  6336  6366 D ORC/Log : 6
11-19 03:28:39.678  6336  6366 D ORC/Log : 7
11-19 03:28:39.679  6336  6366 D ORC/Log : 8
11-19 03:28:39.679  6336  6366 D ORC/Log : 9
11-19 03:28:39.679  6336  6366 D ORC/Log : 10
11-19 03:28:39.680  6336  6366 D ORC/Log : 11
11-19 03:28:39.681  2986  4942 I ActivityManager: KPU : put [com.samsung.android.stickercenter] : 4912 K
11-19 03:28:39.681  2986  4942 I ActivityManager: Killing 5355:com.samsung.android.stickercenter/1000 (adj 906): DHA:empty #25
11-19 03:28:39.683  6313  6325 I ORC/SettingProvider: query done for pref_key_init_csc,Elapsed time : 0.038646 ms
11-19 03:28:39.683  2986  3446 D ConnectivityService: updateCapabilities: oldCap = [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -64], newCap = [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63]
11-19 03:28:39.683  2986  3446 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 533]
11-19 03:28:39.683  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.683  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=6, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=6, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=7, [] ]
11-19 03:28:39.684  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.684  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.684  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=9, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=9, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.684  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.685  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.685  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10159 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.685  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.685  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.685  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.685  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.685  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.685  6313  6313 D CS/CommunicationService: onServiceConnected
11-19 03:28:39.685  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.685  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.685  6313  6313 D CS/CommunicationService: processPendingActions
11-19 03:28:39.685  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:39.685  6313  6313 D ORC/WithApp: service connected
11-19 03:28:39.685  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.685  6313  6313 D ORC/Log : hasRequiredLegacyMsgPermissions
11-19 03:28:39.685  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=38, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.685  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=38, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.685  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  6313  6331 D CS/CommunicationService: Bundle Command
11-19 03:28:39.686  6313  6331 D CS/CommunicationService: handleCommand
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=39, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.686  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=39, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=497, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.686  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.686  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=497, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.687  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.687  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=524, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.687  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=524, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.687  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.687  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=525, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.687  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=525, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:39.687  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.687  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=527, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.687  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.687  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=527, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.687  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.687  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.687  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.687  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=528, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.688  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=528, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.688  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=529, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.688  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=529, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.688  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=530, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.688  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=530, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:39.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.688  2986  3602 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.690  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.691  2986  5043 D ConnectivityService: filterNetworkStateForUid() uid: 10182 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.691  2986  3995 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.691  2986  3657 D ConnectivityService: filterNetworkStateForUid() uid: 10295 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.691  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.691  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.691  2986  4860 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.691  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  6313  6331 D CS/CommunicationService: handleCommand Command Type = REQUEST_CMD_SEND_MESSAGE
11-19 03:28:39.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10204 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  2986  3657 D ConnectivityService: filterNetworkStateForUid() uid: 10295 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10005 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  6336  6336 D CS/CommunicationService: onServiceConnected
11-19 03:28:39.694  6336  6336 D CS/CommunicationService: processPendingActions
11-19 03:28:39.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10143 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10577 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  4942 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.697  2986  3442 I chatty  : uid=1000(system) ConnectivityThr identical 1 line
11-19 03:28:39.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.697  2986  4942 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10006 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  6336  6359 D CS/MessageCommunicationImpl: sendMessage
11-19 03:28:39.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10153 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10204 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.698  6336  6359 D ORC/PackageUtil: Caller Package Name: com.samsung.android.messaging
11-19 03:28:39.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10088 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.699  6336  6359 D CS/MsgSvcControllerDB: addResponseData id = 1542616119686
11-19 03:28:39.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.699  6336  6359 D CS/MsgServiceDBHelper: insertPackageDetailsIntoRequestTable Transaction Id = 1542616119686
11-19 03:28:39.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1001 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.701  6313  6361 I ORC/SettingProvider: query done for pref_key_init_csc_version,Elapsed time : 0.037969 ms
11-19 03:28:39.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.705  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:39.706  6336  6366 D ORC/Log : 12
11-19 03:28:39.706  6336  6366 I ORC/Setting: [CONFIG]init done,Elapsed time : 25.649689 ms
11-19 03:28:39.721  6336  6359 D CS/MsgServiceDBHelper: Inserted row into Request table.
11-19 03:28:39.722  6336  6369 D CS/SmsService: executeCommand
11-19 03:28:39.722  6336  6369 D CS/SmsService: getRequestCommand, requestedCmd null is null, create!!
11-19 03:28:39.722  6336  6369 D ORC/Log : requestCmd
11-19 03:28:39.722  6336  6369 D CS/SmsSendMessage: [SMS]makeFailQueuedMsg
11-19 03:28:39.725  6313  6331 D CS/CommunicationService: handleCommand result code = 0
11-19 03:28:39.725  6313  6331 D CS/CommunicationService: Bundle Command
11-19 03:28:39.725  6313  6331 D CS/CommunicationService: handleCommand
11-19 03:28:39.725  6313  6331 D CS/CommunicationService: handleCommand Command Type = REQUEST_CMD_RETREIVE_MESSAGE
11-19 03:28:39.726  6336  6359 D CS/MessageCommunicationImpl: retrieveMessage
11-19 03:28:39.726  6336  6359 D ORC/PackageUtil: Caller Package Name: com.samsung.android.messaging
11-19 03:28:39.727  6336  6359 D CS/MsgSvcControllerDB: addResponseData id = 1542616119725
11-19 03:28:39.727  6336  6359 D CS/MsgServiceDBHelper: insertPackageDetailsIntoRequestTable Transaction Id = 1542616119725
11-19 03:28:39.727  6336  6359 D CS/MsgServiceDBHelper: Inserted row into Request table.
11-19 03:28:39.727  6336  6373 D CS/MmsTransactService: executeCommand
11-19 03:28:39.727  6313  6331 D CS/CommunicationService: handleCommand result code = 0
11-19 03:28:39.727  6336  6373 D CS/MmsTransactService: getRequestCommand, requestedCmd null is null, create!!
11-19 03:28:39.727  6313  6331 D CS/CommunicationService: Bundle Command
11-19 03:28:39.727  6313  6331 D CS/CommunicationService: handleCommand
11-19 03:28:39.727  6336  6373 D CS/MmsDownloadMessage: Instance of bundle
11-19 03:28:39.727  6313  6331 D CS/CommunicationService: handleCommand Command Type = REQUEST_CMD_SEND_MESSAGE
11-19 03:28:39.728  6336  6353 D CS/MessageCommunicationImpl: sendMessage
11-19 03:28:39.729  6336  6369 D CS/MsgContentProvider: query, uriMatch:1101
11-19 03:28:39.733  6336  6353 D ORC/PackageUtil: Caller Package Name: com.samsung.android.messaging
11-19 03:28:39.733  6336  6353 D CS/MsgSvcControllerDB: addResponseData id = 1542616119727
11-19 03:28:39.733  6336  6353 D CS/MsgServiceDBHelper: insertPackageDetailsIntoRequestTable Transaction Id = 1542616119727
11-19 03:28:39.734  6336  6353 D CS/MsgServiceDBHelper: Inserted row into Request table.
11-19 03:28:39.735  6313  6331 D CS/CommunicationService: handleCommand result code = 0
11-19 03:28:39.739  6336  6376 D CS/MmsDownloadService: onHandleIntent
11-19 03:28:39.740  6336  6359 D CS/MsgContentProvider: query, uriMatch:1101
11-19 03:28:39.744  6336  6373 D CS/MmsTransactService: executeCommand
11-19 03:28:39.744  6336  6373 D CS/MmsTransactService: getRequestCommand, requestedCmd null is null, create!!
11-19 03:28:39.744  6336  6373 D CS/MmsTransactService: sendMMS in executeCommand
11-19 03:28:39.744  6336  6373 D ORC/Log : requestCmd
11-19 03:28:39.756  6336  6380 D ORC/Log : onHandleIntent
11-19 03:28:39.756  6336  6380 D CS/MmsSendService: onHandleIntent
11-19 03:28:39.757  3856 18681 D ProcessObserver_FLP: onProcessDied, 5355/1000
11-19 03:28:39.759  3954 22045 D ForegroundUtils: could not check pending caller
11-19 03:28:39.761  6336  6376 D CS/MmsDownloadService: defaultSmsApplication: com.samsung.android.messaging
11-19 03:28:39.761  6336  6376 D CS/MmsDownloadService: makeFailQueuedMessage
11-19 03:28:39.761  6336  6376 D CS/MsgContentProvider: query, uriMatch:1101
11-19 03:28:39.768  6336  6380 D CS/MmsSendService: defaultSmsApplication: com.samsung.android.messaging
11-19 03:28:39.768  6336  6380 D CS/MmsSendService: makeFailQueuedMessage
11-19 03:28:39.768  6336  6380 D ORC/Log : getDefaultPhoneId
11-19 03:28:39.769  6336  6376 I CS/MsgContentProvider: query : 1101,Elapsed time : 8.073437 ms
11-19 03:28:39.769  6336  6369 I CS/MsgContentProvider: query : 1101,Elapsed time : 39.682552 ms
11-19 03:28:39.769  6336  6359 I CS/MsgContentProvider: query : 1101,Elapsed time : 29.024166 ms
11-19 03:28:39.772  6336  6380 D CS/MsgContentProvider: query, uriMatch:1101
11-19 03:28:39.772  6336  6380 I CS/MsgContentProvider: query : 1101,Elapsed time : 0.337448 ms
11-19 03:28:39.785  6336  6369 E CS/SmsSendMessage: [SMS]makeFailQueuedMsg, queued SMS not exist
11-19 03:28:39.785  6336  6380 E CS/MmsSendService: Not exist Send Queue Message
11-19 03:28:39.785  6336  6369 E CS/SmsSendMessage: [SMS]makeFailQueuedMsg, queued SMS not exist
11-19 03:28:39.785  6336  6376 E CS/MmsDownloadService: Not exist download Queue Message
11-19 03:28:39.785  6336  6369 D ORC/Log : sendQueueSms
11-19 03:28:39.786  6336  6380 D ORC/Log : onHandleIntent
11-19 03:28:39.786  6336  6380 D CS/MmsSendService: onHandleIntent
11-19 03:28:39.786  6336  6376 D CS/MmsDownloadService: onHandleIntent
11-19 03:28:39.786  6336  6369 D CS/MsgContentProvider: query, uriMatch:2002
11-19 03:28:39.787  6336  6369 I CS/MsgContentProvider: query : 2002,Elapsed time : 0.472657 ms
11-19 03:28:39.793  6336  6376 D CS/MmsDownloadService: defaultSmsApplication: com.samsung.android.messaging
11-19 03:28:39.793  6336  6376 D CS/MmsDownloadService: Action Retrieve Mms
11-19 03:28:39.793  6336  6376 D CS/MmsDownloadService: handleDownloadMms
11-19 03:28:39.793  6336  6376 D CS/MmsDownloadService: downloadFirstQueuedMessage() : simSlot = -1
11-19 03:28:39.793  6336  6376 D CS/MsgContentProvider: query, uriMatch:2004
11-19 03:28:39.793  6336  6376 I CS/MsgContentProvider: query : 2004,Elapsed time : 0.431406 ms
11-19 03:28:39.794  6336  6369 E CS/SmsSendMessage: [SMS]sendQueueSms, queued SMS not exist (usingMode = 0)
11-19 03:28:39.795  6336  6380 D CS/MmsSendService: defaultSmsApplication: com.samsung.android.messaging
11-19 03:28:39.795  6336  6380 D CS/MmsSendService: Action Send Mms
11-19 03:28:39.795  6336  6380 D CS/MsgContentProvider: query, uriMatch:2003
11-19 03:28:39.796  6336  6380 I CS/MsgContentProvider: query : 2003,Elapsed time : 0.443906 ms
11-19 03:28:39.797  6336  6376 E CS/MmsDownloadService: Not exist download Queue Message
11-19 03:28:39.798  6336  6380 E CS/MmsSendService: sendFirstQueuedMessage, queued MMS not exist (usingMode = 0)
11-19 03:28:39.811  4468  4468 D io_stats: !@   8,0 r 3115682 134301116 w 752395 15037096 d 81313 5856744 f 179374 187676 iot 1395850 1253915 th 218820 0 0 pt 0 inp 0 0 64659.651
11-19 03:28:40.025  2986  3431 I WifiTrafficPoller: mCpuCoreBooster Lock
11-19 03:28:40.482  6313  6313 D ORC/MultiSim: onSubscriptionsChanged
11-19 03:28:40.496  6313  6313 D ORC/Log : getInsertedSimCount
11-19 03:28:40.498  6313  6313 D ORC/MultiSim: getInsertedSimCount() = 1
11-19 03:28:40.498  6313  6313 D ORC/Log : updateMultiSimState
11-19 03:28:40.499  6313  6313 D ORC/MultiSim: updateMultiSimState() Before : mIsSim1Active = true, mIsSim2Active = false
11-19 03:28:40.505  6313  6313 D ORC/Log : getIccCardAvailability
11-19 03:28:40.506  6313  6313 D ORC/MultiSim: getIccCardAvailability() simSlot = 0, avail = true
11-19 03:28:40.506  6313  6313 D ORC/MultiSim: isSimActive() : simSlot = 0, simActive = true
11-19 03:28:40.506  6313  6313 D ORC/Log : getIccCardAvailability
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: getIccCardAvailability() simSlot = 1, avail = false
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: isSimActive() : simSlot = 1, simActive = false
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: updateMultiSimState() not in call mIsSim1Active and mIsSim2Active set TRUE
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: updateMultiSimState() After : mIsSim1Active = true, mIsSim2Active = false
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: sSimCount = 1
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: sSimSlotCount = 1
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: sIsSim1Active = true
11-19 03:28:40.507  6313  6313 D ORC/MultiSim: sIsSim2Active = false
11-19 03:28:40.589  3990  4163 D EPDG -- SIM0 [EpdgSubScription]: onDataActivity: direction=0
11-19 03:28:40.589  3611  3817 D NetworkController.MobileSignalController(0/1): onDataActivity: direction=0
11-19 03:28:40.687  2986  3446 D ConnectivityService: updateCapabilities: oldCap = [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -63], newCap = [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -64]
11-19 03:28:40.687  2986  3446 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 533]
11-19 03:28:40.687  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.687  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.687  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.687  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.688  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.688  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=6, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.688  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=6, [ Transports: CELLULAR|WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.688  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.688  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [] ]
11-19 03:28:40.688  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=7, [] ]
11-19 03:28:40.688  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.689  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.689  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10159 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.690  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.690  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.690  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.690  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=9, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.690  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.690  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=9, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.691  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.691  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.691  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.691  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.691  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.692  2986  3442 I chatty  : uid=1000(system) ConnectivityThr identical 1 line
11-19 03:28:40.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.692  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.693  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.694  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.695  6336  6336 D ORC/MultiSim: onSubscriptionsChanged
11-19 03:28:40.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.695  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.696  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10131 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.697  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.698  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.698  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.698  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10204 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10005 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.699  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.699  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.699  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.700  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.700  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
11-19 03:28:40.700  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.700  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=38, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.700  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=38, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.700  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=39, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.701  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=39, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.702  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=497, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.702  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=497, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.702  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=524, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.702  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=524, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.702  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.703  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=525, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.703  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=525, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
11-19 03:28:40.704  2986  4860 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.704  2986  4942 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.704  2986  4059 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.705  2986 13163 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.705  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.706  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.705  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10027 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.706  6336  6336 D ORC/Log : getInsertedSimCount
11-19 03:28:40.706  2986  4059 D ConnectivityService: filterNetworkStateForUid() uid: 10110 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.707  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=527, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.707  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=527, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.709  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=528, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.709  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=528, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.709  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=529, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.709  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=529, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.709  2986  3446 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=530, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.709  2986  3446 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=530, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
11-19 03:28:40.710  2986  4059 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.710  6336  6336 D ORC/MultiSim: getInsertedSimCount() = 1
11-19 03:28:40.711  6336  6336 D ORC/Log : updateMultiSimState
11-19 03:28:40.711  6336  6336 D ORC/MultiSim: updateMultiSimState() Before : mIsSim1Active = true, mIsSim2Active = false
11-19 03:28:40.709  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  4860 D ConnectivityService: filterNetworkStateForUid() uid: 10295 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10143 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10577 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10132 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.712  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10052 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  4059 D ConnectivityService: filterNetworkStateForUid() uid: 10182 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.713  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.714  2986  3442 I chatty  : uid=1000(system) ConnectivityThr identical 1 line
11-19 03:28:40.714  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.714  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.714  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.714  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10006 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.714  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.714  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10195 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.714  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10153 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5017 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10204 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10125 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10088 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10209 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10233 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.715  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 5009 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10139 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10091 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 1001 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10124 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.716  2986  3442 D ConnectivityService: filterNetworkStateForUid() uid: 10031 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.717  2986  4916 D ConnectivityService: filterNetworkStateForUid() uid: 10295 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.719  2986  4059 D ConnectivityService: filterNetworkStateForUid() uid: 10220 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:40.726  6336  6336 D ORC/Log : getIccCardAvailability
11-19 03:28:40.727  6336  6336 D ORC/MultiSim: getIccCardAvailability() simSlot = 0, avail = true
11-19 03:28:40.727  6336  6336 D ORC/MultiSim: isSimActive() : simSlot = 0, simActive = true
11-19 03:28:40.727  6336  6336 D ORC/Log : getIccCardAvailability
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: getIccCardAvailability() simSlot = 1, avail = false
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: isSimActive() : simSlot = 1, simActive = false
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: updateMultiSimState() not in call mIsSim1Active and mIsSim2Active set TRUE
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: updateMultiSimState() After : mIsSim1Active = true, mIsSim2Active = false
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: sSimCount = 1
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: sSimSlotCount = 1
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: sIsSim1Active = true
11-19 03:28:40.728  6336  6336 D ORC/MultiSim: sIsSim2Active = false
11-19 03:28:40.936   678   678 I android.hardware.wifi@1.0-service: getLinkLayerStats
11-19 03:28:41.035  2986  3431 I WifiTrafficPoller: mCpuCoreBooster Lock
11-19 03:28:41.079   701   701 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh! backpressureCount = 1
11-19 03:28:41.095   701   701 D SurfaceFlinger: initialize backpressureCount
11-19 03:28:42.055  2986  3431 I WifiTrafficPoller: mCpuCoreBooster Lock
11-19 03:28:42.096   701   701 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh! backpressureCount = 1
11-19 03:28:42.113   701   701 D SurfaceFlinger: initialize backpressureCount
11-19 03:28:42.338  2986  2986 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 2986 / 1000 / 2986
11-19 03:28:42.339  3568  3568 D HeadsetPhoneState: Signal level : previous=4 curr=3
11-19 03:28:42.340  3568  3568 D HeadsetPhoneState: sendDeviceStateChanged. mService=1 mSignal=3 mRoam=0 mBatteryCharge=2
11-19 03:28:42.339  3611  3817 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 99 99 -120 -160 -120 -1 -1 17 -110 -12 32 2147483647 0 2147483647 0x3000 P gsm|lte level=3
11-19 03:28:42.341  3568 19035 D HeadsetStateMachine: Disconnected process message: 11, size: 0
11-19 03:28:42.341  3611  3817 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
11-19 03:28:42.341  3568 19035 E HeadsetStateMachine: Unknown message: 11
11-19 03:28:42.341  3611  3817 D NetworkController.MobileSignalController(0/1): updateOYBMobileIconGroup(): 13
11-19 03:28:42.391  6313  6313 D ORC/Log : runAfterMessageDisplayed
11-19 03:28:42.394  6313  6313 D ORC/ScpmChannelUtil: getLocalDBVersion() : 2018082013
11-19 03:28:42.394  6313  6313 I ORC/ScpmChannelUtil: ScpmChannelUtil.initGlobalPwsChannelDB,Elapsed time : 2.066146 ms
11-19 03:28:42.394  6313  6330 D CS/PluginManager: updatePreloadStickerPluginList()
11-19 03:28:42.418  6313  6330 D CS/PluginManager: getStickerPluginXmlResId, xmlId:2131099648
11-19 03:28:42.427  6336  6359 D CS/MsgContentProvider: query, uriMatch:1605
11-19 03:28:42.428  6336  6359 I CS/MsgContentProvider: query : 1605,Elapsed time : 0.689219 ms
11-19 03:28:42.431  6313  6330 D CS/PluginContentDb: updateContentPlugin, package info exists, com.samsung.android.stickerplugin
11-19 03:28:42.435  6313  6330 D ORC/PersonaManagerWrapper: isKioskModeEnabled() => false
11-19 03:28:42.435  6313  6330 D ORC/StickerPackageUtil: asyncUpdateStickerPackages, do initial update.
11-19 03:28:42.442  6336  6359 D CS/MsgContentProvider: query, uriMatch:1605
11-19 03:28:42.442  6336  6359 I CS/MsgContentProvider: query : 1605,Elapsed time : 0.540677 ms
11-19 03:28:42.444  6313  6330 D ORC/Log : StickerPackageUtil updateStickerPackages
11-19 03:28:42.445  6313  6330 D ORC/StickerPackageUtil: updateStickerPackages()
11-19 03:28:42.446  6336  6359 D CS/MsgContentProvider: query, uriMatch:1605
11-19 03:28:42.446  6336  6359 I CS/MsgContentProvider: query : 1605,Elapsed time : 0.130312 ms
11-19 03:28:42.449  6336  6359 D CS/MsgContentProvider: query, uriMatch:1603
11-19 03:28:42.449  6336  6359 I CS/MsgContentProvider: query : 1603,Elapsed time : 0.493177 ms
11-19 03:28:42.457  6336  6359 D CS/MsgContentProvider: query, uriMatch:1603
11-19 03:28:42.458  6336  6359 I CS/MsgContentProvider: query : 1603,Elapsed time : 0.651927 ms
11-19 03:28:42.461  6313  6330 D ORC/StickerPackageUtil: updateStickerPackages() currList size : 3, isInitialUpdate=true
11-19 03:28:42.473  9440  9454 D SP/StickerPluginProvider: query()
11-19 03:28:42.487  9440  9454 I SP/StickerPluginProvider: uri URI = match = 10
11-19 03:28:42.497  6313  6330 D ORC/StickerPackageUtil: updateStickerPackages() finished.
11-19 03:28:43.059  2986  3431 I WifiTrafficPoller: mCpuCoreBooster Lock
11-19 03:28:43.114   701   701 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh! backpressureCount = 1
11-19 03:28:43.131   701   701 D SurfaceFlinger: initialize backpressureCount
11-19 03:28:43.165  2986  3533 D WifiConnectivityMonitor:  [|229] []
11-19 03:28:43.175  2986  6635 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Manoir_Client", failover: false, available: true, roaming: false, metered: false]
11-19 03:28:43.192  2738 15958 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
11-19 03:28:43.192  2738 15958 V APM_AudioPolicyManager: ### active stream : 0
11-19 03:28:43.193  2986  6635 D AudioService: active stream is 0x0
11-19 03:28:43.193  2738 15958 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
11-19 03:28:43.193  2738 15958 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
11-19 03:28:43.193  2738 15958 V APM_AudioPolicyManager: ### curdevice : 2
11-19 03:28:43.204  2986  6635 D SSRM:l  : ATC: power = AP_CP = -999, Display = 584(Panel:376, LDIs:208), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
11-19 03:28:43.204  2986  6635 D SSRM:l  : ATC: current = AP_CP = -999, Display = 146, WIFI = 0, SPK = 0,RCV = 0, Camera = 0, PAM = 0
11-19 03:28:43.206  2986  6635 D SSRM:l  : ATC: Ambient Temperature = 31.19, Skin temperature = F_AP[28.60], F_RF[29.50], B_AP[27.90], B_RF[28.50], B_WIFI[29.50], B_SPK[29.70]
11-19 03:28:43.275  2986  6635 D SSRM:I  : SIOP:: AP = 310, PST = 330 (W:15), BAT = 310, USB = 302, CHG = 318, CP = 322, WF = 309, WFPst = 308 (W:15)
marchbold commented 5 years ago

Are you using OneSignal? That uses a different system, the one in our documentation is for systems implemented in our ANE (FCM/GCM/APNS etc). OneSignal handles the implementation in their SDK so you need to follow their guides for adding icons.

Read more here: https://documentation.onesignal.com/docs/customize-notification-icons

Basically you need to call your resource: ic_stat_onesignal_default

Galaxup commented 5 years ago

Ok after many builds and testing and research I have found solution.

Really easy by the way for onesignal you should update your Tutorial after this...

You just need to copy the res folder with the drawables-hdpi && drawables-ldpi && drawable-xhdpi && drawable-xxhdpi && drawable-xxxhdpi with the the ic_stat_onesignal_default.png in each of them into the AIR SDK android lib.

C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\android\lib\resources\app_entry\res\

Just compile after with DistriqtOnesignalPush.ane and it worked for me !

marchbold commented 5 years ago

Yes that is an alternative way to add resources however it means maintaining completely separate versions of the AIR SDK for each application, which we don't generally advise. You will have exactly the same operation if you add those resources inside an ANE.

Glad you resolved it and got the resource name right eventually.

I'm going to add some docs about the one signal notification resource name to our docs as well to avoid confusion in the future.