The document contains log messages from a Xiaomi device finder app. It logs events like initializing the app, registering for push notifications, receiving commands and notifications, and errors encountered like not being able to start services when the app is in the background. The logs show the app successfully registering for notifications on startup and receiving commands to set accounts, but getting duplicate account errors.
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)
37 views84 pages
Loalakwjxhdjs
The document contains log messages from a Xiaomi device finder app. It logs events like initializing the app, registering for push notifications, receiving commands and notifications, and errors encountered like not being able to start services when the app is in the background. The logs show the app successfully registering for notifications on startup and receiving commands to set accounts, but getting duplicate account errors.
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/ 84
2020-12-15 10:11:55 am com.xiaomi.
finddevice [Thread:158] sdk_version = 3_7_2
2020-12-15 10:11:55 am com.xiaomi.finddevice [Thread:158] locale.default.country = GB 2020-12-15 10:11:55 am 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:1627) at android.app.ContextImpl.startService(ContextImpl.java:1582) 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-12-15 10:11:56 am com.xiaomi.finddevice [Thread:158] Don't send message before
initialization succeeded! 2020-12-15 10:11:56 am 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:1627) at android.app.ContextImpl.startService(ContextImpl.java:1582) 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)