chabok-io / chabok-client-android

Chabok Push Client for Android
https://doc.chabokpush.com/android/required.html
3 stars 3 forks source link

Cannot save device, Reason: Locked #9

Closed mojtabamalaekeh closed 4 years ago

mojtabamalaekeh commented 4 years ago

سلام. وقت به خیر.
بعد از اجرای اپلیکیشن، دستگاهی در بخش کاربران پنل چابک ثبت نمیشه (آمار نصب توی داشبورد هم خالیه).
از محیط سندباکس استفاده می‌کنم.
اینترنت دستگاه وصله.
روی شبیه‌ساز و گوشی واقعی، همین حالت پیش میاد و خطای یکسانی توی لاگ نمایش داده میشه که متنش رو کپی می‎‌کنم خدمتتون:

2020-08-09 11:34:43.592 5302-5489/ W/com.adpdigital.push.AdpPushClient: (CHABOK): Don't register in non-foreground mode!
2020-08-09 11:34:43.926 5302-5302/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 11:34:44.010 5302-5489/ I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-09 11:34:44.142 5302-5302/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 11:34:44.196 5302-5489/ W/com.adpdigital.push.AdpPushClient: (CHABOK): Chabok push notification has been disabled in configuration.
2020-08-09 11:34:44.223 5302-5302/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 11:34:44.611 5302-5512/ W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-09 11:34:44.625 5302-5512/ E/com.adpdigital.push.AdpPushClient: (CHABOK): Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)

کارهای مربوط به نصب کتابخانه در هر دو فایل بیلد گریدل رو مطمئنم که طبق مستندات انجام دادم و دو بار چک کردم. فایل جیسون سندباکس رو هم توی مسیر گفته شده کپی کردم. اما به مقداردهی اولیه شک دارم. به همین خاطر کدهای مربوطه رو کپی می‌کنم اینجا:

public class G extends MultiDexApplication {

    @Override
    protected void attachBaseContext(Context base) {
        super.attachBaseContext(base);
        MultiDex.install(this);
    }

    @Override
    public void onCreate() {
        super.onCreate();
        AdpPushClient.setApplicationContext(this);
        AdpPushClient.configureEnvironment(Environment.SANDBOX);
    }
}

فعلاً کاری به ترکر و پوش نداریم و فقط میخوام دستگاهم توی لیست کاربران بیاد.
حسابمون هنوز عملیاتی نشده.
نسخه‌ی چابک 3.3.1
از توجه شما مچکرم.

Husseinhj commented 4 years ago

لطفا کد زیر رو قبل از متد configureEnvironment قرار بدید و logهای مربوط به چابک رو برای ما ارسال بفرمایید

AdpPushClient.setLogLevel(LogLevel.VERBOSE);
mojtabamalaekeh commented 4 years ago

کاری که گفتین رو انجام دادم. البته لاگ رو با عبارت chabok فیلتر کردم.
اگه لازمه که بدون فیلتر بفرستم، بفرمایید تا کاملش رو بفرستم.

2020-08-09 12:36:54.593 7162-7162/ D/com.adpdigital.push.JZR: (CHABOK): -- Initialize sdk, Clear dirty event data status from storage
2020-08-09 12:36:54.609 7162-7162/ D/com.adpdigital.push.AdpPushClient: (CHABOK): -- Post Event REGISTERING
2020-08-09 12:36:54.764 7162-7162/ D/com.adpdigital.push.AdpPushClient: (CHABOK): Register already in progress for debbe69de0014811931327bf5cac61ca
2020-08-09 12:36:54.790 7162-7162/ D/com.adpdigital.push.PushService: (CHABOK): PushService action START
2020-08-09 12:36:54.816 7162-7162/ D/com.adpdigital.push.UYC: (CHABOK): Install Referrer read successfully. Closing connection
2020-08-09 12:36:54.820 7162-7162/ D/com.adpdigital.push.UYC: (CHABOK): Install Referrer API connection closed
2020-08-09 12:36:54.824 7162-7162/ D/com.adpdigital.push.PushService: (CHABOK): Creating Chabok PushService
2020-08-09 12:36:54.832 7162-7162/ D/com.adpdigital.push.HWU: (CHABOK): Creating PushServiceManager for debbe69de0014811931327bf5cac61ca
2020-08-09 12:36:54.846 7162-7162/ D/com.adpdigital.push.HWU: (CHABOK): Initializing new client
2020-08-09 12:36:54.857 7162-7162/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 12:36:54.859 7162-7162/ D/com.adpdigital.push.PushService: (CHABOK): service is not sticky
2020-08-09 12:36:54.866 7162-7247/ I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-09 12:36:54.870 7162-7247/ D/com.adpdigital.push.AdpPushClient: (CHABOK): registerInBackground called in `pool-16-thread-1` Thread (319)
2020-08-09 12:36:54.876 7162-7247/ D/com.adpdigital.push.UYC: (CHABOK): 

     ==================================== 

    Start getting AdvertisingId at 1596960414876

     ==================================== 
2020-08-09 12:36:54.934 7162-7162/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 12:36:54.978 7162-7247/ D/com.adpdigital.push.UYC: (CHABOK): 

     ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1596960414978

     ==================================== 
