0% found this document useful (0 votes)
58 views7 pages

15

This document contains debug log messages from an Android video player app. It logs details about the device, app initialization, and permission checks. The key details are: 1. The app is initializing on a Xiaomi Redmi K20 Pro running Android 10. 2. It sets the app path and initializes app configuration parameters. 3. It checks for required permissions like external storage access and finds them granted. 4. The app registers for push notifications and subscribes to topics during startup.

Uploaded by

D K Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views7 pages

15

This document contains debug log messages from an Android video player app. It logs details about the device, app initialization, and permission checks. The key details are: 1. The app is initializing on a Xiaomi Redmi K20 Pro running Android 10. 2. It sets the app path and initializes app configuration parameters. 3. It checks for required permissions like external storage access and finds them granted. 4. The app registers for push notifications and subscribes to topics during startup.

Uploaded by

D K Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

2020-04-14 15:12:25 DEBUG com.miui.

videoplayer [ FrameworkConfig ]
setAppPath appPath == /storage/emulated/0/MiVideoGlobal
2020-04-14 15:12:25 DEBUG DeviceUtils [ init ] ==========Device Info==========
2020-04-14 15:12:25 DEBUG DeviceUtils [ androidSDK ] 29
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneBoard ] raphaelin
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneBrand ] Xiaomi
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneCPU_ABT ] arm64-v8a
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneDevice ] raphaelin
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneDisplay ] QKQ1.190825.002 test-
keys
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneFingerprint ]
Xiaomi/raphaelin/raphaelin:10/QKQ1.190825.002/V11.0.4.0.QFKINXM:user/release-keys
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneHost ] c5-miui-ota-bd13.bj
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneID ] QKQ1.190825.002
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneManufacturer ] Xiaomi
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneModel ] Redmi K20 Pro
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneVersion ] 10
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneProduct ] raphaelin
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneTags ] release-keys
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneTime ] Tue Mar 03 14:09:42
GMT+05:30 2020
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneType ] user
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneUser ] builder
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenDensity ] 2.75
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenScaledDensity ] 2.75
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenWidthPixels ] 1080
2020-04-14 15:12:25 DEBUG DeviceUtils [ wcreenHeightPixels ] 2210
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenStatusBarHeight ] 96
2020-04-14 15:12:25 DEBUG DeviceUtils [ init ] ===============================
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ MiDevUtils3.0 ] init
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success channel = gp
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success platform = gp
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
checkAppVersion = 2020030660
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
end ENABLE_LOG = trueIS_LOCAL_CONFIG = false ; Staging = false ; is test = false
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ ] GreenDaoDbManager
mContext com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586857345787
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586857345788
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586857345791
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7c21b92
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ SyncSettingHelper ]
delayTime = 12
lastTimeStamp = 1586836944837, ignoreSyncSettingTimes = 4
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ SyncSettingHelper ]
getCloudSetting ignore
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ LocalServerHelper ] bindSer
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ LocalServerHelper ] wait
2020-04-14 15:12:25 ERROR com.miui.videoplayer [ PushMessageReceiver ]
setAlias deviceId == 4a66eb32-88db-4b3f-b4ae-ee8fa90d4e7d

2020-04-14 15:12:25 ERROR com.miui.videoplayer [ PushMessageReceiver ]


onCommandResult register_success setIMEIAlias mRegId ==
n04z1lcxbHr1UxWoWUbOWl7UXztVUmjCoE6N6Cp3w7d1TFIaop1pbHPJi8CDq1zl

2020-04-14 15:12:25 ERROR com.miui.videoplayer [ PushMessageReceiver ]


Already subscribed topic == Region_IN

2020-04-14 15:12:25 ERROR com.miui.videoplayer [ PushMessageReceiver ]


Already subscribed topic == Language_en_IN

2020-04-14 15:12:25 ERROR com.miui.videoplayer [ PushMessageReceiver ]


onCommandResult setTopic_success mTopic == Region_IN

2020-04-14 15:12:25 ERROR com.miui.videoplayer [ PushMessageReceiver ]


onCommandResult setTopic_success mTopic == Language_en_IN

2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ FrameworkConfig ]


