Android SyncAdapter:setDeviceApps错误

Android SyncAdapter:setDeviceApps错误,android,Android,我在logcat文件中连续多次出现此错误,是什么? 我的代码有问题吗 E/SyncAdapter: setDeviceApps ERROR <html> <head><title>503 Service Temporarily Unavailable</title></head> <body bgcolor="white"> <center><h1>503 Service Te

我在logcat文件中连续多次出现此错误,是什么? 我的代码有问题吗

E/SyncAdapter: setDeviceApps ERROR <html>
    <head><title>503 Service Temporarily Unavailable</title></head>
    <body bgcolor="white">
    <center><h1>503 Service Temporarily Unavailable</h1></center>
    <hr><center>nginx/1.10.0 (Ubuntu)</center>
    </body>
    </html>
E/SyncAdapter:setDeviceApps错误
503服务暂时不可用
503服务暂时不可用

nginx/1.10.0(Ubuntu)
您的应用程序无法连接到网络服务器Nginx。。。你的代码中没有问题我没有任何Nginx web服务器,我使用firebase和fabric进行分析,我的应用程序是否可能无法连接到两个应用程序中的一个?你如何知道此错误来自你的应用程序?如果你使用Firebase,你就不会有syncadapter。我的应用程序在logcat中过滤日志数据。好的,然后编辑你的问题以添加syncadapter代码