2020-08-09 12:36:54.993 7162-7247/ W/com.adpdigital.push.AdpPushClient: (CHABOK): Chabok push notification has been disabled in configuration.
2020-08-09 12:36:54.996 7162-7247/ D/com.adpdigital.push.AdpPushClient: (CHABOK): DeviceToken onEvent called in `pool-16-thread-1` Thread (319)
2020-08-09 12:36:55.008 7162-7247/ D/com.adpdigital.push.AdpPushClient: (CHABOK): on event DeviceToken disabled ?== disabled
2020-08-09 12:36:55.011 7162-7261/ D/com.adpdigital.push.AdpPushClient: (CHABOK): onEvent(DeviceToken).doInBackground()
2020-08-09 12:36:55.014 7162-7261/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _tokenLock acquired
2020-08-09 12:36:55.017 7162-7261/ D/com.adpdigital.push.AdpPushClient: (CHABOK): DeviceToken doInBackground called in `AsyncTask #1` Thread (329)
2020-08-09 12:36:55.022 7162-7261/ D/com.adpdigital.push.AdpPushClient: (CHABOK): token received from Firebase.getInstanceId() method
2020-08-09 12:36:55.033 7162-7261/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _tokenLock released
2020-08-09 12:36:55.039 7162-7162/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 12:36:55.053 7162-7262/ D/com.adpdigital.push.AdpPushClient: (CHABOK): saveInstallation.doInBackground()
2020-08-09 12:36:55.057 7162-7262/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLock acquired
2020-08-09 12:36:55.065 7162-7262/ D/com.adpdigital.push.AdpPushClient: (CHABOK): installation doInBackground called in `AsyncTask #2` Thread (330)
2020-08-09 12:36:55.089 7162-7262/ D/remoting.RestAdapter: (CHABOK): POST https://sandbox.push.adpdigital.com:443/api/installations
2020-08-09 12:36:55.093 7162-7262/ D/remoting.RestAdapter: (CHABOK): {"tokenStatus":"ALLOWED","appVersion":"3.3.1","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596711759610,"locale":"en_US","clientVersion":"10","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596711759585,"appId":"esarobu","appBundleId":"","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":null,"deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1596955658750,"deviceType":"android","launchCount":6,"realtime":false,"isProduction":true,"manufacturerId":"0664c1864aae433619699c69fd93cfd5","timeZone":"Asia\/Tehran","userId":"debbe69de0014811931327bf5cac61ca","gpsVersionFound":13280023,"deviceToken":"disabled","launchTime":1596960414764,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":true,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-09 12:36:55.099 7162-7262/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLatch await
2020-08-09 12:37:10.556 7162-7263/ D/remoting.RestAdapter: (CHABOK): RestAdapter onFailure called in `pool-23-thread-1` Thread (331)
2020-08-09 12:37:10.568 7162-7263/ W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-09 12:37:10.575 7162-7263/ D/com.adpdigital.push.AdpPushClient: (CHABOK): installation.save().onError()
2020-08-09 12:37:10.584 7162-7263/ D/com.adpdigital.push.AdpPushClient: (CHABOK): installation onError called in `pool-23-thread-1` Thread (331)
2020-08-09 12:37:10.589 7162-7263/ E/com.adpdigital.push.AdpPushClient: (CHABOK): Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-09 12:37:10.594 7162-7263/ D/com.adpdigital.push.JZR: (CHABOK): -- Couldn't append event data to installation:(
2020-08-09 12:37:10.596 7162-7263/ D/com.adpdigital.push.AdpPushClient: (CHABOK): retryRegistration with `32` seconds Backoff
2020-08-09 12:37:10.598 7162-7263/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLatch countdown
2020-08-09 12:37:10.600 7162-7262/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLock released

نتیجه توی شبیه‌ساز و گوشی مشابه بود. فقط توی گوشی، بین خط سوم و چهارم، یک پیام اضافه‌تر بود:

2020-08-09 12:43:35.177 10156-10156/ D/com.adpdigital.push.AdpPushClient: (CHABOK): -- Post Event REGISTERING
Husseinhj commented 4 years ago

@mojtabamalaekeh لطفا قابلیت notification رو در فایل کانفیگ مجددا فعال بفرمایید. برای شمارش حذف در ترکر نیاز به فعال بودن پوش‌نوتیفیکیشن هست

mojtabamalaekeh commented 4 years ago

فعال کردم:

2020-08-09 12:57:34.149 13073-13073/ D/com.adpdigital.push.JZR: (CHABOK): -- Initialize sdk, Clear dirty event data status from storage
2020-08-09 12:57:34.179 13073-13073/ D/com.adpdigital.push.AdpPushClient: (CHABOK): -- Post Event REGISTERING
2020-08-09 12:57:34.443 13073-13136/ W/com.adpdigital.push.AdpPushClient: (CHABOK): Don't register in non-foreground mode!
    ���.
2020-08-09 12:57:34.590 13073-13073/ D/com.adpdigital.push.AdpPushClient: (CHABOK): -- Post Event REGISTERING
2020-08-09 12:57:34.638 13073-13073/ D/com.adpdigital.push.PushService: (CHABOK): PushService action START
2020-08-09 12:57:34.692 13073-13073/ D/com.adpdigital.push.UYC: (CHABOK): Install Referrer read successfully. Closing connection
2020-08-09 12:57:34.702 13073-13073/ D/com.adpdigital.push.UYC: (CHABOK): Install Referrer API connection closed
2020-08-09 12:57:34.708 13073-13073/ D/com.adpdigital.push.PushService: (CHABOK): Creating Chabok PushService
2020-08-09 12:57:34.732 13073-13073/ D/com.adpdigital.push.HWU: (CHABOK): Creating PushServiceManager for 925a6e8811744067b1d656ef0757b987
2020-08-09 12:57:34.762 13073-13073/ D/com.adpdigital.push.HWU: (CHABOK): Initializing new client
2020-08-09 12:57:34.783 13073-13073/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 12:57:34.786 13073-13073/ D/com.adpdigital.push.PushService: (CHABOK): service is not sticky
2020-08-09 12:57:34.852 13073-13136/ I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-09 12:57:34.864 13073-13136/ D/com.adpdigital.push.AdpPushClient: (CHABOK): registerInBackground called in `pool-18-thread-1` Thread (33519)
2020-08-09 12:57:34.882 13073-13136/ D/com.adpdigital.push.UYC: (CHABOK): 

     ==================================== 

    Start getting AdvertisingId at 1596961654881

     ==================================== 
2020-08-09 12:57:35.004 13073-13073/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 12:57:35.057 13073-13136/ D/com.adpdigital.push.UYC: (CHABOK): 

     ==================================== 

    Get AdvertisingId = bc59eddd-9986-43f4-9280-6ac2243373c8 at 1596961655057

     ==================================== 
2020-08-09 12:57:35.060 13073-13136/ D/com.adpdigital.push.AdpPushClient: (CHABOK): registerInBackground...
2020-08-09 12:57:35.069 13073-13136/ D/com.adpdigital.push.AdpPushClient: (CHABOK): getToken called in `pool-18-thread-1` Thread (33519)
2020-08-09 12:57:35.083 13073-13073/ D/com.adpdigital.push.AdpPushClient: (CHABOK): DeviceToken onEvent called in `main` Thread (2)
2020-08-09 12:57:35.096 13073-13073/ D/com.adpdigital.push.AdpPushClient: (CHABOK): on event DeviceToken ew8U8bJjQI-vcO84rjOkuK:APA91bHQchq8_i1-U_YFxI2__antDCThVdHBuVrUYBPKBRJnMtl7ik-Nc3DekMY4Mi4csmNgQ8ylisWfXfm97Tvs-S1qDOruSQ0pG5xvcVSfsUqlnBgkbCWqx1DaHzsB0n5kvGUaFSv4 ?== ew8U8bJjQI-vcO84rjOkuK:APA91bHQchq8_i1-U_YFxI2__antDCThVdHBuVrUYBPKBRJnMtl7ik-Nc3DekMY4Mi4csmNgQ8ylisWfXfm97Tvs-S1qDOruSQ0pG5xvcVSfsUqlnBgkbCWqx1DaHzsB0n5kvGUaFSv4
2020-08-09 12:57:35.101 13073-13073/ D/com.adpdigital.push.AdpPushClient: (CHABOK): DeviceToken task is successful ~> ew8U8bJjQI-vcO84rjOkuK:APA91bHQchq8_i1-U_YFxI2__antDCThVdHBuVrUYBPKBRJnMtl7ik-Nc3DekMY4Mi4csmNgQ8ylisWfXfm97Tvs-S1qDOruSQ0pG5xvcVSfsUqlnBgkbCWqx1DaHzsB0n5kvGUaFSv4
2020-08-09 12:57:35.102 13073-13155/ D/com.adpdigital.push.AdpPushClient: (CHABOK): onEvent(DeviceToken).doInBackground()
2020-08-09 12:57:35.105 13073-13155/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _tokenLock acquired
2020-08-09 12:57:35.109 13073-13155/ D/com.adpdigital.push.AdpPushClient: (CHABOK): DeviceToken doInBackground called in `AsyncTask #1` Thread (33532)
2020-08-09 12:57:35.112 13073-13155/ D/com.adpdigital.push.AdpPushClient: (CHABOK): token received from Firebase.getInstanceId() method
2020-08-09 12:57:35.120 13073-13155/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _tokenLock released
2020-08-09 12:57:35.127 13073-13073/ I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-09 12:57:35.145 13073-13156/ D/com.adpdigital.push.AdpPushClient: (CHABOK): saveInstallation.doInBackground()
2020-08-09 12:57:35.148 13073-13156/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLock acquired
2020-08-09 12:57:35.159 13073-13156/ D/com.adpdigital.push.AdpPushClient: (CHABOK): installation doInBackground called in `AsyncTask #2` Thread (33533)
2020-08-09 12:57:35.212 13073-13156/ D/remoting.RestAdapter: (CHABOK): POST https://sandbox.push.adpdigital.com:443/api/installations
2020-08-09 12:57:35.219 13073-13156/ D/remoting.RestAdapter: (CHABOK): {"tokenStatus":"ALLOWED","appVersion":"3.3.1","subscriptions":["default"],"osBuild":"PKQ1.190319.001","isGuest":true,"refBeginTs":0,"registerTs":1596956489879,"locale":"en_GB","clientVersion":"10","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596956489803,"appId":"esarobu","appBundleId":"","tokenErr":null,"adIdEnabled":false,"connection":"4G","id":null,"deviceManufacturer":"Xiaomi","screenResolution":"720x1520","lastLaunchTime":1596961590782,"deviceType":"android","launchCount":7,"realtime":false,"isProduction":true,"manufacturerId":"1e00a7bef2aa91ae33e3003bb14690f4","timeZone":"Asia\/Tehran","userId":"925a6e8811744067b1d656ef0757b987","gpsVersionFound":202614029,"deviceToken":"ew8U8bJjQI-vcO84rjOkuK:APA91bHQchq8_i1-U_YFxI2__antDCThVdHBuVrUYBPKBRJnMtl7ik-Nc3DekMY4Mi4csmNgQ8ylisWfXfm97Tvs-S1qDOruSQ0pG5xvcVSfsUqlnBgkbCWqx1DaHzsB0n5kvGUaFSv4","launchTime":1596961654590,"referrer":"utm_source=google-play&utm_medium=organic","adId":"bc59eddd-9986-43f4-9280-6ac2243373c8","deviceModel":"Redmi 8","refClickTs":0,"newInstall":true,"uniqueId":"89aab50d063e0953","status":"Active"}
2020-08-09 12:57:35.224 13073-13156/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLatch await
    ���.
2020-08-09 12:57:42.079 13073-13157/ D/remoting.RestAdapter: (CHABOK): RestAdapter onFailure called in `pool-24-thread-1` Thread (33534)
2020-08-09 12:57:42.088 13073-13157/ W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-09 12:57:42.096 13073-13157/ D/com.adpdigital.push.AdpPushClient: (CHABOK): installation.save().onError()
2020-08-09 12:57:42.105 13073-13157/ D/com.adpdigital.push.AdpPushClient: (CHABOK): installation onError called in `pool-24-thread-1` Thread (33534)
2020-08-09 12:57:42.113 13073-13157/ E/com.adpdigital.push.AdpPushClient: (CHABOK): Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-09 12:57:42.122 13073-13157/ D/com.adpdigital.push.JZR: (CHABOK): -- Couldn't append event data to installation:(
2020-08-09 12:57:42.130 13073-13157/ D/com.adpdigital.push.AdpPushClient: (CHABOK): retryRegistration with `32` seconds Backoff
2020-08-09 12:57:42.136 13073-13157/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLatch countdown
2020-08-09 12:57:42.142 13073-13156/ D/com.adpdigital.push.AdpPushClient: (CHABOK): _installationLock released
    ���.
mojtabamalaekeh commented 4 years ago

سلام
پروژه‌ی chabok-starter-android-master رو دانلود و اجرا کردم. بدون مشکل اجرا میشه و بالای صفحه می‌نویسه Connected که یک دایره سبز هم کنارشه.
بعد بدون هیچ تغییری، فقط محتویات فایل Chabok.sandbox.json خودم رو جایگزین کردم و دوباره اجرا کردم. همون خطای Cannot save device, Reason: Locked رو میده و بالای صفحه با یک دایره‌ی قرمز می‌نویسه Disconnected.
نظری دارید؟

mojtabamalaekeh commented 4 years ago
2020-08-17 18:56:33.188 18435-18435/? I/.chabok.starte: Not late-enabling -Xcheck:jni (already on)
2020-08-17 18:56:33.198 18435-18435/? W/.chabok.starte: Unexpected CPU variant for X86 using defaults: x86_64
2020-08-17 18:56:33.238 18435-18435/com.adpdigital.chabok.starter I/.chabok.starte: The ClassLoaderContext is a special shared library.
2020-08-17 18:56:33.351 18435-18435/com.adpdigital.chabok.starter D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
2020-08-17 18:56:33.352 18435-18435/com.adpdigital.chabok.starter D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
2020-08-17 18:56:33.352 18435-18435/com.adpdigital.chabok.starter D/FirebaseApp: com.google.android.gms.measurement.AppMeasurement is not linked. Skipping initialization.
2020-08-17 18:56:33.352 18435-18435/com.adpdigital.chabok.starter I/FirebaseInitProvider: FirebaseApp initialization successful
2020-08-17 18:56:33.368 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Creating a new AdpPushClient instance
2020-08-17 18:56:33.397 18435-18435/com.adpdigital.chabok.starter D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2020-08-17 18:56:33.491 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.ForegroundManager: app foreground
2020-08-17 18:56:33.491 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Application Launch
2020-08-17 18:56:33.495 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: Register already in progress for 6c3f025b668445d095e11bc7f1862ef7
2020-08-17 18:56:33.498 18435-18435/com.adpdigital.chabok.starter D/Event: No subscribers registered for event class com.adpdigital.push.BadgeUpdate
2020-08-17 18:56:33.498 18435-18435/com.adpdigital.chabok.starter D/Event: No subscribers registered for event class XTU.AOP
2020-08-17 18:56:33.500 18435-18435/com.adpdigital.chabok.starter I/ShortcutBadger: Checking if platform supports badge counters, attempt 1/3.
2020-08-17 18:56:33.504 18435-18435/com.adpdigital.chabok.starter I/ShortcutBadger: Checking if platform supports badge counters, attempt 2/3.
2020-08-17 18:56:33.506 18435-18435/com.adpdigital.chabok.starter I/ShortcutBadger: Checking if platform supports badge counters, attempt 3/3.
2020-08-17 18:56:33.509 18435-18435/com.adpdigital.chabok.starter W/ShortcutBadger: Badge counter seems not supported for this platform: unable to resolve intent: Intent { act=android.intent.action.BADGE_COUNT_UPDATE (has extras) }
2020-08-17 18:56:33.510 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.PushService: PushService action START
2020-08-17 18:56:33.514 18435-18435/com.adpdigital.chabok.starter D/OpenGLRenderer: Skia GL Pipeline
2020-08-17 18:56:33.525 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP: Install Referrer read successfully. Closing connection
2020-08-17 18:56:33.528 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP: Install Referrer API connection closed
2020-08-17 18:56:33.531 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.PushService: Creating Chabok PushService
2020-08-17 18:56:33.539 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.RFF: Creating PushServiceManager for 6c3f025b668445d095e11bc7f1862ef7
2020-08-17 18:56:33.545 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.RFF: Cancel keepalive & release lock
2020-08-17 18:56:33.548 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.RFF: Canceling reconnect
2020-08-17 18:56:33.552 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.RFF: Initializing new client
2020-08-17 18:56:33.554 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.RFF: Broker Host ssl://sandbox.push.adpdigital.com:4443
2020-08-17 18:56:33.646 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.PushService: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ onStartCommand 0, 1
2020-08-17 18:56:33.648 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.PushService: PushService action START, foreground:true, screenOn:true
2020-08-17 18:56:33.650 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:56:33.652 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.PushService: service is not sticky
2020-08-17 18:56:33.673 18435-18469/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-17 18:56:33.680 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.RFF: Network available
2020-08-17 18:56:33.682 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:56:33.691 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Start getting AdvertisingId at 1597674393691

     ==================================== 
2020-08-17 18:56:33.708 18435-18471/com.adpdigital.chabok.starter I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
2020-08-17 18:56:33.708 18435-18471/com.adpdigital.chabok.starter I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2020-08-17 18:56:33.709 18435-18471/com.adpdigital.chabok.starter I/OpenGLRenderer: Initialized EGL, version 1.4
2020-08-17 18:56:33.709 18435-18471/com.adpdigital.chabok.starter D/OpenGLRenderer: Swap behavior 1
2020-08-17 18:56:33.709 18435-18471/com.adpdigital.chabok.starter W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2020-08-17 18:56:33.709 18435-18471/com.adpdigital.chabok.starter D/OpenGLRenderer: Swap behavior 0
2020-08-17 18:56:33.712 18435-18471/com.adpdigital.chabok.starter D/EGL_emulation: eglCreateContext: 0x7a6ab24fb440: maj 3 min 0 rcv 3
2020-08-17 18:56:33.722 18435-18471/com.adpdigital.chabok.starter D/EGL_emulation: eglMakeCurrent: 0x7a6ab24fb440: ver 3 0 (tinfo 0x7a6ab9ef3e80)
2020-08-17 18:56:33.731 18435-18471/com.adpdigital.chabok.starter D/EGL_emulation: eglMakeCurrent: 0x7a6ab24fb440: ver 3 0 (tinfo 0x7a6ab9ef3e80)
2020-08-17 18:56:33.800 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1597674393800

     ==================================== 
2020-08-17 18:56:33.810 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GOT DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb ?== dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:56:33.812 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GET DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:56:33.814 18435-18475/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Got token, now registering installation
2020-08-17 18:56:33.816 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:56:33.825 18435-18476/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Saving installation 5f3a9305ed1d0184b08fd708
2020-08-17 18:56:33.839 18435-18476/com.adpdigital.chabok.starter D/remoting.RestAdapter: PUT https://sandbox.push.adpdigital.com:443/api/installations/5f3a9305ed1d0184b08fd708
2020-08-17 18:56:33.842 18435-18476/com.adpdigital.chabok.starter D/remoting.RestAdapter: {"tokenStatus":"ALLOWED","appVersion":"3.0.0","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596698238522,"locale":"en_US","clientVersion":"3.3.0","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596698238385,"appId":"esarobu","appBundleId":"com.adpdigital.chabok.starter","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":"5f3a9305ed1d0184b08fd708","deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1597674351852,"deviceType":"android","launchCount":4,"userHash":null,"realtime":false,"defaultTracker":"8iFRmA","isProduction":true,"manufacturerId":"5e983bd4b4608e40b2ec266f591f81a3","timeZone":"Asia\/Tehran","userId":"6c3f025b668445d095e11bc7f1862ef7","gpsVersionFound":13280023,"deviceToken":"dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb","tags":["CHABOK_GUEST"],"launchTime":1597674393494,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","isLoggedIn":false,"deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":false,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-17 18:56:35.516 18435-18435/com.adpdigital.chabok.starter W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@1cac488
2020-08-17 18:56:35.573 18435-18435/com.adpdigital.chabok.starter W/.chabok.starte: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
2020-08-17 18:56:35.573 18435-18435/com.adpdigital.chabok.starter W/.chabok.starte: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
2020-08-17 18:56:35.632 18435-18435/com.adpdigital.chabok.starter D/deviceMan: Google
2020-08-17 18:56:35.633 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: Deeplink url is not vaild!!
2020-08-17 18:56:35.637 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.ForegroundManager: still foreground
2020-08-17 18:56:35.638 18435-18435/com.adpdigital.chabok.starter I/MainActivity_fetch: DISCONNECTED
2020-08-17 18:56:35.668 18435-18435/com.adpdigital.chabok.starter D/android.widget.GridLayout: horizontal constraints: x1-x0>=804, x2-x1>=288, x2-x0<=1080 are inconsistent; permanently removing: x2-x0<=1080. 
2020-08-17 18:56:35.670 18435-18435/com.adpdigital.chabok.starter D/android.widget.GridLayout: horizontal constraints: x1-x0>=264, x2-x1>=321, x3-x2>=292, x4-x3>=349, x4-x0<=1080 are inconsistent; permanently removing: x4-x0<=1080. 
2020-08-17 18:56:35.675 18435-18435/com.adpdigital.chabok.starter D/android.widget.GridLayout: horizontal constraints: x4-x0>=1080, x1-x0>=545, x2-x1>=595, x3-x2>=0, x4-x3>=0, x4-x0<=1080, x4-x0<=323 are inconsistent; permanently removing: x4-x0<=1080, x4-x0<=323. 
2020-08-17 18:56:35.676 18435-18435/com.adpdigital.chabok.starter D/android.widget.GridLayout: horizontal constraints: x4-x0>=1080, x1-x0>=483, x2-x1>=455, x3-x2>=0, x4-x0<=491 are inconsistent; permanently removing: x4-x0<=491. 
2020-08-17 18:56:35.738 18435-18471/com.adpdigital.chabok.starter D/EGL_emulation: eglMakeCurrent: 0x7a6ab24fb440: ver 3 0 (tinfo 0x7a6ab9ef3e80)
2020-08-17 18:56:35.844 18435-18477/com.adpdigital.chabok.starter W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-17 18:56:35.846 18435-18477/com.adpdigital.chabok.starter E/com.adpdigital.push.AdpPushClient: Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-17 18:56:35.847 18435-18477/com.adpdigital.chabok.starter D/com.adpdigital.push.GTE: -- Couldn't append event data to installation:(
2020-08-17 18:56:35.848 18435-18435/com.adpdigital.chabok.starter I/MainActivity: DISCONNECTED
2020-08-17 18:57:07.850 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: -- Post Event REGISTERING
2020-08-17 18:57:07.852 18435-18469/com.adpdigital.chabok.starter D/MainActivity: Protected grant needed ..........
2020-08-17 18:57:08.105 18435-18469/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-17 18:57:08.117 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Start getting AdvertisingId at 1597674428117

     ==================================== 
2020-08-17 18:57:08.143 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1597674428143

     ==================================== 
2020-08-17 18:57:08.151 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GOT DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb ?== dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:57:08.153 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GET DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:57:08.154 18435-18485/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Got token, now registering installation
2020-08-17 18:57:08.157 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:57:08.163 18435-18486/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Saving installation 5f3a9305ed1d0184b08fd708
2020-08-17 18:57:08.173 18435-18486/com.adpdigital.chabok.starter D/remoting.RestAdapter: PUT https://sandbox.push.adpdigital.com:443/api/installations/5f3a9305ed1d0184b08fd708
2020-08-17 18:57:08.175 18435-18486/com.adpdigital.chabok.starter D/remoting.RestAdapter: {"tokenStatus":"ALLOWED","appVersion":"3.0.0","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596698238522,"locale":"en_US","clientVersion":"3.3.0","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596698238385,"appId":"esarobu","appBundleId":"com.adpdigital.chabok.starter","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":"5f3a9305ed1d0184b08fd708","deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1597674351852,"deviceType":"android","launchCount":4,"userHash":null,"realtime":false,"defaultTracker":"8iFRmA","isProduction":true,"manufacturerId":"5e983bd4b4608e40b2ec266f591f81a3","timeZone":"Asia\/Tehran","userId":"6c3f025b668445d095e11bc7f1862ef7","gpsVersionFound":13280023,"deviceToken":"dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb","tags":["CHABOK_GUEST"],"launchTime":1597674393494,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","isLoggedIn":false,"deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":false,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-17 18:57:09.913 18435-18487/com.adpdigital.chabok.starter W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-17 18:57:09.915 18435-18487/com.adpdigital.chabok.starter E/com.adpdigital.push.AdpPushClient: Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-17 18:57:09.915 18435-18487/com.adpdigital.chabok.starter D/com.adpdigital.push.GTE: -- Couldn't append event data to installation:(
2020-08-17 18:57:09.915 18435-18435/com.adpdigital.chabok.starter I/MainActivity: DISCONNECTED
2020-08-17 18:57:41.917 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: -- Post Event REGISTERING
2020-08-17 18:57:41.925 18435-18469/com.adpdigital.chabok.starter D/MainActivity: Protected grant needed ..........
2020-08-17 18:57:42.184 18435-18469/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-17 18:57:42.206 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Start getting AdvertisingId at 1597674462206

     ==================================== 
2020-08-17 18:57:42.242 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1597674462242

     ==================================== 
2020-08-17 18:57:42.256 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GOT DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb ?== dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:57:42.260 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GET DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:57:42.260 18435-18494/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Got token, now registering installation
2020-08-17 18:57:42.264 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:57:42.273 18435-18495/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Saving installation 5f3a9305ed1d0184b08fd708
2020-08-17 18:57:42.285 18435-18495/com.adpdigital.chabok.starter D/remoting.RestAdapter: PUT https://sandbox.push.adpdigital.com:443/api/installations/5f3a9305ed1d0184b08fd708
2020-08-17 18:57:42.287 18435-18495/com.adpdigital.chabok.starter D/remoting.RestAdapter: {"tokenStatus":"ALLOWED","appVersion":"3.0.0","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596698238522,"locale":"en_US","clientVersion":"3.3.0","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596698238385,"appId":"esarobu","appBundleId":"com.adpdigital.chabok.starter","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":"5f3a9305ed1d0184b08fd708","deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1597674351852,"deviceType":"android","launchCount":4,"userHash":null,"realtime":false,"defaultTracker":"8iFRmA","isProduction":true,"manufacturerId":"5e983bd4b4608e40b2ec266f591f81a3","timeZone":"Asia\/Tehran","userId":"6c3f025b668445d095e11bc7f1862ef7","gpsVersionFound":13280023,"deviceToken":"dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb","tags":["CHABOK_GUEST"],"launchTime":1597674393494,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","isLoggedIn":false,"deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":false,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-17 18:57:44.280 18435-18496/com.adpdigital.chabok.starter W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-17 18:57:44.286 18435-18496/com.adpdigital.chabok.starter E/com.adpdigital.push.AdpPushClient: Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-17 18:57:44.286 18435-18496/com.adpdigital.chabok.starter D/com.adpdigital.push.GTE: -- Couldn't append event data to installation:(
2020-08-17 18:57:44.288 18435-18435/com.adpdigital.chabok.starter I/MainActivity: DISCONNECTED
2020-08-17 18:58:16.296 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: -- Post Event REGISTERING
2020-08-17 18:58:16.303 18435-18469/com.adpdigital.chabok.starter D/MainActivity: Protected grant needed ..........
2020-08-17 18:58:16.561 18435-18469/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-17 18:58:16.583 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Start getting AdvertisingId at 1597674496583

     ==================================== 
2020-08-17 18:58:16.619 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1597674496619

     ==================================== 
2020-08-17 18:58:16.630 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GOT DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb ?== dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:58:16.634 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GET DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:58:16.634 18435-18501/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Got token, now registering installation
2020-08-17 18:58:16.639 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:58:16.647 18435-18502/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Saving installation 5f3a9305ed1d0184b08fd708
2020-08-17 18:58:16.657 18435-18502/com.adpdigital.chabok.starter D/remoting.RestAdapter: PUT https://sandbox.push.adpdigital.com:443/api/installations/5f3a9305ed1d0184b08fd708
2020-08-17 18:58:16.660 18435-18502/com.adpdigital.chabok.starter D/remoting.RestAdapter: {"tokenStatus":"ALLOWED","appVersion":"3.0.0","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596698238522,"locale":"en_US","clientVersion":"3.3.0","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596698238385,"appId":"esarobu","appBundleId":"com.adpdigital.chabok.starter","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":"5f3a9305ed1d0184b08fd708","deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1597674351852,"deviceType":"android","launchCount":4,"userHash":null,"realtime":false,"defaultTracker":"8iFRmA","isProduction":true,"manufacturerId":"5e983bd4b4608e40b2ec266f591f81a3","timeZone":"Asia\/Tehran","userId":"6c3f025b668445d095e11bc7f1862ef7","gpsVersionFound":13280023,"deviceToken":"dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb","tags":["CHABOK_GUEST"],"launchTime":1597674393494,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","isLoggedIn":false,"deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":false,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-17 18:58:20.494 18435-18503/com.adpdigital.chabok.starter W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-17 18:58:20.502 18435-18503/com.adpdigital.chabok.starter E/com.adpdigital.push.AdpPushClient: Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-17 18:58:20.504 18435-18435/com.adpdigital.chabok.starter I/MainActivity: DISCONNECTED
2020-08-17 18:58:20.505 18435-18503/com.adpdigital.chabok.starter D/com.adpdigital.push.GTE: -- Couldn't append event data to installation:(
2020-08-17 18:58:52.512 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: -- Post Event REGISTERING
2020-08-17 18:58:52.519 18435-18469/com.adpdigital.chabok.starter D/MainActivity: Protected grant needed ..........
2020-08-17 18:58:52.778 18435-18469/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-17 18:58:52.790 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Start getting AdvertisingId at 1597674532790

     ==================================== 
2020-08-17 18:58:52.826 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1597674532825

     ==================================== 
2020-08-17 18:58:52.836 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GOT DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb ?== dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:58:52.840 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GET DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:58:52.840 18435-18511/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Got token, now registering installation
2020-08-17 18:58:52.845 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:58:52.853 18435-18512/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Saving installation 5f3a9305ed1d0184b08fd708
2020-08-17 18:58:52.863 18435-18512/com.adpdigital.chabok.starter D/remoting.RestAdapter: PUT https://sandbox.push.adpdigital.com:443/api/installations/5f3a9305ed1d0184b08fd708
2020-08-17 18:58:52.865 18435-18512/com.adpdigital.chabok.starter D/remoting.RestAdapter: {"tokenStatus":"ALLOWED","appVersion":"3.0.0","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596698238522,"locale":"en_US","clientVersion":"3.3.0","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596698238385,"appId":"esarobu","appBundleId":"com.adpdigital.chabok.starter","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":"5f3a9305ed1d0184b08fd708","deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1597674351852,"deviceType":"android","launchCount":4,"userHash":null,"realtime":false,"defaultTracker":"8iFRmA","isProduction":true,"manufacturerId":"5e983bd4b4608e40b2ec266f591f81a3","timeZone":"Asia\/Tehran","userId":"6c3f025b668445d095e11bc7f1862ef7","gpsVersionFound":13280023,"deviceToken":"dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb","tags":["CHABOK_GUEST"],"launchTime":1597674393494,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","isLoggedIn":false,"deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":false,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-17 18:58:54.904 18435-18513/com.adpdigital.chabok.starter W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-17 18:58:54.909 18435-18513/com.adpdigital.chabok.starter E/com.adpdigital.push.AdpPushClient: Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-17 18:58:54.910 18435-18513/com.adpdigital.chabok.starter D/com.adpdigital.push.GTE: -- Couldn't append event data to installation:(
2020-08-17 18:58:54.911 18435-18435/com.adpdigital.chabok.starter I/MainActivity: DISCONNECTED
2020-08-17 18:59:26.916 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: -- Post Event REGISTERING
2020-08-17 18:59:26.920 18435-18469/com.adpdigital.chabok.starter D/MainActivity: Protected grant needed ..........
2020-08-17 18:59:27.177 18435-18469/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-17 18:59:27.188 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Start getting AdvertisingId at 1597674567188

     ==================================== 
2020-08-17 18:59:27.211 18435-18444/com.adpdigital.chabok.starter W/System: A resource failed to call end. 
2020-08-17 18:59:27.214 18435-18444/com.adpdigital.chabok.starter I/chatty: uid=10089(com.adpdigital.chabok.starter) FinalizerDaemon identical 3 lines
2020-08-17 18:59:27.215 18435-18444/com.adpdigital.chabok.starter W/System: A resource failed to call end. 
2020-08-17 18:59:27.216 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1597674567216

     ==================================== 
2020-08-17 18:59:27.226 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GOT DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb ?== dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:59:27.229 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GET DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 18:59:27.230 18435-18518/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Got token, now registering installation
2020-08-17 18:59:27.232 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 18:59:27.239 18435-18519/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Saving installation 5f3a9305ed1d0184b08fd708
2020-08-17 18:59:27.245 18435-18519/com.adpdigital.chabok.starter D/remoting.RestAdapter: PUT https://sandbox.push.adpdigital.com:443/api/installations/5f3a9305ed1d0184b08fd708
2020-08-17 18:59:27.247 18435-18519/com.adpdigital.chabok.starter D/remoting.RestAdapter: {"tokenStatus":"ALLOWED","appVersion":"3.0.0","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596698238522,"locale":"en_US","clientVersion":"3.3.0","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596698238385,"appId":"esarobu","appBundleId":"com.adpdigital.chabok.starter","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":"5f3a9305ed1d0184b08fd708","deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1597674351852,"deviceType":"android","launchCount":4,"userHash":null,"realtime":false,"defaultTracker":"8iFRmA","isProduction":true,"manufacturerId":"5e983bd4b4608e40b2ec266f591f81a3","timeZone":"Asia\/Tehran","userId":"6c3f025b668445d095e11bc7f1862ef7","gpsVersionFound":13280023,"deviceToken":"dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb","tags":["CHABOK_GUEST"],"launchTime":1597674393494,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","isLoggedIn":false,"deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":false,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-17 18:59:37.280 18435-18520/com.adpdigital.chabok.starter W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-17 18:59:37.288 18435-18520/com.adpdigital.chabok.starter E/com.adpdigital.push.AdpPushClient: Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-17 18:59:37.289 18435-18520/com.adpdigital.chabok.starter D/com.adpdigital.push.GTE: -- Couldn't append event data to installation:(
2020-08-17 18:59:37.290 18435-18435/com.adpdigital.chabok.starter I/MainActivity: DISCONNECTED
2020-08-17 19:00:41.298 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: -- Post Event REGISTERING
2020-08-17 19:00:41.306 18435-18469/com.adpdigital.chabok.starter D/MainActivity: Protected grant needed ..........
2020-08-17 19:00:41.565 18435-18469/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Registering to Chabok, foreground:true
2020-08-17 19:00:41.588 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Start getting AdvertisingId at 1597674641588

     ==================================== 
2020-08-17 19:00:41.613 18435-18469/com.adpdigital.chabok.starter D/com.adpdigital.push.LPP:  ==================================== 

    Get AdvertisingId = 5505518b-36c2-4806-8740-8a0f043cbfc3 at 1597674641613

     ==================================== 
2020-08-17 19:00:41.630 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GOT DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb ?== dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 19:00:41.632 18435-18435/com.adpdigital.chabok.starter D/com.adpdigital.push.AdpPushClient: GET DeviceToken dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb
2020-08-17 19:00:41.634 18435-18530/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Got token, now registering installation
2020-08-17 19:00:41.637 18435-18435/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Chabok realtime is disabled. To enable set realtime in Chabok.sandbox.json file to true.
2020-08-17 19:00:41.643 18435-18531/com.adpdigital.chabok.starter I/com.adpdigital.push.AdpPushClient: Saving installation 5f3a9305ed1d0184b08fd708
2020-08-17 19:00:41.651 18435-18531/com.adpdigital.chabok.starter D/remoting.RestAdapter: PUT https://sandbox.push.adpdigital.com:443/api/installations/5f3a9305ed1d0184b08fd708
2020-08-17 19:00:41.658 18435-18531/com.adpdigital.chabok.starter D/remoting.RestAdapter: {"tokenStatus":"ALLOWED","appVersion":"3.0.0","subscriptions":["default"],"osBuild":"PSR1.180720.075","isGuest":true,"refBeginTs":0,"registerTs":1596698238522,"locale":"en_US","clientVersion":"3.3.0","deviceId":"unknown","launched":true,"installSource":"notSet","gpsVersionRequired":12451000,"osVersion":"9","installDate":1596698238385,"appId":"esarobu","appBundleId":"com.adpdigital.chabok.starter","tokenErr":null,"adIdEnabled":false,"connection":"WiFi","id":"5f3a9305ed1d0184b08fd708","deviceManufacturer":"Google","screenResolution":"1080x1920","lastLaunchTime":1597674351852,"deviceType":"android","launchCount":4,"userHash":null,"realtime":false,"defaultTracker":"8iFRmA","isProduction":true,"manufacturerId":"5e983bd4b4608e40b2ec266f591f81a3","timeZone":"Asia\/Tehran","userId":"6c3f025b668445d095e11bc7f1862ef7","gpsVersionFound":13280023,"deviceToken":"dbUrTwmuRUM:APA91bGGqItPBnFkEyKobJ1RqOEahFZYFdNDJHNZL-MbIZ9IZHXq6VJCgYfGTuM6t0njUqk5rBDltx8VysckjFRhdCTwd4x1LjYoTCddTqZtny1chwB-FDUNvIGAOhlrzEXDTdpmQ6jb","tags":["CHABOK_GUEST"],"launchTime":1597674393494,"referrer":"utm_source=google-play&utm_medium=organic","adId":"5505518b-36c2-4806-8740-8a0f043cbfc3","isLoggedIn":false,"deviceModel":"Android SDK built for x86_64","refClickTs":0,"newInstall":false,"uniqueId":"5f51e4d4fce955c1","status":"Active"}
2020-08-17 19:00:43.625 18435-18533/com.adpdigital.chabok.starter W/remoting.RestAdapter: (CHABOK): HTTP request (string) failed: org.apache.http.client.HttpResponseException: Locked
2020-08-17 19:00:43.635 18435-18533/com.adpdigital.chabok.starter E/com.adpdigital.push.AdpPushClient: Cannot save device, Reason: Locked
    org.apache.http.client.HttpResponseException: Locked
        at NZV.XTU.sendResponseMessage(SourceFile:440)
        at NZV.YCE.run(SourceFile:2078)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        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:764)
2020-08-17 19:00:43.636 18435-18533/com.adpdigital.chabok.starter D/com.adpdigital.push.GTE: -- Couldn't append event data to installation:(
2020-08-17 19:00:43.638 18435-18435/com.adpdigital.chabok.starter I/MainActivity: DISCONNECTED
Husseinhj commented 4 years ago

@mojtabamalaekeh حساب کاربری شما غیرفعال است. لطفا برای این موضوع با واحد فروش تماس بگیرید.