setAppPath appPath == /storage/emulated/0/MiVideoGlobal
2020-04-14 15:12:25 DEBUG DeviceUtils [ init ] ==========Device Info==========
2020-04-14 15:12:25 DEBUG DeviceUtils [ androidSDK ] 29
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneBoard ] raphaelin
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneBrand ] Xiaomi
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneCPU_ABT ] arm64-v8a
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneDevice ] raphaelin
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneDisplay ] QKQ1.190825.002 test-
keys
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneFingerprint ]
Xiaomi/raphaelin/raphaelin:10/QKQ1.190825.002/V11.0.4.0.QFKINXM:user/release-keys
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneHost ] c5-miui-ota-bd13.bj
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneID ] QKQ1.190825.002
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneManufacturer ] Xiaomi
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneModel ] Redmi K20 Pro
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneVersion ] 10
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneProduct ] raphaelin
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneTags ] release-keys
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneTime ] Tue Mar 03 14:09:42
GMT+05:30 2020
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneType ] user
2020-04-14 15:12:25 DEBUG DeviceUtils [ phoneUser ] builder
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenDensity ] 2.75
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenScaledDensity ] 2.75
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenWidthPixels ] 1080
2020-04-14 15:12:25 DEBUG DeviceUtils [ wcreenHeightPixels ] 2210
2020-04-14 15:12:25 DEBUG DeviceUtils [ screenStatusBarHeight ] 96
2020-04-14 15:12:25 DEBUG DeviceUtils [ init ] ===============================
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ MiDevUtils3.0 ] init
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success channel = gp
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success platform = gp
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
checkAppVersion = 2020030660
2020-04-14 15:12:25 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
end ENABLE_LOG = trueIS_LOCAL_CONFIG = false ; Staging = false ; is test = false
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ ] GreenDaoDbManager
mContext com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586857346035
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586857346036
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586857346039
2020-04-14 15:12:26 ERROR com.miui.videoplayer [ ] subscribeTopic fail

2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]


isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ SyncSettingHelper ]
delayTime = 12
lastTimeStamp = 1586836944837, ignoreSyncSettingTimes = 5
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ SyncSettingHelper ]
getCloudSetting ignore
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ LocalServService ] onBind
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ ServerInitor ] start Server
success: 37858
2020-04-14 15:12:26 DEBUG com.miui.videoplayer
[ videocache:VideoCacheManager ] init
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ HttpUrlSource ] Open
connection to http://127.0.0.1:40455/ping
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ HttpProxyByIdCacheServer ]
Accept new socket Socket[address=/127.0.0.1,port=38138,localPort=40455]
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ GetRequest ] request :
GET /ping HTTP/1.1
User-Agent: Dalvik/2.1.0 (Linux; U; Android 10; Redmi K20 Pro
MIUI/V11.0.4.0.QFKINXM)
Host: 127.0.0.1:40455
Connection: Keep-Alive
Accept-Encoding: gzip

2020-04-14 15:12:26 INFO com.miui.videoplayer [ HttpProxyByIdCacheServer ]


Request to cache proxy:GetRequest{rangeOffset=0, partial=false, uri='ping'}
2020-04-14 15:12:26 INFO com.miui.videoplayer [ HttpProxyByIdCacheServer ]
Opened connections: 0
2020-04-14 15:12:26 INFO com.miui.videoplayer [ Pinger ] Ping response:
`ping ok`, pinged? true
2020-04-14 15:12:26 INFO com.miui.videoplayer [ HttpProxyByIdCacheServer ]
Proxy cache server started. Is it alive? true
2020-04-14 15:12:26 DEBUG com.miui.videoplayer [ ThreadPoolManager ]
initThreadPool index 0
2020-04-14 15:12:26 DEBUG com.miui.videoplayer
[ videocache:VideoCacheManager ] clearCache
2020-04-14 15:12:26 ERROR com.miui.videoplayer [ GlobalApplication ]
RxJavaErrorHandler:The exception was not handled due to missing onError handler in
the subscribe() method call. Further reading:
https://github.com/ReactiveX/RxJava/wiki/Error-Handling |
java.lang.IllegalStateException: Default FirebaseApp is not initialized in this
process com.miui.videoplayer:localservservice. Make sure to call
FirebaseApp.initializeApp(Context) first.
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ FrameworkConfig ]
setAppPath appPath == /storage/emulated/0/MiVideoGlobal
2020-04-14 15:27:17 DEBUG DeviceUtils [ init ] ==========Device Info==========
2020-04-14 15:27:17 DEBUG DeviceUtils [ androidSDK ] 29
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneBoard ] raphaelin
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneBrand ] Xiaomi
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneCPU_ABT ] arm64-v8a
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneDevice ] raphaelin
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneDisplay ] QKQ1.190825.002 test-
keys
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneFingerprint ]
Xiaomi/raphaelin/raphaelin:10/QKQ1.190825.002/V11.0.4.0.QFKINXM:user/release-keys
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneHost ] c5-miui-ota-bd13.bj
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneID ] QKQ1.190825.002
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneManufacturer ] Xiaomi
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneModel ] Redmi K20 Pro
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneVersion ] 10
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneProduct ] raphaelin
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneTags ] release-keys
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneTime ] Tue Mar 03 14:09:42
GMT+05:30 2020
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneType ] user
2020-04-14 15:27:17 DEBUG DeviceUtils [ phoneUser ] builder
2020-04-14 15:27:17 DEBUG DeviceUtils [ screenDensity ] 2.75
2020-04-14 15:27:17 DEBUG DeviceUtils [ screenScaledDensity ] 2.75
2020-04-14 15:27:17 DEBUG DeviceUtils [ screenWidthPixels ] 1080
2020-04-14 15:27:17 DEBUG DeviceUtils [ wcreenHeightPixels ] 2210
2020-04-14 15:27:17 DEBUG DeviceUtils [ screenStatusBarHeight ] 96
2020-04-14 15:27:17 DEBUG DeviceUtils [ init ] ===============================
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ MiDevUtils3.0 ] init
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success channel = gp
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success platform = gp
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
checkAppVersion = 2020030660
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
end ENABLE_LOG = trueIS_LOCAL_CONFIG = false ; Staging = false ; is test = false
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ ] GreenDaoDbManager
mContext com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586858237778
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586858237779
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ launch time ] initFCMToken
time=1586858237782
2020-04-14 15:27:17 ERROR com.miui.videoplayer [ ] subscribeTopic fail

