The log file contains messages from a Xiaomi device application attempting to initialize push notifications and handle messages from the Xiaomi push service. It records the application version, initialization steps including registering for push and handling messages. The application encountered issues starting the push service when the app was in the background. It also logged receiving empty messages that were dropped.
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 ratings0% found this document useful (0 votes)
150 views3 pages
Log 1
The log file contains messages from a Xiaomi device application attempting to initialize push notifications and handle messages from the Xiaomi push service. It records the application version, initialization steps including registering for push and handling messages. The application encountered issues starting the push service when the app was in the background. It also logged receiving empty messages that were dropped.
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/ 3
2020-09-21 20:13:07 pm com.xiaomi.
finddevice [Thread:208] sdk_version = 3_7_2
2020-09-21 20:13:07 pm com.xiaomi.finddevice [Thread:208] locale.default.country = GB 2020-09-21 20:13:07 pm com.xiaomi.finddevice java.lang.IllegalStateException: Not allowed to start service Intent { pkg=com.xiaomi.xmsf cmp=com.xiaomi.xmsf/com.xiaomi.push.service.XMPushService (has extras) }: app is in background uid null at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1626) at android.app.ContextImpl.startService(ContextImpl.java:1581) at android.content.ContextWrapper.startService(ContextWrapper.java:679) at com.xiaomi.mipush.sdk.PushServiceClient.startServiceSafely(PushServiceClient.java:6 83) at com.xiaomi.mipush.sdk.PushServiceClient.<init>(PushServiceClient.java:150) at com.xiaomi.mipush.sdk.PushServiceClient.getInstance(PushServiceClient.java:93) at com.xiaomi.mipush.sdk.MiPushClient.initialize(MiPushClient.java:417) at com.xiaomi.mipush.sdk.MiPushClient.access$100(MiPushClient.java:62) at com.xiaomi.mipush.sdk.MiPushClient$1.run(MiPushClient.java:169) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT hreadPoolExecutor.java:301) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919)
2020-09-21 20:13:07 pm com.xiaomi.finddevice [Thread:208] Don't send message before
initialization succeeded! 2020-09-21 20:13:07 pm com.xiaomi.finddevice java.lang.IllegalStateException: Not allowed to start service Intent { act=action_cr_config pkg=com.xiaomi.xmsf cmp=com.xiaomi.xmsf/com.xiaomi.push.service.XMPushService (has extras) }: app is in background uid null at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1626) at android.app.ContextImpl.startService(ContextImpl.java:1581) at android.content.ContextWrapper.startService(ContextWrapper.java:679) at com.xiaomi.mipush.sdk.PushServiceClient.startServiceSafely(PushServiceClient.java:6 83) at com.xiaomi.mipush.sdk.PushServiceClient.callService(PushServiceClient.java:702) at com.xiaomi.mipush.sdk.PushServiceClient.sendDataCommon(PushServiceClient.java:632) at com.xiaomi.mipush.sdk.ClientReportHelper.sendConfigInfo(ClientReportHelper.java:33) at com.xiaomi.mipush.sdk.MiPushClient.initEventPerfLogic(MiPushClient.java:1260) at com.xiaomi.mipush.sdk.MiPushClient.initialize(MiPushClient.java:428) at com.xiaomi.mipush.sdk.MiPushClient.access$100(MiPushClient.java:62) at com.xiaomi.mipush.sdk.MiPushClient$1.run(MiPushClient.java:169) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT hreadPoolExecutor.java:301) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919)