2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]


isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.service.application.GlobalApplication@7625ede
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ SyncSettingHelper ]
delayTime = 12
lastTimeStamp = 1586836944837, ignoreSyncSettingTimes = 6
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ SyncSettingHelper ]
getCloudSetting ignore
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ LocalServService ] onBind
2020-04-14 15:27:17 ERROR com.miui.videoplayer [ PushMessageReceiver ]
setAlias deviceId == 4a66eb32-88db-4b3f-b4ae-ee8fa90d4e7d

2020-04-14 15:27:17 ERROR com.miui.videoplayer [ PushMessageReceiver ]


onCommandResult register_success setIMEIAlias mRegId ==
n04z1lcxbHr1UxWoWUbOWl7UXztVUmjCoE6N6Cp3w7d1TFIaop1pbHPJi8CDq1zl

2020-04-14 15:27:17 ERROR com.miui.videoplayer [ PushMessageReceiver ]


Already subscribed topic == Region_IN

2020-04-14 15:27:17 ERROR com.miui.videoplayer [ PushMessageReceiver ]


Already subscribed topic == Language_en_IN

2020-04-14 15:27:17 ERROR com.miui.videoplayer [ PushMessageReceiver ]


onCommandResult setTopic_success mTopic == Region_IN

2020-04-14 15:27:17 ERROR com.miui.videoplayer [ PushMessageReceiver ]


onCommandResult setTopic_success mTopic == Language_en_IN

2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ ServerInitor ] start Server


success: 39153
2020-04-14 15:27:17 DEBUG com.miui.videoplayer
[ videocache:VideoCacheManager ] init
2020-04-14 15:27:17 DEBUG com.miui.videoplayer [ HttpUrlSource ] Open
connection to http://127.0.0.1:39531/ping
2020-04-14 15:27:17 WARN com.miui.videoplayer [ Pinger ] Error pinging
server (attempt: 0, timeout: 70).
2020-04-14 15:27:18 WARN com.miui.videoplayer [ Pinger ] Error pinging
server (attempt: 1, timeout: 140).

2020-04-14 15:27:18 WARN com.miui.videoplayer [ Pinger ] Error pinging


server (attempt: 2, timeout: 280).

2020-04-14 15:27:18 ERROR com.miui.videoplayer [ Pinger ] Error pinging


server. Version:

2020-04-14 15:27:18 INFO com.miui.videoplayer [ HttpProxyByIdCacheServer ]


Proxy cache server started. Is it alive? false
2020-04-14 15:27:18 DEBUG com.miui.videoplayer [ ThreadPoolManager ]
initThreadPool index 0
2020-04-14 15:27:18 DEBUG com.miui.videoplayer
[ videocache:VideoCacheManager ] clearCache
2020-04-14 15:27:18 ERROR com.miui.videoplayer [ GlobalApplication ]
RxJavaErrorHandler:The exception was not handled due to missing onError handler in
the subscribe() method call. Further reading:
https://github.com/ReactiveX/RxJava/wiki/Error-Handling |
java.lang.IllegalStateException: Default FirebaseApp is not initialized in this
process com.miui.videoplayer:localservservice. Make sure to call
FirebaseApp.initializeApp(Context) first.

You might also like