Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.09 KB | None | 0 0
  1. 11-22 09:05:00.133 31590-31590/com.getpure.pure I/art: Late-enabling -Xcheck:jni
  2. 11-22 09:05:00.152 31590-31590/com.getpure.pure D/TidaProvider: TidaProvider()
  3. 11-22 09:05:00.161 31590-31590/com.getpure.pure V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@d54de99
  4. 11-22 09:05:00.347 31590-31590/com.getpure.pure I/art: Starting a blocking GC AddRemoveAppImageSpace
  5. 11-22 09:05:00.363 31590-31590/com.getpure.pure W/System: ClassLoader referenced unknown path: /data/app/com.getpure.pure-1/lib/arm64
  6. 11-22 09:05:00.570 31590-31590/com.getpure.pure D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
  7. 11-22 09:05:00.572 31590-31590/com.getpure.pure D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
  8. 11-22 09:05:00.573 31590-31590/com.getpure.pure I/FirebaseInitProvider: FirebaseApp initialization successful
  9. 11-22 09:05:00.690 31590-31590/com.getpure.pure I/CrashlyticsCore: Initializing Crashlytics 2.6.4.27
  10. 11-22 09:05:01.067 31590-31617/com.getpure.pure I/FA: App measurement is starting up, version: 13001
  11. To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
  12. To enable faster debug mode event logging run:
  13. adb shell setprop debug.firebase.analytics.app com.getpure.pure
  14. 11-22 09:05:01.151 31590-31590/com.getpure.pure D/NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: true
  15. 11-22 09:05:01.179 31590-31632/com.getpure.pure D/Helpshift_CoreInternal: Helpshift install :
  16. Flavor : All
  17. Apikey : e35e7e1800d29a5483d48b50699bea6c
  18. Domain : soul-technologies.helpshift.com
  19. AppId : soul-technologies_platform_20180118151134385-4d70f7e3048a48d
  20. Config : {enableInboxPolling=true, enableInAppNotification=true, enableDefaultFallbackLanguage=false, campaignsNotificationChannelId=null, font=null, screenOrientation=1, supportNotificationChannelId=null, enableLogging=true, sdkType=android}
  21. Package Id : com.getpure.pure
  22. SDK version : 7.1.0
  23. OS version : 25
  24. Device : riva
  25. 11-22 09:05:01.191 31590-31590/com.getpure.pure D/AccessibilityManager: current package=com.getpure.pure, accessibility manager mIsFinalEnabled=false, mOptimizeEnabled=true, mIsUiAutomationEnabled=false, mIsInterestedPackage=false
  26. 11-22 09:05:01.267 31590-31590/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  27. 11-22 09:05:01.283 31590-31590/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  28. 11-22 09:05:01.375 31590-31643/com.getpure.pure I/System.out: unixtime: 1542866701
  29. 11-22 09:05:01.397 31590-31643/com.getpure.pure E/SoulTimberLogger: SoulSDK:Failed to generate authorization
  30. java.lang.IllegalArgumentException: Empty key
  31. at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:96)
  32. at okio.Buffer.hmac(Buffer.java:1653)
  33. at okio.Buffer.hmacSha256(Buffer.java:1642)
  34. at io.soulsdk.network.interceptors.AuthorizationInterceptor.hmacSha256Hex(AuthorizationInterceptor.java:93)
  35. at io.soulsdk.network.interceptors.AuthorizationInterceptor.getAuthorization(AuthorizationInterceptor.java:74)
  36. at io.soulsdk.network.interceptors.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:104)
  37. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  38. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  39. at io.soulsdk.network.interceptors.UserAgentInterceptor.intercept(UserAgentInterceptor.java:21)
  40. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  41. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  42. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  43. at okhttp3.RealCall.execute(RealCall.java:77)
  44. at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  45. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:40)
  46. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  47. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  48. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  49. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  50. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  51. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  52. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  53. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  54. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  55. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  56. at java.lang.Thread.run(Thread.java:760)
  57. 11-22 09:05:01.401 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me?v=1.0.0
  58. 11-22 09:05:01.406 31590-31644/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_switch_user
  59. 11-22 09:05:01.415 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  60. 11-22 09:05:01.416 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  61. 11-22 09:05:01.417 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac :1542866701:
  62. ContentValues:--> END GET
  63. 11-22 09:05:01.442 31590-31644/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_user
  64. Triggering sync for type : data_type_analytics_event
  65. 11-22 09:05:01.490 31590-31590/com.getpure.pure D/ActivityThreadInjector: clearCachedDrawables.
  66. 11-22 09:05:01.642 31590-31646/com.getpure.pure I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8937_64_LA.UM.5.5.R1__release_AU (I83a540a04a)
  67. OpenGL ES Shader Compiler Version: XE031.09.00.04
  68. Build Date: 09/18/17 Mon
  69. Local Branch:
  70. Remote Branch: quic/gfx-adreno.lnx.1.0.r5-rel
  71. Local Patches: NONE
  72. Reconstruct Branch: NOTHING
  73. 11-22 09:05:01.660 31590-31646/com.getpure.pure I/OpenGLRenderer: Initialized EGL, version 1.4
  74. 11-22 09:05:01.663 31590-31646/com.getpure.pure D/OpenGLRenderer: Swap behavior 1
  75. 11-22 09:05:01.667 31590-31646/com.getpure.pure W/Adreno-ES20: <get_gpu_clk:229>: open failed: errno 13
  76. 11-22 09:05:01.984 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 401 Unauthorized https://testing-api.soulplatform.com/me?v=1.0.0 (565ms)
  77. ContentValues:Server: nginx
  78. 11-22 09:05:01.985 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:05:02 GMT
  79. ContentValues:Content-Type: application/json
  80. 11-22 09:05:01.987 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 131
  81. 11-22 09:05:01.988 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  82. 11-22 09:05:01.989 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  83. 11-22 09:05:01.990 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  84. 11-22 09:05:02.014 31590-31644/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_device, Delay : 60000
  85. 11-22 09:05:02.015 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  86. 11-22 09:05:02.016 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  87. 11-22 09:05:02.022 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:
  88. 11-22 09:05:02.041 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:{"error": {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}}
  89. 11-22 09:05:02.048 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (131-byte body)
  90. 11-22 09:05:02.049 31590-31643/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource
  91. 11-22 09:05:02.079 31590-31643/com.getpure.pure E/TimberErrorInterceptor: Network error:
  92. text: wrong_auth_headers
  93. errorCode:401
  94. requestId:
  95. level:error
  96. method:GET
  97. requestUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  98. responseUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  99. parameters:
  100. responseBody: {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}
  101. 11-22 09:05:02.092 31590-31643/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  102. 11-22 09:05:02.099 31590-31670/com.getpure.pure I/System.out: unixtime: 1542866702
  103. 11-22 09:05:02.103 31590-31670/com.getpure.pure E/SoulTimberLogger: SoulSDK:Failed to generate authorization
  104. java.lang.IllegalArgumentException: Empty key
  105. at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:96)
  106. at okio.Buffer.hmac(Buffer.java:1653)
  107. at okio.Buffer.hmacSha256(Buffer.java:1642)
  108. at io.soulsdk.network.interceptors.AuthorizationInterceptor.hmacSha256Hex(AuthorizationInterceptor.java:93)
  109. at io.soulsdk.network.interceptors.AuthorizationInterceptor.getAuthorization(AuthorizationInterceptor.java:74)
  110. at io.soulsdk.network.interceptors.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:104)
  111. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  112. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  113. at io.soulsdk.network.interceptors.UserAgentInterceptor.intercept(UserAgentInterceptor.java:21)
  114. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  115. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  116. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  117. at okhttp3.RealCall.execute(RealCall.java:77)
  118. at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  119. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:40)
  120. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  121. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  122. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  123. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  124. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  125. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  126. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  127. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  128. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  129. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  130. at java.lang.Thread.run(Thread.java:760)
  131. 11-22 09:05:02.104 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me?v=1.0.0
  132. 11-22 09:05:02.111 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  133. 11-22 09:05:02.114 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  134. 11-22 09:05:02.115 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac :1542866702:
  135. ContentValues:--> END GET
  136. 11-22 09:05:02.179 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 401 Unauthorized https://testing-api.soulplatform.com/me?v=1.0.0 (62ms)
  137. 11-22 09:05:02.180 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  138. 11-22 09:05:02.181 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:05:02 GMT
  139. 11-22 09:05:02.182 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  140. 11-22 09:05:02.183 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 131
  141. 11-22 09:05:02.184 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  142. 11-22 09:05:02.186 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  143. 11-22 09:05:02.187 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  144. 11-22 09:05:02.188 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  145. ContentValues:Connection: keep-alive
  146. 11-22 09:05:02.190 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:
  147. 11-22 09:05:02.191 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:{"error": {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}}
  148. 11-22 09:05:02.193 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (131-byte body)
  149. 11-22 09:05:02.194 31590-31670/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource
  150. 11-22 09:05:02.201 31590-31670/com.getpure.pure E/TimberErrorInterceptor: Network error:
  151. text: wrong_auth_headers
  152. errorCode:401
  153. requestId:
  154. level:error
  155. method:GET
  156. requestUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  157. responseUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  158. parameters:
  159. responseBody: {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}
  160. 11-22 09:05:02.211 31590-31590/com.getpure.pure E/MainPresenter: com.soulplatform.pure.screen.main.domain.NoConsentException
  161. at com.soulplatform.pure.screen.main.domain.MainInteractor$tryLogin$1.apply(MainInteractor.kt:42)
  162. at com.soulplatform.pure.screen.main.domain.MainInteractor$tryLogin$1.apply(MainInteractor.kt:23)
  163. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:57)
  164. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:64)
  165. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver.onSuccess(SingleFlatMap.java:111)
  166. at io.reactivex.internal.observers.ResumeSingleObserver.onSuccess(ResumeSingleObserver.java:46)
  167. at io.reactivex.internal.operators.single.SingleOnErrorReturn$OnErrorReturn.onSuccess(SingleOnErrorReturn.java:82)
  168. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver.onSuccess(SingleFlatMap.java:111)
  169. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:64)
  170. at io.reactivex.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:56)
  171. at io.reactivex.Single.subscribe(Single.java:3433)
  172. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  173. at io.reactivex.Single.subscribe(Single.java:3433)
  174. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.onSuccess(SingleFlatMap.java:84)
  175. at io.reactivex.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:56)
  176. at io.reactivex.Single.subscribe(Single.java:3433)
  177. at io.reactivex.internal.operators.single.SingleFlatMap.subscribeActual(SingleFlatMap.java:36)
  178. at io.reactivex.Single.subscribe(Single.java:3433)
  179. at io.reactivex.internal.operators.single.SingleOnErrorReturn.subscribeActual(SingleOnErrorReturn.java:38)
  180. at io.reactivex.Single.subscribe(Single.java:3433)
  181. at io.reactivex.internal.operators.single.SingleResumeNext$ResumeMainSingleObserver.onError(SingleResumeNext.java:80)
  182. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onError(SingleMap.java:69)
  183. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onError(SingleMap.java:69)
  184. at hu.akarnokd.rxjava.interop.SingleV1ToSingleV2$SourceSingleSubscriber.onError(SingleV1ToSingleV2.java:60)
  185. at rx.internal.operators.OnSubscribeSingle$1.onError(OnSubscribeSingle.java:64)
  186. at rx.internal.operators.OperatorTake$1.onError(OperatorTake.java:66)
  187. at rx.internal.operators.OnSubscribeMap$MapSubscriber.onError(OnSubscribeMap.java:88)
  188. at rx.internal.operators.OnSubscribeMap$MapSubscriber.onError(OnSubscribeMap.java:88)
  189. 11-22 09:05:02.212 31590-31590/com.getpure.pure E/MainPresenter: at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:73)
  190. at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$4$1.onNext(OperatorOnErrorResumeNextViaFunction.java:118)
  191. at rx.internal.util.ScalarSynchronousObservable$WeakSingleProducer.request(ScalarSynchronousObservable.java:276)
  192. at rx.internal.producers.ProducerArbiter.setProducer(ProducerArbiter.java:126)
  193. at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$4$1.setProducer(OperatorOnErrorResumeNextViaFunction.java:130)
  194. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:138)
  195. at rx.internal.util.ScalarSynchronousObservable$JustOnSubscribe.call(ScalarSynchronousObservable.java:129)
  196. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  197. at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$4.onError(OperatorOnErrorResumeNextViaFunction.java:142)
  198. at rx.internal.operators.OperatorMerge$MergeSubscriber.reportError(OperatorMerge.java:266)
  199. at rx.internal.operators.OperatorMerge$MergeSubscriber.checkTerminate(OperatorMerge.java:818)
  200. at rx.internal.operators.OperatorMerge$MergeSubscriber.emitLoop(OperatorMerge.java:579)
  201. at rx.internal.operators.OperatorMerge$MergeSubscriber.emit(OperatorMerge.java:568)
  202. at rx.internal.operators.OperatorMerge$InnerSubscriber.onError(OperatorMerge.java:855)
  203. at rx.internal.operators.OnSubscribeThrow.call(OnSubscribeThrow.java:44)
  204. at rx.internal.operators.OnSubscribeThrow.call(OnSubscribeThrow.java:28)
  205. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  206. at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:248)
  207. at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:148)
  208. at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:77)
  209. at rx.internal.operators.OnSubscribeRedo$2$1.onNext(OnSubscribeRedo.java:244)
  210. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.onNext(OperatorSubscribeOn.java:74)
  211. at retrofit2.adapter.rxjava.CallArbiter.deliverResponse(CallArbiter.java:120)
  212. at retrofit2.adapter.rxjava.CallArbiter.emitResponse(CallArbiter.java:102)
  213. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:46)
  214. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  215. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  216. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  217. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  218. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  219. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  220. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  221. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  222. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  223. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  224. at java.lang.Thread.run(Thread.java:760)
  225. 11-22 09:05:02.261 31590-31590/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  226. 11-22 09:05:02.262 31590-31590/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  227. 11-22 09:05:02.263 31590-31590/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  228. 11-22 09:05:02.295 31590-31643/com.getpure.pure I/System.out: unixtime: 1542866702
  229. 11-22 09:05:02.296 31590-31670/com.getpure.pure I/System.out: unixtime: 1542866702
  230. 11-22 09:05:02.308 31590-31643/com.getpure.pure E/SoulTimberLogger: SoulSDK:Failed to generate authorization
  231. java.lang.IllegalArgumentException: Empty key
  232. at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:96)
  233. at okio.Buffer.hmac(Buffer.java:1653)
  234. at okio.Buffer.hmacSha256(Buffer.java:1642)
  235. at io.soulsdk.network.interceptors.AuthorizationInterceptor.hmacSha256Hex(AuthorizationInterceptor.java:93)
  236. at io.soulsdk.network.interceptors.AuthorizationInterceptor.getAuthorization(AuthorizationInterceptor.java:74)
  237. at io.soulsdk.network.interceptors.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:104)
  238. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  239. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  240. at io.soulsdk.network.interceptors.UserAgentInterceptor.intercept(UserAgentInterceptor.java:21)
  241. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  242. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  243. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  244. at okhttp3.RealCall.execute(RealCall.java:77)
  245. at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  246. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:40)
  247. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  248. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  249. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  250. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  251. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  252. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  253. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  254. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  255. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  256. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  257. at java.lang.Thread.run(Thread.java:760)
  258. 11-22 09:05:02.313 31590-31670/com.getpure.pure E/SoulTimberLogger: SoulSDK:Failed to generate authorization
  259. java.lang.IllegalArgumentException: Empty key
  260. at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:96)
  261. at okio.Buffer.hmac(Buffer.java:1653)
  262. at okio.Buffer.hmacSha256(Buffer.java:1642)
  263. at io.soulsdk.network.interceptors.AuthorizationInterceptor.hmacSha256Hex(AuthorizationInterceptor.java:93)
  264. at io.soulsdk.network.interceptors.AuthorizationInterceptor.getAuthorization(AuthorizationInterceptor.java:74)
  265. at io.soulsdk.network.interceptors.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:104)
  266. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  267. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  268. at io.soulsdk.network.interceptors.UserAgentInterceptor.intercept(UserAgentInterceptor.java:21)
  269. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  270. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  271. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  272. at okhttp3.RealCall.execute(RealCall.java:77)
  273. at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  274. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:40)
  275. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  276. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  277. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  278. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  279. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  280. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  281. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  282. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  283. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  284. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  285. at java.lang.Thread.run(Thread.java:760)
  286. 11-22 09:05:02.314 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me?v=1.0.0
  287. 11-22 09:05:02.315 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  288. ContentValues:cache-control: no-cache
  289. 11-22 09:05:02.316 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac :1542866702:
  290. ContentValues:--> END GET
  291. 11-22 09:05:02.319 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me?v=1.0.0
  292. 11-22 09:05:02.327 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  293. ContentValues:cache-control: no-cache
  294. 11-22 09:05:02.328 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac :1542866702:
  295. 11-22 09:05:02.329 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END GET
  296. 11-22 09:05:02.363 31590-31677/com.getpure.pure I/System.out: unixtime: 1542866702
  297. 11-22 09:05:02.363 31590-31632/com.getpure.pure D/Helpshift_WebSocketAuthDM: Fetching auth token
  298. 11-22 09:05:02.377 31590-31677/com.getpure.pure E/SoulTimberLogger: SoulSDK:Failed to generate authorization
  299. java.lang.IllegalArgumentException: Empty key
  300. at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:96)
  301. at okio.Buffer.hmac(Buffer.java:1653)
  302. at okio.Buffer.hmacSha256(Buffer.java:1642)
  303. at io.soulsdk.network.interceptors.AuthorizationInterceptor.hmacSha256Hex(AuthorizationInterceptor.java:93)
  304. at io.soulsdk.network.interceptors.AuthorizationInterceptor.getAuthorization(AuthorizationInterceptor.java:74)
  305. at io.soulsdk.network.interceptors.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:104)
  306. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  307. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  308. at io.soulsdk.network.interceptors.UserAgentInterceptor.intercept(UserAgentInterceptor.java:21)
  309. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  310. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  311. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  312. at okhttp3.RealCall.execute(RealCall.java:77)
  313. at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  314. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:40)
  315. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  316. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  317. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  318. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  319. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  320. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  321. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  322. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  323. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  324. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  325. at java.lang.Thread.run(Thread.java:760)
  326. 11-22 09:05:02.378 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me?v=1.0.0
  327. 11-22 09:05:02.379 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  328. 11-22 09:05:02.390 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 401 Unauthorized https://testing-api.soulplatform.com/me?v=1.0.0 (73ms)
  329. 11-22 09:05:02.391 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  330. 11-22 09:05:02.392 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:05:02 GMT
  331. 11-22 09:05:02.399 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  332. 11-22 09:05:02.400 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  333. 11-22 09:05:02.401 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 131
  334. 11-22 09:05:02.402 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  335. ContentValues:Access-Control-Allow-Origin: *
  336. 11-22 09:05:02.404 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac :1542866702:
  337. 11-22 09:05:02.407 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END GET
  338. 11-22 09:05:02.412 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  339. 11-22 09:05:02.413 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  340. ContentValues:Connection: keep-alive
  341. 11-22 09:05:02.414 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:
  342. 11-22 09:05:02.415 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:{"error": {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}}
  343. 11-22 09:05:02.416 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (131-byte body)
  344. 11-22 09:05:02.421 31590-31670/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource
  345. 11-22 09:05:02.438 31590-31675/com.getpure.pure D/Helpshift_ConvPoller: Listening for in-app conversation updates
  346. 11-22 09:05:02.444 31590-31670/com.getpure.pure E/TimberErrorInterceptor: Network error:
  347. text: wrong_auth_headers
  348. errorCode:401
  349. requestId:
  350. level:error
  351. method:GET
  352. requestUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  353. responseUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  354. parameters:
  355. responseBody: {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}
  356. 11-22 09:05:02.447 31590-31601/com.getpure.pure I/art: Background sticky concurrent mark sweep GC freed 62999(5MB) AllocSpace objects, 22(440KB) LOS objects, 39% free, 8MB/14MB, paused 6.701ms total 237.505ms
  357. 11-22 09:05:02.469 31590-31617/com.getpure.pure I/FA: Tag Manager is not found and thus will not be used
  358. 11-22 09:05:02.591 31590-31631/com.getpure.pure D/ApplicationLoaders: ignored Vulkan layer search path /data/app/com.google.android.gms-1/lib/arm64:/data/app/com.google.android.gms-1/base.apk!/lib/arm64-v8a for namespace 0x7fb12a1160
  359. 11-22 09:05:02.592 31590-31640/com.getpure.pure W/art: Long monitor contention with owner Crashlytics Exception Handler1 (31631) at java.lang.Object dalvik.system.DexFile.openDexFileNative(java.lang.String, java.lang.String, int, java.lang.ClassLoader, dalvik.system.DexPathList$Element[])(DexFile.java:-2) waiters=0 in java.lang.ClassLoader android.app.LoadedApk.getClassLoader() for 625ms
  360. 11-22 09:05:02.623 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 401 Unauthorized https://testing-api.soulplatform.com/me?v=1.0.0 (293ms)
  361. 11-22 09:05:02.624 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  362. ContentValues:Date: Thu, 22 Nov 2018 06:05:02 GMT
  363. 11-22 09:05:02.625 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  364. ContentValues:Content-Length: 131
  365. ContentValues:X-Frame-Options: SAMEORIGIN
  366. 11-22 09:05:02.628 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  367. 11-22 09:05:02.629 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  368. 11-22 09:05:02.630 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  369. ContentValues:Connection: keep-alive
  370. 11-22 09:05:02.663 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:
  371. 11-22 09:05:02.664 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:{"error": {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}}
  372. ContentValues:<-- END HTTP (131-byte body)
  373. 11-22 09:05:02.665 31590-31643/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource
  374. 11-22 09:05:02.671 31590-31643/com.getpure.pure E/TimberErrorInterceptor: Network error:
  375. text: wrong_auth_headers
  376. errorCode:401
  377. requestId:
  378. level:error
  379. method:GET
  380. requestUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  381. responseUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  382. parameters:
  383. responseBody: {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}
  384. 11-22 09:05:02.673 31590-31643/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  385. 11-22 09:05:02.676 31590-31670/com.getpure.pure I/System.out: unixtime: 1542866702
  386. 11-22 09:05:02.677 31590-31670/com.getpure.pure E/SoulTimberLogger: SoulSDK:Failed to generate authorization
  387. java.lang.IllegalArgumentException: Empty key
  388. at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:96)
  389. at okio.Buffer.hmac(Buffer.java:1653)
  390. at okio.Buffer.hmacSha256(Buffer.java:1642)
  391. at io.soulsdk.network.interceptors.AuthorizationInterceptor.hmacSha256Hex(AuthorizationInterceptor.java:93)
  392. at io.soulsdk.network.interceptors.AuthorizationInterceptor.getAuthorization(AuthorizationInterceptor.java:74)
  393. at io.soulsdk.network.interceptors.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:104)
  394. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  395. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  396. at io.soulsdk.network.interceptors.UserAgentInterceptor.intercept(UserAgentInterceptor.java:21)
  397. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  398. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  399. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  400. at okhttp3.RealCall.execute(RealCall.java:77)
  401. at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  402. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:40)
  403. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  404. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  405. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  406. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  407. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  408. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  409. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  410. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  411. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  412. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  413. at java.lang.Thread.run(Thread.java:760)
  414. 11-22 09:05:02.680 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me?v=1.0.0
  415. ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  416. 11-22 09:05:02.688 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  417. 11-22 09:05:02.689 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac :1542866702:
  418. 11-22 09:05:02.694 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END GET
  419. 11-22 09:05:02.708 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 401 Unauthorized https://testing-api.soulplatform.com/me?v=1.0.0 (300ms)
  420. 11-22 09:05:02.709 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  421. 11-22 09:05:02.710 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:05:02 GMT
  422. ContentValues:Content-Type: application/json
  423. 11-22 09:05:02.711 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 131
  424. 11-22 09:05:02.712 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  425. ContentValues:Access-Control-Allow-Origin: *
  426. 11-22 09:05:02.713 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  427. ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  428. 11-22 09:05:02.714 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  429. 11-22 09:05:02.745 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:
  430. 11-22 09:05:02.746 31590-31677/com.getpure.pure W/SoulTimberLogger: ContentValues:{"error": {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}}
  431. ContentValues:<-- END HTTP (131-byte body)
  432. 11-22 09:05:02.747 31590-31677/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource
  433. 11-22 09:05:02.754 31590-31677/com.getpure.pure E/TimberErrorInterceptor: Network error:
  434. text: wrong_auth_headers
  435. errorCode:401
  436. requestId:
  437. level:error
  438. method:GET
  439. requestUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  440. responseUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  441. parameters:
  442. responseBody: {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}
  443. 11-22 09:05:02.757 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 401 Unauthorized https://testing-api.soulplatform.com/me?v=1.0.0 (61ms)
  444. ContentValues:Server: nginx
  445. 11-22 09:05:02.761 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:05:02 GMT
  446. 11-22 09:05:02.762 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  447. ContentValues:Content-Length: 131
  448. 11-22 09:05:02.763 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  449. ContentValues:Access-Control-Allow-Origin: *
  450. 11-22 09:05:02.764 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  451. ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  452. 11-22 09:05:02.765 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  453. 11-22 09:05:02.767 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:
  454. 11-22 09:05:02.768 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:{"error": {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}}
  455. 11-22 09:05:02.769 31590-31670/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (131-byte body)
  456. 11-22 09:05:02.771 31590-31670/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource
  457. 11-22 09:05:02.785 31590-31670/com.getpure.pure E/TimberErrorInterceptor: Network error:
  458. text: wrong_auth_headers
  459. errorCode:401
  460. requestId:
  461. level:error
  462. method:GET
  463. requestUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  464. responseUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  465. parameters:
  466. responseBody: {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}
  467. 11-22 09:05:02.795 31590-31628/com.getpure.pure W/art: Long monitor contention with owner Crashlytics Exception Handler1 (31631) at io.fabric.sdk.android.services.common.AdvertisingInfoStrategy io.fabric.sdk.android.services.common.AdvertisingInfoProvider.getReflectionStrategy()(AdvertisingInfoProvider.java:103) waiters=0 in io.fabric.sdk.android.services.common.AdvertisingInfo io.fabric.sdk.android.services.common.IdManager.getAdvertisingInfo() for 1.862s
  468. 11-22 09:05:02.796 31590-31624/com.getpure.pure W/art: Long monitor contention with owner Crashlytics Exception Handler1 (31631) at io.fabric.sdk.android.services.common.AdvertisingInfoStrategy io.fabric.sdk.android.services.common.AdvertisingInfoProvider.getReflectionStrategy()(AdvertisingInfoProvider.java:103) waiters=1 in io.fabric.sdk.android.services.common.AdvertisingInfo io.fabric.sdk.android.services.common.IdManager.getAdvertisingInfo() for 1.777s
  469. 11-22 09:05:02.875 31590-31590/com.getpure.pure V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@81a566
  470. 11-22 09:05:02.876 31590-31590/com.getpure.pure V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@a7cb0a7
  471. 11-22 09:05:02.982 31590-31590/com.getpure.pure D/ApplicationLoaders: ignored Vulkan layer search path /data/app/com.android.chrome-1/lib/arm64:/data/app/com.android.chrome-1/base.apk!/lib/arm64-v8a for namespace 0x7fb12a11d0
  472. 11-22 09:05:02.989 31590-31590/com.getpure.pure I/WebViewFactory: Loading com.android.chrome version 70.0.3538.110 (code 353811052)
  473. 11-22 09:05:03.244 31590-31590/com.getpure.pure I/art: Rejecting re-init on previously-failed class java.lang.Class<uO>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/TracingController;
  474. at java.lang.Class java.lang.Class.classForName!(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
  475. at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:400)
  476. at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:349)
  477. at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:194)
  478. at android.webkit.WebViewFactoryProvider android.webkit.WebView.getFactory() (WebView.java:2347)
  479. at java.lang.String android.webkit.WebView.findAddress(java.lang.String) (WebView.java:1749)
  480. at void android.text.util.Linkify.gatherMapLinks(java.util.ArrayList, android.text.Spannable) (Linkify.java:551)
  481. at boolean android.text.util.Linkify.addLinks(android.text.Spannable, int) (Linkify.java:254)
  482. at void android.widget.TextView.setText(java.lang.CharSequence, android.widget.TextView$BufferType, boolean, int) (TextView.java:4423)
  483. at void android.widget.TextView.setText(java.lang.CharSequence, android.widget.TextView$BufferType) (TextView.java:4344)
  484. at void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int) (TextView.java:1442)
  485. at void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int) (TextView.java:704)
  486. at void android.support.v7.widget.AppCompatTextView.<init>(android.content.Context, android.util.AttributeSet, int) (AppCompatTextView.java:76)
  487. at void android.support.v7.widget.AppCompatTextView.<init>(android.content.Context, android.util.AttributeSet) (AppCompatTextView.java:72)
  488. at android.support.v7.widget.AppCompatTextView android.support.v7.app.AppCompatViewInflater.createTextView(android.content.Context, android.util.AttributeSet) (AppCompatViewInflater.java:176)
  489. at android.view.View android.support.v7.app.AppCompatViewInflater.createView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean, boolean, boolean, boolean) (AppCompatViewInflater.java:101)
  490. at android.view.View android.support.v7.app.AppCompatDelegateImplV9.createView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (AppCompatDelegateImplV9.java:1035)
  491. at android.view.View android.support.v7.app.AppCompatDelegateImplV9.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (AppCompatDelegateImplV9.java:1092)
  492. at android.view.View android.view.LayoutInflater$FactoryMerger.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:192)
  493. at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:794)
  494. at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
  495. at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
  496. at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
  497. at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:886)
  498. at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
  499. at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
  500. at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
  501. at android.view.View com.soulplatform.pure.screen.gdpr.ConsentFragment.onCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) (ConsentFragment.kt:38)
  502. at android.view.View android.support.v4.app.Fragment.performCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) (Fragment.java:2346)
  503. at void android.support.v4.app.FragmentManagerImpl.moveToState(android.support.v4.app.Fragment, int, int, int, boolean) (FragmentManager.java:1428)
  504. at void android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(android.support.v4.app.Fragment) (FragmentManager.java:1759)
  505. at void android.support.v4.app.FragmentManagerImpl.moveToState(int, boolean) (FragmentManager.java:1827)
  506. at void android.support.v4.app.BackStackRecord.executeOps() (BackStackRecord.java:797)
  507. at void android.support.v4.app.FragmentManagerImpl.executeOps(java.util.ArrayList, java.util.ArrayList, int, int) (FragmentManager.java:2596)
  508. at void android.support.v4.app.FragmentManagerImpl.executeOpsTogether(java.util.ArrayList, java.util.ArrayList, int, int) (FragmentManager.java:2383)
  509. at void android.support.v4.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(java.util.ArrayList, java.util.ArrayList) (FragmentManager.java:2338)
  510. at boolean android.support.v4.app.FragmentManagerImpl.execPendingActions() (FragmentManager.java:2245)
  511. at void android.support.v4.app.FragmentManagerImpl$1.run() (FragmentManager.java:703)
  512. at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:754)
  513. at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:95)
  514. at void android.os.Looper.loop() (Looper.java:163)
  515. at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6205)
  516. at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
  517. at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:904)
  518. at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:794)
  519. Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.TracingController" on path: DexPathList[[zip file "/data/app/com.android.chrome-1/base.apk"],nativeLibraryDirectories=[/data/app/com.android.chrome-1/lib/arm64, /data/app/com.android.chrome-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
  520. at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
  521. at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
  522. at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  523. at java.lang.Class java.lang.Class.classForName!(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
  524. 11-22 09:05:03.245 31590-31590/com.getpure.pure I/art: at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:400)
  525. at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:349)
  526. at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:194)
  527. at android.webkit.WebViewFactoryProvider android.webkit.WebView.getFactory() (WebView.java:2347)
  528. at java.lang.String android.webkit.WebView.findAddress(java.lang.String) (WebView.java:1749)
  529. at void android.text.util.Linkify.gatherMapLinks(java.util.ArrayList, android.text.Spannable) (Linkify.java:551)
  530. at boolean android.text.util.Linkify.addLinks(android.text.Spannable, int) (Linkify.java:254)
  531. at void android.widget.TextView.setText(java.lang.CharSequence, android.widget.TextView$BufferType, boolean, int) (TextView.java:4423)
  532. at void android.widget.TextView.setText(java.lang.CharSequence, android.widget.TextView$BufferType) (TextView.java:4344)
  533. at void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int) (TextView.java:1442)
  534. at void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int) (TextView.java:704)
  535. at void android.support.v7.widget.AppCompatTextView.<init>(android.content.Context, android.util.AttributeSet, int) (AppCompatTextView.java:76)
  536. at void android.support.v7.widget.AppCompatTextView.<init>(android.content.Context, android.util.AttributeSet) (AppCompatTextView.java:72)
  537. at android.support.v7.widget.AppCompatTextView android.support.v7.app.AppCompatViewInflater.createTextView(android.content.Context, android.util.AttributeSet) (AppCompatViewInflater.java:176)
  538. at android.view.View android.support.v7.app.AppCompatViewInflater.createView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean, boolean, boolean, boolean) (AppCompatViewInflater.java:101)
  539. at android.view.View android.support.v7.app.AppCompatDelegateImplV9.createView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (AppCompatDelegateImplV9.java:1035)
  540. at android.view.View android.support.v7.app.AppCompatDelegateImplV9.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (AppCompatDelegateImplV9.java:1092)
  541. at android.view.View android.view.LayoutInflater$FactoryMerger.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:192)
  542. at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:794)
  543. at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
  544. at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
  545. at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
  546. at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:886)
  547. at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
  548. at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
  549. at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
  550. at android.view.View com.soulplatform.pure.screen.gdpr.ConsentFragment.onCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) (ConsentFragment.kt:38)
  551. at android.view.View android.support.v4.app.Fragment.performCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) (Fragment.java:2346)
  552. at void android.support.v4.app.FragmentManagerImpl.moveToState(android.support.v4.app.Fragment, int, int, int, boolean) (FragmentManager.java:1428)
  553. at void android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(android.support.v4.app.Fragment) (FragmentManager.java:1759)
  554. at void android.support.v4.app.FragmentManagerImpl.moveToState(int, boolean) (FragmentManager.java:1827)
  555. at void android.support.v4.app.BackStackRecord.executeOps() (BackStackRecord.java:797)
  556. at void android.support.v4.app.FragmentManagerImpl.executeOps(java.util.ArrayList, java.util.ArrayList, int, int) (FragmentManager.java:2596)
  557. 11-22 09:05:03.246 31590-31590/com.getpure.pure I/art: at void android.support.v4.app.FragmentManagerImpl.executeOpsTogether(java.util.ArrayList, java.util.ArrayList, int, int) (FragmentManager.java:2383)
  558. at void android.support.v4.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(java.util.ArrayList, java.util.ArrayList) (FragmentManager.java:2338)
  559. at boolean android.support.v4.app.FragmentManagerImpl.execPendingActions() (FragmentManager.java:2245)
  560. at void android.support.v4.app.FragmentManagerImpl$1.run() (FragmentManager.java:703)
  561. at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:754)
  562. at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:95)
  563. at void android.os.Looper.loop() (Looper.java:163)
  564. at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6205)
  565. at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
  566. at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:904)
  567. at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:794)
  568. 11-22 09:05:03.313 31590-31590/com.getpure.pure I/cr_LibraryLoader: Time to load native libraries: 7 ms (timestamps 3696-3703)
  569. 11-22 09:05:03.340 31590-31632/com.getpure.pure D/Helpshift_WebSocketAuthDM: Auth token fetch successful
  570. 11-22 09:05:03.341 31590-31689/com.getpure.pure W/System: ClassLoader referenced unknown path:
  571. 11-22 09:05:03.344 31590-31689/com.getpure.pure D/ApplicationLoaders: ignored Vulkan layer search path /data/app/com.android.chrome-1/lib/arm64:/data/app/com.android.chrome-1/base.apk!/lib/arm64-v8a for namespace 0x7fb12a1240
  572. 11-22 09:05:03.356 31590-31590/com.getpure.pure I/chromium: [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0
  573. 11-22 09:05:03.357 31590-31590/com.getpure.pure I/cr_LibraryLoader: Expected native library version number "70.0.3538.110", actual native library version number "70.0.3538.110"
  574. 11-22 09:05:03.440 31590-31674/com.getpure.pure D/Helpshift_SDKConfigDM: SDK config data updated successfully
  575. 11-22 09:05:03.479 31590-31590/com.getpure.pure I/cr_BrowserStartup: Initializing chromium process, singleProcess=true
  576. 11-22 09:05:03.490 31590-31678/com.getpure.pure D/Helpshift_HTTPTrnsport: Api : https://soul-technologies.helpshift.com/api/lib/3/messages/ Status : 404 Thread : HS-core-p-t-4
  577. 11-22 09:05:03.491 31590-31590/com.getpure.pure W/ResourceType: For resource 0x7f1204f5, entry index(1269) is beyond type entryCount(3)
  578. Failure getting entry for 0x7f1204f5 (t=17 e=1269) (error -75)
  579. 11-22 09:05:03.527 31590-31675/com.getpure.pure W/art: Long monitor contention with owner HS-core-p-t-4 (31678) at void android.database.sqlite.SQLiteConnection.nativeExecute(long, long)(SQLiteConnection.java:-2) waiters=0 in int com.helpshift.conversation.domainmodel.ConversationInboxDM.fetchConversationUpdates() for 993ms
  580. 11-22 09:05:03.542 31590-31674/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  581. Stopped listening for in-app conversation updates
  582. 11-22 09:05:03.575 31590-31678/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  583. 11-22 09:05:03.578 31590-31671/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  584. 11-22 09:05:03.777 31590-31675/com.getpure.pure D/Helpshift_HTTPTrnsport: Api : https://soul-technologies.helpshift.com/api/lib/3/messages/ Status : 404 Thread : HS-core-p-t-2
  585. 11-22 09:05:03.778 31590-31680/com.getpure.pure W/art: Long monitor contention with owner HS-core-p-t-4 (31678) at void android.database.sqlite.SQLiteConnection.nativeExecute(long, long)(SQLiteConnection.java:-2) waiters=1 in int com.helpshift.conversation.domainmodel.ConversationInboxDM.fetchConversationUpdates() for 1.238s
  586. 11-22 09:05:03.780 31590-31671/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  587. 11-22 09:05:03.972 31590-31601/com.getpure.pure W/art: Suspending all threads took: 5.474ms
  588. 11-22 09:05:04.020 31590-31601/com.getpure.pure I/art: Background partial concurrent mark sweep GC freed 66961(4MB) AllocSpace objects, 28(588KB) LOS objects, 47% free, 8MB/16MB, paused 9.447ms total 320.585ms
  589. 11-22 09:05:04.124 31590-31680/com.getpure.pure D/Helpshift_HTTPTrnsport: Api : https://soul-technologies.helpshift.com/api/lib/3/messages/ Status : 404 Thread : HS-core-p-t-5
  590. 11-22 09:05:04.484 31590-31590/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  591. 11-22 09:05:04.487 31590-31643/com.getpure.pure I/System.out: unixtime: 1542866704
  592. 11-22 09:05:04.488 31590-31643/com.getpure.pure E/SoulTimberLogger: SoulSDK:Failed to generate authorization
  593. java.lang.IllegalArgumentException: Empty key
  594. at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:96)
  595. at okio.Buffer.hmac(Buffer.java:1653)
  596. at okio.Buffer.hmacSha256(Buffer.java:1642)
  597. at io.soulsdk.network.interceptors.AuthorizationInterceptor.hmacSha256Hex(AuthorizationInterceptor.java:93)
  598. at io.soulsdk.network.interceptors.AuthorizationInterceptor.getAuthorization(AuthorizationInterceptor.java:74)
  599. at io.soulsdk.network.interceptors.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:104)
  600. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  601. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  602. at io.soulsdk.network.interceptors.UserAgentInterceptor.intercept(UserAgentInterceptor.java:21)
  603. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  604. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  605. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  606. at okhttp3.RealCall.execute(RealCall.java:77)
  607. at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  608. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:40)
  609. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  610. at rx.Observable.unsafeSubscribe(Observable.java:10327)
  611. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  612. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  613. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  614. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  615. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  616. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  617. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  618. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  619. at java.lang.Thread.run(Thread.java:760)
  620. 11-22 09:05:04.490 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me?v=1.0.0
  621. ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  622. 11-22 09:05:04.491 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  623. ContentValues:Authorization: hmac :1542866704:
  624. 11-22 09:05:04.492 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END GET
  625. 11-22 09:05:04.555 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 401 Unauthorized https://testing-api.soulplatform.com/me?v=1.0.0 (62ms)
  626. 11-22 09:05:04.556 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  627. ContentValues:Date: Thu, 22 Nov 2018 06:05:04 GMT
  628. 11-22 09:05:04.557 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  629. ContentValues:Content-Length: 131
  630. 11-22 09:05:04.558 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  631. ContentValues:Access-Control-Allow-Origin: *
  632. 11-22 09:05:04.559 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  633. 11-22 09:05:04.561 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  634. 11-22 09:05:04.574 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  635. 11-22 09:05:04.576 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:
  636. 11-22 09:05:04.577 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:{"error": {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}}
  637. 11-22 09:05:04.578 31590-31643/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (131-byte body)
  638. 11-22 09:05:04.582 31590-31643/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource
  639. 11-22 09:05:04.601 31590-31643/com.getpure.pure E/TimberErrorInterceptor: Network error:
  640. text: wrong_auth_headers
  641. errorCode:401
  642. requestId:
  643. level:error
  644. method:GET
  645. requestUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  646. responseUrl:https://testing-api.soulplatform.com/me?v=1.0.0
  647. parameters:
  648. responseBody: {"developerMessage": "Wrong auth headers", "alias": "wrong_auth_headers", "code": 5, "userMessage": "Permission denied"}
  649. 11-22 09:05:04.775 31590-31702/com.getpure.pure W/cr_CrashFileManager: /data/user/0/com.getpure.pure/cache/WebView/Crash Reports does not exist or is not a directory
  650. 11-22 09:05:05.114 31590-31735/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:SoulCurrentUser: CurrentUser is not cached
  651. 11-22 09:05:05.127 31590-31735/com.getpure.pure E/FcmTokenWorker: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String io.soulsdk.model.dto.User.getId()' on a null object reference
  652. at io.soulsdk.sdk.SoulCommunication.getChatsHelper(SoulCommunication.java:53)
  653. at io.soulsdk.sdk.SoulCommunication.connectToFcm(SoulCommunication.java:171)
  654. at com.soulplatform.pure.app.notifications.FcmTokenWorker.doWork(FcmTokenWorker.kt:41)
  655. at androidx.work.Worker$1.run(Worker.java:57)
  656. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  657. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  658. at java.lang.Thread.run(Thread.java:760)
  659. 11-22 09:05:05.135 31590-31619/com.getpure.pure I/WorkerWrapper: Worker result FAILURE for Work [ id=ce4a025a-e469-4247-bbc8-db63127590a8, tags={ com.soulplatform.pure.app.notifications.FcmTokenWorker } ]
  660. 11-22 09:06:02.097 31590-31665/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_device
  661. 11-22 09:06:02.098 31590-31665/com.getpure.pure D/Helpshift_SyncControl: Dispatching sync for type :data_type_device, isFullSync : true
  662. 11-22 09:06:02.110 31590-31665/com.getpure.pure D/Helpshift_DPNetwork: Full sync device properties
  663. 11-22 09:06:02.361 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Data sync complete : data_type_device, Full sync : true
  664. 11-22 09:06:02.427 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_user
  665. 11-22 09:06:02.444 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Dispatching sync for type :data_type_user, isFullSync : true
  666. 11-22 09:06:02.446 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_switch_user
  667. Dispatching sync for type :data_type_switch_user, isFullSync : false
  668. 11-22 09:06:02.448 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_analytics_event
  669. Dispatching sync for type :data_type_analytics_event, isFullSync : false
  670. 11-22 09:06:02.450 31590-31659/com.getpure.pure D/Helpshift_SUControl: Switch user done : Id : b6fa052f-acc1-4823-8c50-6ca5e7c7c7f7
  671. 11-22 09:06:02.479 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_user
  672. Dispatching sync for type :data_type_user, isFullSync : true
  673. 11-22 09:06:02.482 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_analytics_event
  674. Dispatching sync for type :data_type_analytics_event, isFullSync : false
  675. 11-22 09:10:00.228 31590-31632/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  676. 11-22 09:10:00.282 31590-31652/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_session, Delay : 60000
  677. 11-22 09:10:00.302 31590-31963/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_switch_user
  678. Triggering sync for type : data_type_device
  679. 11-22 09:10:00.303 31590-31963/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_user
  680. 11-22 09:10:00.304 31590-31963/com.getpure.pure D/Helpshift_SyncControl: Dispatching sync for type :data_type_user, isFullSync : true
  681. 11-22 09:10:00.306 31590-31963/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_session
  682. Dispatching sync for type :data_type_session, isFullSync : false
  683. 11-22 09:10:00.323 31590-31963/com.getpure.pure D/Helpshift_SessionNtwrk: Syncing sessions
  684. 11-22 09:10:00.324 31590-31963/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_analytics_event
  685. 11-22 09:10:01.375 31590-31652/com.getpure.pure D/Helpshift_SyncControl: Data sync complete : data_type_session, Full sync : false
  686. 11-22 09:10:20.598 31590-31963/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_switch_user
  687. Triggering sync for type : data_type_user
  688. Dispatching sync for type :data_type_user, isFullSync : true
  689. 11-22 09:10:20.601 31590-31963/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_analytics_event
  690. 11-22 09:10:21.410 31590-31964/com.getpure.pure D/Helpshift_HTTPTrnsport: Api : https://soul-technologies.helpshift.com/api/lib/3/config/?signature=9686047c62e75e025f312596271e6f1e11c4a7c20d242d0695ab75e3c62f8e67&did=4ef6a662-f27e-4ef9-8904-0e9ffbee0922&platform-id=soul-technologies_platform_20180118151134385-4d70f7e3048a48d&uid=hsft_anon_20181122090502129-5nexczu6nh05sow&timestamp=1542867020.000&sm=%7B%22rs%22%3Atrue%2C%22fp%22%3Atrue%2C%22cb%22%3Atrue%2C%22ia%22%3Atrue%2C%22clc%22%3Atrue%2C%22atai_v2%22%3Atrue%7D Status : 304 Thread : HS-core-p-t-6
  691. 11-22 09:10:21.410 31590-31964/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  692. 11-22 09:10:27.949 31590-31590/com.getpure.pure V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@a5483a6
  693. 11-22 09:10:29.886 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/application/features?v=1.0.0&apiKey=c0da62f00834a9f296268672bf49f5c8&anonymousUser=b7cf34a7-e329-41f2-abd6-714a0361f786
  694. 11-22 09:10:29.887 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  695. ContentValues:cache-control: no-cache
  696. 11-22 09:10:29.893 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END GET
  697. 11-22 09:10:30.317 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/application/features?v=1.0.0&apiKey=c0da62f00834a9f296268672bf49f5c8&anonymousUser=b7cf34a7-e329-41f2-abd6-714a0361f786 (423ms)
  698. 11-22 09:10:30.318 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  699. ContentValues:Date: Thu, 22 Nov 2018 06:10:30 GMT
  700. 11-22 09:10:30.319 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  701. 11-22 09:10:30.320 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 531
  702. ContentValues:X-Frame-Options: SAMEORIGIN
  703. 11-22 09:10:30.321 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Expires: Thu, 22 Nov 2018 06:10:29 GMT
  704. ContentValues:Cache-Control: no-cache
  705. 11-22 09:10:30.323 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  706. 11-22 09:10:30.327 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  707. 11-22 09:10:30.330 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  708. 11-22 09:10:30.331 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  709. 11-22 09:10:30.332 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:
  710. 11-22 09:10:30.334 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:{"additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867030.5358, "clientCityName": "Lipetsk"}, "features": {"immediately_ladies_request": {"ladies_first": false}, "sentry": {"enabled": true}, "audio_call": {"gender_combo": ["F_M", "M_F"], "enabled": false}, "king_of_the_hill": {"enabled": true}, "paygate_variant": "current", "chainReaction": {"chainReactionEnabled": false}, "purchase_proposal": {"purchase_proposal": true}, "review_request": {"enabled": true}, "email_auth": {"enabled": true}}}
  711. 11-22 09:10:30.335 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (531-byte body)
  712. 11-22 09:10:34.354 31590-31601/com.getpure.pure I/art: Background sticky concurrent mark sweep GC freed 60563(3MB) AllocSpace objects, 24(596KB) LOS objects, 28% free, 11MB/16MB, paused 2.826ms total 100.241ms
  713. 11-22 09:10:50.301 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> POST https://testing-api.soulplatform.com/auth/emailcode/request?v=1.0.0
  714. 11-22 09:10:50.302 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json; charset=UTF-8
  715. ContentValues:Content-Length: 76
  716. 11-22 09:10:50.303 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  717. ContentValues:cache-control: no-cache
  718. 11-22 09:10:50.304 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:
  719. 11-22 09:10:50.305 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:{"apiKey":"c0da62f00834a9f296268672bf49f5c8","email":"naumov.a.p@gmail.com"}
  720. 11-22 09:10:50.306 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END POST (76-byte body)
  721. 11-22 09:10:50.398 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 202 Accepted https://testing-api.soulplatform.com/auth/emailcode/request?v=1.0.0 (92ms)
  722. 11-22 09:10:50.399 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  723. 11-22 09:10:50.400 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:10:50 GMT
  724. ContentValues:Content-Type: application/json
  725. 11-22 09:10:50.402 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 169
  726. ContentValues:X-Frame-Options: SAMEORIGIN
  727. 11-22 09:10:50.403 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  728. 11-22 09:10:50.404 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  729. ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  730. 11-22 09:10:50.405 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  731. 11-22 09:10:50.413 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:
  732. ContentValues:{"status": "accepted", "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867050.619597, "clientCityName": "Lipetsk"}, "providerId": 5}
  733. 11-22 09:10:50.414 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (169-byte body)
  734. 11-22 09:11:06.176 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> POST https://testing-api.soulplatform.com/auth/emailcode/verify?v=1.0.0
  735. 11-22 09:11:06.186 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json; charset=UTF-8
  736. 11-22 09:11:06.187 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 91
  737. 11-22 09:11:06.188 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  738. ContentValues:cache-control: no-cache
  739. 11-22 09:11:06.189 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:
  740. 11-22 09:11:06.190 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:{"apiKey":"c0da62f00834a9f296268672bf49f5c8","code":"31027","email":"naumov.a.p@gmail.com"}
  741. 11-22 09:11:06.191 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END POST (91-byte body)
  742. 11-22 09:11:06.348 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/auth/emailcode/verify?v=1.0.0 (155ms)
  743. 11-22 09:11:06.349 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  744. ContentValues:Date: Thu, 22 Nov 2018 06:11:06 GMT
  745. 11-22 09:11:06.350 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  746. 11-22 09:11:06.351 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 1731
  747. 11-22 09:11:06.352 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  748. 11-22 09:11:06.353 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Expires: Thu, 22 Nov 2018 06:11:05 GMT
  749. 11-22 09:11:06.354 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Cache-Control: no-cache
  750. 11-22 09:11:06.355 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  751. 11-22 09:11:06.357 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  752. ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  753. 11-22 09:11:06.358 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  754. 11-22 09:11:06.359 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:
  755. 11-22 09:11:06.360 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:{"me": {"chats": [], "availableTill": 1.0, "notificationTokens": {"GCM": "d00ZE_InvfE:APA91bHj91KXX4H9fu_f8-E-cwlOD8ZMuHHIvBexNapZS4vHkZ8QQnbWoByZcWhIMavgbU1EoQSb08mgpPUR4ilZl8YJ_iJ0j4fhlWFAtm7kJPGaCVTmzUu8gHmtE1fYVe57wyC5Mgiq"}, "dateCreated": "2018-11-20T15:57:36.029725", "albums": [{"photoCount": 1, "name": "default", "parameters": {}, "privacy": "unlisted", "mainPhoto": {"expiresTime": 0.0, "id": "5bf42f0a28c3b177cedbd7d2", "original": {"url": "https://testing-cdn.soulplatform.com/images/2018-11-20/bf3cba27758b4780bd8ebe62aacc1715", "width": 720, "height": 720}}, "order": 0}], "id": "5bf42ef00b14e877cd0f4a92", "pool": {"filter": {"gender": "f", "lookingFor": "m"}, "settings": {"subscribe": true, "geo": true, "availability": true, "nosoul": true, "locationMaxDistanceKm": 20000}}, "active_session_key": "afb21559606f034086b83452c4f1a38e", "realm": "58beb7f25a2cc4394cbd88b7", "parameters": {"filterable": {"gender": "m", "lookingFor": "f", "location": {"lat": 52.5796333, "lng": 39.5160531}, "availableTill": -1}, "publicWritable": {}, "publicVisible": {}, "private": {"nosoul": false, "availability_session_start": 1542830588, "viewingSession": "7b8b6a5c-1451-4f1e-ac66-ca055ffdf95b", "specialProposalProduct": {"bundle": "february_2018_specialoffer_monthly_subscription_pure_android", "time": 1542866443029}, "cleaned": true, "availability_session_id": "798c12f7-146b-481f-a6b5-6b15d20a1d94", "retention": false}}, "feature_toggles": {}, "application": "58beb93a82fe1a395d187620"}, "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867066.548494, "clientCityName": "Lipetsk"}, "authorization": {"expiresTime": 1558419066.519675, "sessionToken": "afb21559606f034086b83452c4f1a38e"}}
  756. 11-22 09:11:06.361 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (1731-byte body)
  757. 11-22 09:11:06.368 31590-32027/com.getpure.pure D/SoulTimberLogger: ResponseParser:SAVED CURRENT USER - SESSION TOKEN = afb21559606f034086b83452c4f1a38e
  758. 11-22 09:11:08.151 31590-31590/com.getpure.pure I/Timeline: Timeline: Activity_launch_request time:362108541
  759. 11-22 09:11:08.807 31590-31590/com.getpure.pure W/IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
  760. 11-22 09:11:10.375 31590-31962/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:usersAvailableTill TimeLeft: -1
  761. 11-22 09:11:10.388 31590-31962/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:usersAvailableTill TimeLeft: -1
  762. 11-22 09:11:10.418 31590-31590/com.getpure.pure E/Presenter: com.soulplatform.common.request.NoActiveRequestException
  763. at com.soulplatform.common.request.RequestRestRepository.getRequestTimerObservable(RequestRestRepository.kt:122)
  764. at com.soulplatform.common.request.RequestRestRepository.access$getRequestTimerObservable(RequestRestRepository.kt:22)
  765. at com.soulplatform.common.request.RequestRestRepository$observeRequestTimer$1.apply(RequestRestRepository.kt:37)
  766. at com.soulplatform.common.request.RequestRestRepository$observeRequestTimer$1.apply(RequestRestRepository.kt:22)
  767. at io.reactivex.internal.operators.mixed.SingleFlatMapObservable$FlatMapObserver.onSuccess(SingleFlatMapObservable.java:102)
  768. at io.reactivex.internal.operators.single.SingleJust.subscribeActual(SingleJust.java:30)
  769. at io.reactivex.Single.subscribe(Single.java:3433)
  770. at io.reactivex.internal.operators.mixed.SingleFlatMapObservable.subscribeActual(SingleFlatMapObservable.java:49)
  771. at io.reactivex.Observable.subscribe(Observable.java:12084)
  772. at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
  773. at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:579)
  774. at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
  775. at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
  776. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  777. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  778. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  779. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  780. at java.lang.Thread.run(Thread.java:760)
  781. 11-22 09:11:10.474 31590-32027/com.getpure.pure I/System.out: unixtime: 1542867070
  782. 11-22 09:11:10.479 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me/albums/default?v=1.0.0&offset=0&limit=1
  783. 11-22 09:11:10.485 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  784. 11-22 09:11:10.494 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  785. 11-22 09:11:10.495 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac 5bf42ef00b14e877cd0f4a92:1542867070:50514ad7d736d7014fe53989921f1df5582024cf507a178a696757e2fd866490
  786. 11-22 09:11:10.501 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END GET
  787. 11-22 09:11:10.513 31590-31632/com.getpure.pure D/Helpshift_CoreInternal: Login state changed : name :
  788. 11-22 09:11:10.515 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- HTTP FAILED: java.io.IOException: Canceled
  789. 11-22 09:11:10.515 31590-31632/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  790. 11-22 09:11:10.535 31590-31632/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  791. 11-22 09:11:10.556 31590-31601/com.getpure.pure I/art: Background sticky concurrent mark sweep GC freed 41957(2MB) AllocSpace objects, 19(408KB) LOS objects, 17% free, 13MB/16MB, paused 2.684ms total 141.834ms
  792. 11-22 09:11:10.568 31590-31964/com.getpure.pure D/Helpshift_ConvPoller: Listening for in-app conversation updates
  793. 11-22 09:11:10.595 31590-31652/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_session, Delay : 60000
  794. 11-22 09:11:10.621 31590-32144/com.getpure.pure D/Helpshift_SUControl: Requesting switch user : New Id : 5bf42ef00b14e877cd0f4a92, Old Id : b6fa052f-acc1-4823-8c50-6ca5e7c7c7f7
  795. 11-22 09:11:10.645 31590-32144/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_switch_user, Delay : 60000
  796. 11-22 09:11:10.896 31590-32144/com.getpure.pure D/Helpshift_UserControl: Add properties : {subscription_ends_on=null, deepest_funnel_screen=null, last_request_submit=null, gender=male, had_chats=0, looking_for=female, user_id=5bf42ef00b14e877cd0f4a92, last_request_matches=null}
  797. 11-22 09:11:11.013 31590-31964/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  798. 11-22 09:11:11.063 31590-32144/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_user, Delay : 60000
  799. 11-22 09:11:11.068 31590-31995/com.getpure.pure W/art: Long monitor contention with owner HS-core-p-t-6 (31964) at int com.helpshift.conversation.domainmodel.ConversationInboxDM.fetchConversationUpdates()(ConversationInboxDM.java:593) waiters=0 in int com.helpshift.conversation.domainmodel.ConversationInboxDM.fetchConversationUpdates() for 496ms
  800. 11-22 09:11:11.068 31590-32146/com.getpure.pure W/System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  801. SLF4J: Defaulting to no-operation (NOP) logger implementation
  802. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  803. 11-22 09:11:11.072 31590-31964/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  804. 11-22 09:11:11.072 31590-31671/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  805. 11-22 09:11:11.085 31590-32146/com.getpure.pure I/System.out: PING - callback = true
  806. 11-22 09:11:11.115 31590-32027/com.getpure.pure I/System.out: unixtime: 1542867071
  807. 11-22 09:11:11.116 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:--> PATCH https://testing-api.soulplatform.com/me?v=1.0.0
  808. ContentValues:Content-Type: application/json; charset=UTF-8
  809. 11-22 09:11:11.117 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 185
  810. 11-22 09:11:11.118 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  811. ContentValues:cache-control: no-cache
  812. 11-22 09:11:11.119 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac 5bf42ef00b14e877cd0f4a92:1542867071:0fe5b4ebd1f959d3f3cd1a97253eb41e77f7abc93aa65b04e8259c0ed8ece16a
  813. 11-22 09:11:11.120 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:
  814. 11-22 09:11:11.121 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:{"notificationTokens":{"GCM":"fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU"}}
  815. ContentValues:--> END PATCH (185-byte body)
  816. 11-22 09:11:11.495 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/me?v=1.0.0 (372ms)
  817. 11-22 09:11:11.500 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  818. ContentValues:Date: Thu, 22 Nov 2018 06:11:11 GMT
  819. 11-22 09:11:11.501 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  820. ContentValues:Content-Length: 1292
  821. 11-22 09:11:11.502 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  822. ContentValues:Expires: Thu, 22 Nov 2018 06:11:10 GMT
  823. 11-22 09:11:11.503 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Cache-Control: no-cache
  824. ContentValues:Access-Control-Allow-Origin: *
  825. 11-22 09:11:11.504 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  826. ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  827. 11-22 09:11:11.505 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  828. 11-22 09:11:11.536 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:
  829. 11-22 09:11:11.538 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:{"me": {"chats": [], "notificationTokens": {"GCM": "fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU"}, "parameters": {"filterable": {"gender": "m", "lookingFor": "f", "location": {"lat": 52.579633, "lng": 39.516053}, "availableTill": -1}, "publicWritable": {}, "publicVisible": {}, "private": {"nosoul": false, "availability_session_start": 1542830588, "viewingSession": "7b8b6a5c-1451-4f1e-ac66-ca055ffdf95b", "specialProposalProduct": {"bundle": "february_2018_specialoffer_monthly_subscription_pure_android", "time": 1542866443029}, "cleaned": true, "retention": false, "availability_session_id": "798c12f7-146b-481f-a6b5-6b15d20a1d94"}}, "feature_toggles": {}, "dateCreated": "2018-11-20T15:57:36.029725", "albums": [{"photoCount": 1, "name": "default", "parameters": {}, "privacy": "unlisted", "mainPhoto": {"expiresTime": 0.0, "id": "5bf42f0a28c3b177cedbd7d2", "original": {"url": "https://testing-cdn.soulplatform.com/images/2018-11-20/bf3cba27758b4780bd8ebe62aacc1715", "width": 720, "height": 720}}, "order": 0}], "id": "5bf42ef00b14e877cd0f4a92"}, "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867071.706998, "clientCityName": "Lipetsk"}}
  830. 11-22 09:11:11.539 31590-32027/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (1292-byte body)
  831. 11-22 09:11:13.233 31590-31632/com.getpure.pure D/Helpshift_CoreInternal: Registering push token : fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU
  832. 11-22 09:11:13.235 31590-31619/com.getpure.pure I/WorkerWrapper: Worker result SUCCESS for Work [ id=bc9d383e-672e-4f6f-acfb-8ad56a458b26, tags={ com.soulplatform.pure.app.notifications.FcmTokenWorker } ]
  833. 11-22 09:11:13.261 31590-31632/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_device, Delay : 60000
  834. 11-22 09:12:10.690 31590-31665/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_user
  835. Dispatching sync for type :data_type_user, isFullSync : true
  836. 11-22 09:12:10.692 31590-31665/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_switch_user
  837. 11-22 09:12:10.693 31590-31665/com.getpure.pure D/Helpshift_SyncControl: Dispatching sync for type :data_type_switch_user, isFullSync : false
  838. 11-22 09:12:10.694 31590-31665/com.getpure.pure D/Helpshift_SUNetwork: Syncing switch user
  839. 11-22 09:12:10.695 31590-31665/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_device
  840. Dispatching sync for type :data_type_device, isFullSync : false
  841. 11-22 09:12:10.698 31590-31665/com.getpure.pure D/Helpshift_DPNetwork: Syncing device properties
  842. 11-22 09:12:10.941 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Data sync complete : data_type_device, Full sync : false
  843. 11-22 09:12:11.886 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Data sync complete : data_type_switch_user, Full sync : false
  844. 11-22 09:12:12.963 31590-31659/com.getpure.pure D/Helpshift_SUControl: Switch user done : Id : 5bf42ef00b14e877cd0f4a92
  845. 11-22 09:12:12.978 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_user
  846. 11-22 09:12:12.979 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Dispatching sync for type :data_type_user, isFullSync : true
  847. 11-22 09:12:12.992 31590-31659/com.getpure.pure D/Helpshift_UPNetwork: Full sync user properties
  848. 11-22 09:12:12.995 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_analytics_event
  849. 11-22 09:12:12.996 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Dispatching sync for type :data_type_analytics_event, isFullSync : false
  850. 11-22 09:12:13.952 31590-31659/com.getpure.pure D/Helpshift_SyncControl: Data sync complete : data_type_user, Full sync : true
  851. 11-22 09:14:20.680 31590-32283/com.getpure.pure E/IosPush$Companion: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  852. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:224)
  853. at com.google.gson.Gson.fromJson(Gson.java:888)
  854. at com.google.gson.Gson.fromJson(Gson.java:853)
  855. at com.google.gson.Gson.fromJson(Gson.java:802)
  856. at com.google.gson.Gson.fromJson(Gson.java:774)
  857. at com.soulplatform.pure.app.notifications.IosPush$Companion.fromJson(FcmService.kt:185)
  858. at com.soulplatform.pure.app.notifications.FcmService.proceedIosChatNotification(FcmService.kt:88)
  859. at com.soulplatform.pure.app.notifications.FcmService.onMessageReceived(FcmService.kt:68)
  860. at com.google.firebase.messaging.FirebaseMessagingService.zzd(Unknown Source)
  861. at com.google.firebase.iid.zzc.run(Unknown Source)
  862. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  863. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  864. at com.google.android.gms.common.util.concurrent.zza.run(Unknown Source)
  865. at java.lang.Thread.run(Thread.java:760)
  866. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  867. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385)
  868. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:213)
  869. at com.google.gson.Gson.fromJson(Gson.java:888) 
  870. at com.google.gson.Gson.fromJson(Gson.java:853) 
  871. at com.google.gson.Gson.fromJson(Gson.java:802) 
  872. at com.google.gson.Gson.fromJson(Gson.java:774) 
  873. at com.soulplatform.pure.app.notifications.IosPush$Companion.fromJson(FcmService.kt:185) 
  874. at com.soulplatform.pure.app.notifications.FcmService.proceedIosChatNotification(FcmService.kt:88) 
  875. at com.soulplatform.pure.app.notifications.FcmService.onMessageReceived(FcmService.kt:68) 
  876. at com.google.firebase.messaging.FirebaseMessagingService.zzd(Unknown Source) 
  877. at com.google.firebase.iid.zzc.run(Unknown Source) 
  878. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 
  879. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 
  880. at com.google.android.gms.common.util.concurrent.zza.run(Unknown Source) 
  881. at java.lang.Thread.run(Thread.java:760) 
  882. 11-22 09:14:20.685 31590-31590/com.getpure.pure D/Helpshift_CoreInternal: Handling push on main thread
  883. 11-22 09:14:20.726 31590-31590/com.getpure.pure D/Helpshift_AppUtil: Showing notification : Tag : 5cec8fda-e37c-4185-b394-f2f383aaac18
  884. 11-22 09:14:23.421 31590-31590/com.getpure.pure D/Helpshift_NotifAct: Campaign notification clicked
  885. 11-22 09:14:23.422 31590-31590/com.getpure.pure D/Helpshift_AppUtil: Cancelling notification : Tag : 5cec8fda-e37c-4185-b394-f2f383aaac18, id : 1
  886. 11-22 09:14:23.450 31590-31590/com.getpure.pure I/Timeline: Timeline: Activity_launch_request time:362303840
  887. 11-22 09:14:23.485 31590-31590/com.getpure.pure D/ActivityThreadInjector: clearCachedDrawables.
  888. 11-22 09:14:23.512 31590-32294/com.getpure.pure I/System.out: unixtime: 1542867263
  889. 11-22 09:14:23.513 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:--> PATCH https://testing-api.soulplatform.com/me?v=1.0.0
  890. 11-22 09:14:23.514 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json; charset=UTF-8
  891. 11-22 09:14:23.515 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 148
  892. ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  893. 11-22 09:14:23.516 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  894. 11-22 09:14:23.517 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac 5bf42ef00b14e877cd0f4a92:1542867263:a5037198f3f904c6d3042a1ae2d7807856db03504dd3ccff39236bcd45ae06a4
  895. ContentValues:
  896. 11-22 09:14:23.518 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:{"parameters":{"private":{"specialProposalProduct":{"bundle":"february_2018_specialoffer_monthly_subscription_pure_android","time":1542867263656}}}}
  897. ContentValues:--> END PATCH (148-byte body)
  898. 11-22 09:14:23.603 31590-32291/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_analytics_event, Delay : 60000
  899. 11-22 09:14:23.642 31590-31632/com.getpure.pure D/Helpshift_CoreInternal: Login state changed : name :
  900. 11-22 09:14:23.782 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/me?v=1.0.0 (262ms)
  901. ContentValues:Server: nginx
  902. 11-22 09:14:23.785 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:14:24 GMT
  903. 11-22 09:14:23.786 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  904. 11-22 09:14:23.788 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 1292
  905. ContentValues:X-Frame-Options: SAMEORIGIN
  906. 11-22 09:14:23.791 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Expires: Thu, 22 Nov 2018 06:14:23 GMT
  907. 11-22 09:14:23.793 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Cache-Control: no-cache
  908. 11-22 09:14:23.795 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  909. 11-22 09:14:23.796 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  910. 11-22 09:14:23.797 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  911. 11-22 09:14:23.806 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  912. 11-22 09:14:23.811 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:
  913. 11-22 09:14:23.813 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:{"me": {"chats": [], "notificationTokens": {"GCM": "fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU"}, "parameters": {"filterable": {"gender": "m", "lookingFor": "f", "location": {"lat": 52.579633, "lng": 39.516053}, "availableTill": -1}, "publicWritable": {}, "publicVisible": {}, "private": {"nosoul": false, "availability_session_start": 1542830588, "viewingSession": "7b8b6a5c-1451-4f1e-ac66-ca055ffdf95b", "specialProposalProduct": {"bundle": "february_2018_specialoffer_monthly_subscription_pure_android", "time": 1542867263656}, "cleaned": true, "retention": false, "availability_session_id": "798c12f7-146b-481f-a6b5-6b15d20a1d94"}}, "feature_toggles": {}, "dateCreated": "2018-11-20T15:57:36.029725", "albums": [{"photoCount": 1, "name": "default", "parameters": {}, "privacy": "unlisted", "mainPhoto": {"expiresTime": 0.0, "id": "5bf42f0a28c3b177cedbd7d2", "original": {"url": "https://testing-cdn.soulplatform.com/images/2018-11-20/bf3cba27758b4780bd8ebe62aacc1715", "width": 720, "height": 720}}, "order": 0}], "id": "5bf42ef00b14e877cd0f4a92"}, "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867263.999765, "clientCityName": "Lipetsk"}}
  914. 11-22 09:14:23.814 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (1292-byte body)
  915. 11-22 09:14:25.012 31590-32144/com.getpure.pure D/Helpshift_UserControl: Add properties : {subscription_ends_on=null, deepest_funnel_screen=null, last_request_submit=null, gender=male, had_chats=0, looking_for=female, user_id=5bf42ef00b14e877cd0f4a92, last_request_matches=null}
  916. 11-22 09:14:25.025 31590-31632/com.getpure.pure D/Helpshift_CoreInternal: Login state changed : name :
  917. 11-22 09:14:25.911 31590-32144/com.getpure.pure D/Helpshift_UserControl: Add properties : {subscription_ends_on=null, deepest_funnel_screen=null, last_request_submit=null, gender=male, had_chats=0, looking_for=female, user_id=5bf42ef00b14e877cd0f4a92, last_request_matches=null}
  918. 11-22 09:14:25.923 31590-32289/com.getpure.pure D/SoulTimberLogger: ServerAPIHelper:getLastSuccessfulLoginSource EMAIL_LOGIN_SOURCE
  919. 11-22 09:14:25.930 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:--> POST https://testing-api.soulplatform.com/auth/emailcode/extend?v=1.0.0
  920. ContentValues:Content-Type: application/json; charset=UTF-8
  921. 11-22 09:14:25.931 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 145
  922. 11-22 09:14:25.932 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  923. 11-22 09:14:25.933 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  924. 11-22 09:14:25.934 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:
  925. 11-22 09:14:25.936 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:{"lastSessionToken":"afb21559606f034086b83452c4f1a38e","apiKey":"c0da62f00834a9f296268672bf49f5c8","code":"31027","email":"naumov.a.p@gmail.com"}
  926. 11-22 09:14:25.937 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END POST (145-byte body)
  927. 11-22 09:14:26.242 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/auth/emailcode/extend?v=1.0.0 (304ms)
  928. 11-22 09:14:26.243 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  929. ContentValues:Date: Thu, 22 Nov 2018 06:14:26 GMT
  930. 11-22 09:14:26.245 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  931. 11-22 09:14:26.246 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 1731
  932. 11-22 09:14:26.247 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  933. ContentValues:Expires: Thu, 22 Nov 2018 06:14:25 GMT
  934. 11-22 09:14:26.248 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Cache-Control: no-cache
  935. 11-22 09:14:26.249 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  936. ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  937. 11-22 09:14:26.250 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  938. 11-22 09:14:26.251 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  939. 11-22 09:14:26.252 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:
  940. 11-22 09:14:26.253 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:{"me": {"chats": [], "availableTill": 1.0, "notificationTokens": {"GCM": "fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU"}, "dateCreated": "2018-11-20T15:57:36.029725", "albums": [{"photoCount": 1, "name": "default", "parameters": {}, "privacy": "unlisted", "mainPhoto": {"expiresTime": 0.0, "id": "5bf42f0a28c3b177cedbd7d2", "original": {"url": "https://testing-cdn.soulplatform.com/images/2018-11-20/bf3cba27758b4780bd8ebe62aacc1715", "width": 720, "height": 720}}, "order": 0}], "id": "5bf42ef00b14e877cd0f4a92", "pool": {"filter": {"gender": "f", "lookingFor": "m"}, "settings": {"subscribe": true, "geo": true, "availability": true, "nosoul": true, "locationMaxDistanceKm": 20000}}, "active_session_key": "0f3a17cb14981e8f242913dc79c31bdb", "realm": "58beb7f25a2cc4394cbd88b7", "parameters": {"filterable": {"gender": "m", "lookingFor": "f", "location": {"lat": 52.5796333, "lng": 39.5160531}, "availableTill": -1}, "publicWritable": {}, "publicVisible": {}, "private": {"nosoul": false, "availability_session_start": 1542830588, "viewingSession": "7b8b6a5c-1451-4f1e-ac66-ca055ffdf95b", "specialProposalProduct": {"bundle": "february_2018_specialoffer_monthly_subscription_pure_android", "time": 1542867263656}, "cleaned": true, "availability_session_id": "798c12f7-146b-481f-a6b5-6b15d20a1d94", "retention": false}}, "feature_toggles": {}, "application": "58beb93a82fe1a395d187620"}, "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867266.459623, "clientCityName": "Lipetsk"}, "authorization": {"expiresTime": 1558419266.420513, "sessionToken": "0f3a17cb14981e8f242913dc79c31bdb"}}
  941. ContentValues:<-- END HTTP (1731-byte body)
  942. 11-22 09:14:26.256 31590-32294/com.getpure.pure D/SoulTimberLogger: ResponseParser:SAVED CURRENT USER - SESSION TOKEN = 0f3a17cb14981e8f242913dc79c31bdb
  943. 11-22 09:14:26.262 31590-31590/com.getpure.pure E/MainPresenter: com.soulplatform.pure.screen.main.domain.NotSeenOnboardingException
  944. at com.soulplatform.pure.screen.main.domain.MainInteractor$tryLogin$3.apply(MainInteractor.kt:64)
  945. at com.soulplatform.pure.screen.main.domain.MainInteractor$tryLogin$3.apply(MainInteractor.kt:23)
  946. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:57)
  947. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:64)
  948. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver.onSuccess(SingleFlatMap.java:111)
  949. at io.reactivex.internal.observers.ResumeSingleObserver.onSuccess(ResumeSingleObserver.java:46)
  950. at io.reactivex.internal.operators.single.SingleOnErrorReturn$OnErrorReturn.onSuccess(SingleOnErrorReturn.java:82)
  951. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver.onSuccess(SingleFlatMap.java:111)
  952. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:64)
  953. at io.reactivex.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:56)
  954. at io.reactivex.Single.subscribe(Single.java:3433)
  955. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  956. at io.reactivex.Single.subscribe(Single.java:3433)
  957. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.onSuccess(SingleFlatMap.java:84)
  958. at io.reactivex.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:56)
  959. at io.reactivex.Single.subscribe(Single.java:3433)
  960. at io.reactivex.internal.operators.single.SingleFlatMap.subscribeActual(SingleFlatMap.java:36)
  961. at io.reactivex.Single.subscribe(Single.java:3433)
  962. at io.reactivex.internal.operators.single.SingleOnErrorReturn.subscribeActual(SingleOnErrorReturn.java:38)
  963. at io.reactivex.Single.subscribe(Single.java:3433)
  964. at io.reactivex.internal.operators.single.SingleResumeNext$ResumeMainSingleObserver.onError(SingleResumeNext.java:80)
  965. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onError(SingleMap.java:69)
  966. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onError(SingleMap.java:69)
  967. 11-22 09:14:26.263 31590-31590/com.getpure.pure E/MainPresenter: at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:60)
  968. at io.reactivex.internal.operators.single.SingleJust.subscribeActual(SingleJust.java:30)
  969. at io.reactivex.Single.subscribe(Single.java:3433)
  970. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  971. at io.reactivex.Single.subscribe(Single.java:3433)
  972. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  973. at io.reactivex.Single.subscribe(Single.java:3433)
  974. at io.reactivex.internal.operators.single.SingleResumeNext.subscribeActual(SingleResumeNext.java:39)
  975. at io.reactivex.Single.subscribe(Single.java:3433)
  976. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.onSuccess(SingleFlatMap.java:84)
  977. at io.reactivex.internal.operators.single.SingleResumeNext$ResumeMainSingleObserver.onSuccess(SingleResumeNext.java:65)
  978. at io.reactivex.internal.observers.ResumeSingleObserver.onSuccess(ResumeSingleObserver.java:46)
  979. at io.reactivex.internal.operators.single.SingleJust.subscribeActual(SingleJust.java:30)
  980. at io.reactivex.Single.subscribe(Single.java:3433)
  981. at io.reactivex.internal.operators.single.SingleResumeNext$ResumeMainSingleObserver.onError(SingleResumeNext.java:80)
  982. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onError(SingleMap.java:69)
  983. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onError(SingleMap.java:69)
  984. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:60)
  985. at io.reactivex.internal.operators.single.SingleJust.subscribeActual(SingleJust.java:30)
  986. at io.reactivex.Single.subscribe(Single.java:3433)
  987. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  988. at io.reactivex.Single.subscribe(Single.java:3433)
  989. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  990. at io.reactivex.Single.subscribe(Single.java:3433)
  991. at io.reactivex.internal.operators.single.SingleResumeNext.subscribeActual(SingleResumeNext.java:39)
  992. at io.reactivex.Single.subscribe(Single.java:3433)
  993. at io.reactivex.internal.operators.single.SingleResumeNext.subscribeActual(SingleResumeNext.java:39)
  994. at io.reactivex.Single.subscribe(Single.java:3433)
  995. at io.reactivex.internal.operators.single.SingleFlatMap.subscribeActual(SingleFlatMap.java:36)
  996. at io.reactivex.Single.subscribe(Single.java:3433)
  997. 11-22 09:14:26.264 31590-31590/com.getpure.pure E/MainPresenter: at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  998. at io.reactivex.Single.subscribe(Single.java:3433)
  999. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  1000. at io.reactivex.Single.subscribe(Single.java:3433)
  1001. at io.reactivex.internal.operators.single.SingleDelayWithCompletable$OtherObserver.onComplete(SingleDelayWithCompletable.java:70)
  1002. at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102)
  1003. at io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.onComplete(CompletablePeek.java:115)
  1004. at io.reactivex.internal.operators.completable.CompletableResumeNext$ResumeNextObserver.onComplete(CompletableResumeNext.java:68)
  1005. at io.reactivex.internal.operators.completable.CompletableFromSingle$CompletableFromSingleObserver.onSuccess(CompletableFromSingle.java:51)
  1006. at io.reactivex.internal.operators.single.SingleDoOnError$DoOnError.onSuccess(SingleDoOnError.java:52)
  1007. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback$FlatMapSingleObserver.onSuccess(SingleFlatMap.java:111)
  1008. at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:64)
  1009. at io.reactivex.internal.operators.single.SingleJust.subscribeActual(SingleJust.java:30)
  1010. at io.reactivex.Single.subscribe(Single.java:3433)
  1011. at io.reactivex.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:34)
  1012. at io.reactivex.Single.subscribe(Single.java:3433)
  1013. at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.onSuccess(SingleFlatMap.java:84)
  1014. at hu.akarnokd.rxjava.interop.SingleV1ToSingleV2$SourceSingleSubscriber.onSuccess(SingleV1ToSingleV2.java:54)
  1015. at rx.internal.operators.OnSubscribeSingle$1.onCompleted(OnSubscribeSingle.java:55)
  1016. at rx.internal.operators.OperatorTake$1.onNext(OperatorTake.java:83)
  1017. at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:77)
  1018. at rx.internal.operators.OnSubscribeDoOnEach$DoOnEachSubscriber.onNext(OnSubscribeDoOnEach.java:101)
  1019. at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$4.onNext(OperatorOnErrorResumeNextViaFunction.java:154)
  1020. at rx.internal.operators.OperatorMerge$MergeSubscriber.emitScalar(OperatorMerge.java:511)
  1021. at rx.internal.operators.OperatorMerge$MergeSubscriber.tryEmit(OperatorMerge.java:466)
  1022. at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:244)
  1023. at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:148)
  1024. at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:77)
  1025. at rx.internal.operators.OnSubscribeRedo$2$1.onNext(OnSubscribeRedo.java:244)
  1026. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.onNext(OperatorSubscribeOn.java:74)
  1027. at retrofit2.adapter.rxjava.CallArbiter.deliverResponse(CallArbiter.java:120)
  1028. at retrofit2.adapter.rxjava.CallArbiter.emitResponse(CallArbiter.java:102)
  1029. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:46)
  1030. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call(CallExecuteOnSubscribe.java:24)
  1031. 11-22 09:14:26.265 31590-31590/com.getpure.pure E/MainPresenter: at rx.Observable.unsafeSubscribe(Observable.java:10327)
  1032. at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
  1033. at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:230)
  1034. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
  1035. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1036. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1037. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1038. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1039. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1040. at java.lang.Thread.run(Thread.java:760)
  1041. 11-22 09:14:32.731 31590-32294/com.getpure.pure I/System.out: unixtime: 1542867272
  1042. 11-22 09:14:32.735 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:--> PATCH https://testing-api.soulplatform.com/me?v=1.0.0
  1043. 11-22 09:14:32.741 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json; charset=UTF-8
  1044. 11-22 09:14:32.742 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 48
  1045. 11-22 09:14:32.744 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  1046. 11-22 09:14:32.745 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  1047. 11-22 09:14:32.746 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac 5bf42ef00b14e877cd0f4a92:1542867272:73a2cd8a9f7097f48da3c28fc9cb3e2cadea4b4980be2ced059e054878620516
  1048. 11-22 09:14:32.747 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:
  1049. 11-22 09:14:32.748 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:{"parameters":{"filterable":{"lookingFor":"f"}}}
  1050. 11-22 09:14:32.753 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END PATCH (48-byte body)
  1051. 11-22 09:14:32.849 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/me?v=1.0.0 (95ms)
  1052. 11-22 09:14:32.850 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  1053. 11-22 09:14:32.852 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:14:33 GMT
  1054. 11-22 09:14:32.854 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  1055. 11-22 09:14:32.857 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 1292
  1056. ContentValues:X-Frame-Options: SAMEORIGIN
  1057. 11-22 09:14:32.859 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Expires: Thu, 22 Nov 2018 06:14:32 GMT
  1058. 11-22 09:14:32.860 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Cache-Control: no-cache
  1059. 11-22 09:14:32.861 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  1060. 11-22 09:14:32.862 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  1061. 11-22 09:14:32.866 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  1062. 11-22 09:14:32.867 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  1063. 11-22 09:14:32.869 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:
  1064. 11-22 09:14:32.872 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:{"me": {"chats": [], "notificationTokens": {"GCM": "fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU"}, "parameters": {"filterable": {"gender": "m", "lookingFor": "f", "location": {"lat": 52.579633, "lng": 39.516053}, "availableTill": -1}, "publicWritable": {}, "publicVisible": {}, "private": {"nosoul": false, "availability_session_start": 1542830588, "viewingSession": "7b8b6a5c-1451-4f1e-ac66-ca055ffdf95b", "specialProposalProduct": {"bundle": "february_2018_specialoffer_monthly_subscription_pure_android", "time": 1542867263656}, "cleaned": true, "retention": false, "availability_session_id": "798c12f7-146b-481f-a6b5-6b15d20a1d94"}}, "feature_toggles": {}, "dateCreated": "2018-11-20T15:57:36.029725", "albums": [{"photoCount": 1, "name": "default", "parameters": {}, "privacy": "unlisted", "mainPhoto": {"expiresTime": 0.0, "id": "5bf42f0a28c3b177cedbd7d2", "original": {"url": "https://testing-cdn.soulplatform.com/images/2018-11-20/bf3cba27758b4780bd8ebe62aacc1715", "width": 720, "height": 720}}, "order": 0}], "id": "5bf42ef00b14e877cd0f4a92"}, "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867273.066778, "clientCityName": "Lipetsk"}}
  1065. 11-22 09:14:32.873 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (1292-byte body)
  1066. 11-22 09:14:32.883 31590-32322/com.getpure.pure I/System.out: unixtime: 1542867273
  1067. 11-22 09:14:32.886 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:--> PATCH https://testing-api.soulplatform.com/users/recommendations/filter?v=1.0.0
  1068. 11-22 09:14:32.887 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json; charset=UTF-8
  1069. 11-22 09:14:32.889 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 42
  1070. 11-22 09:14:32.890 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  1071. 11-22 09:14:32.891 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  1072. 11-22 09:14:32.892 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac 5bf42ef00b14e877cd0f4a92:1542867273:d1346f43e7ddfa1b052db9244c0f4c4dd9486f8c5e3ec6f68166c7bcff42d666
  1073. ContentValues:
  1074. 11-22 09:14:32.893 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:{"filter":{"gender":"f","lookingFor":"m"}}
  1075. ContentValues:--> END PATCH (42-byte body)
  1076. 11-22 09:14:32.989 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/users/recommendations/filter?v=1.0.0 (93ms)
  1077. 11-22 09:14:32.991 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  1078. ContentValues:Date: Thu, 22 Nov 2018 06:14:33 GMT
  1079. 11-22 09:14:32.992 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  1080. 11-22 09:14:32.993 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 292
  1081. ContentValues:X-Frame-Options: SAMEORIGIN
  1082. 11-22 09:14:32.994 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Expires: Thu, 22 Nov 2018 06:14:32 GMT
  1083. 11-22 09:14:32.995 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Cache-Control: no-cache
  1084. 11-22 09:14:32.996 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  1085. 11-22 09:14:32.997 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  1086. 11-22 09:14:32.998 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  1087. 11-22 09:14:33.000 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  1088. 11-22 09:14:33.003 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:
  1089. 11-22 09:14:33.004 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:{"filter": {"gender": "f", "lookingFor": "m"}, "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867273.201792, "clientCityName": "Lipetsk"}, "settings": {"subscribe": true, "geo": true, "availability": true, "nosoul": true, "locationMaxDistanceKm": 20000}}
  1090. 11-22 09:14:33.005 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (292-byte body)
  1091. 11-22 09:14:35.268 31590-32296/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:usersAvailableTill TimeLeft: -1
  1092. 11-22 09:14:35.272 31590-32294/com.getpure.pure I/System.out: unixtime: 1542867275
  1093. 11-22 09:14:35.273 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:--> GET https://testing-api.soulplatform.com/me/albums/default?v=1.0.0&offset=0&limit=1
  1094. ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  1095. 11-22 09:14:35.274 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  1096. ContentValues:Authorization: hmac 5bf42ef00b14e877cd0f4a92:1542867275:397f64ac27a337c76b59815f9c29ba1f91479f71b4f4a79b017101a35d049b8b
  1097. 11-22 09:14:35.275 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:--> END GET
  1098. 11-22 09:14:35.276 31590-32294/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- HTTP FAILED: java.io.IOException: Canceled
  1099. 11-22 09:14:35.285 31590-32296/com.getpure.pure E/SoulTimberLogger: SoulCurrentUser:usersAvailableTill TimeLeft: -1
  1100. 11-22 09:14:35.311 31590-31590/com.getpure.pure E/Presenter: com.soulplatform.common.request.NoActiveRequestException
  1101. at com.soulplatform.common.request.RequestRestRepository.getRequestTimerObservable(RequestRestRepository.kt:122)
  1102. at com.soulplatform.common.request.RequestRestRepository.access$getRequestTimerObservable(RequestRestRepository.kt:22)
  1103. at com.soulplatform.common.request.RequestRestRepository$observeRequestTimer$1.apply(RequestRestRepository.kt:37)
  1104. at com.soulplatform.common.request.RequestRestRepository$observeRequestTimer$1.apply(RequestRestRepository.kt:22)
  1105. at io.reactivex.internal.operators.mixed.SingleFlatMapObservable$FlatMapObserver.onSuccess(SingleFlatMapObservable.java:102)
  1106. at io.reactivex.internal.operators.single.SingleJust.subscribeActual(SingleJust.java:30)
  1107. at io.reactivex.Single.subscribe(Single.java:3433)
  1108. at io.reactivex.internal.operators.mixed.SingleFlatMapObservable.subscribeActual(SingleFlatMapObservable.java:49)
  1109. at io.reactivex.Observable.subscribe(Observable.java:12084)
  1110. at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
  1111. at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:579)
  1112. at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
  1113. at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
  1114. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1115. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1116. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1117. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1118. at java.lang.Thread.run(Thread.java:760)
  1119. 11-22 09:14:35.976 31590-32322/com.getpure.pure I/System.out: unixtime: 1542867276
  1120. 11-22 09:14:35.977 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:--> PATCH https://testing-api.soulplatform.com/me?v=1.0.0
  1121. 11-22 09:14:35.978 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json; charset=UTF-8
  1122. 11-22 09:14:35.980 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Length: 185
  1123. ContentValues:user-agent: pure/2.14.22 (Android 7.1.2; Redmi 5A; ru_RU; N2G47H) SoulSDK/2.14.22 (Android)
  1124. 11-22 09:14:35.981 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:cache-control: no-cache
  1125. 11-22 09:14:35.982 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Authorization: hmac 5bf42ef00b14e877cd0f4a92:1542867276:6f7c6d0e4da84b68742be65ffb6aac88a7e11219d2d3472fb6ac2e379536105a
  1126. ContentValues:
  1127. 11-22 09:14:35.983 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:{"notificationTokens":{"GCM":"fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU"}}
  1128. ContentValues:--> END PATCH (185-byte body)
  1129. 11-22 09:14:36.091 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- 200 OK https://testing-api.soulplatform.com/me?v=1.0.0 (107ms)
  1130. 11-22 09:14:36.092 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Server: nginx
  1131. 11-22 09:14:36.093 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Date: Thu, 22 Nov 2018 06:14:36 GMT
  1132. 11-22 09:14:36.094 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Content-Type: application/json
  1133. ContentValues:Content-Length: 1292
  1134. 11-22 09:14:36.095 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:X-Frame-Options: SAMEORIGIN
  1135. 11-22 09:14:36.096 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Expires: Thu, 22 Nov 2018 06:14:35 GMT
  1136. 11-22 09:14:36.097 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Cache-Control: no-cache
  1137. 11-22 09:14:36.098 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Origin: *
  1138. 11-22 09:14:36.100 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS,PATCH
  1139. 11-22 09:14:36.102 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Access-Control-Allow-Headers: x-js-user-agent,Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
  1140. 11-22 09:14:36.103 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:Connection: keep-alive
  1141. 11-22 09:14:36.106 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:
  1142. 11-22 09:14:36.108 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:{"me": {"chats": [], "notificationTokens": {"GCM": "fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU"}, "parameters": {"filterable": {"gender": "m", "lookingFor": "f", "location": {"lat": 52.579633, "lng": 39.516053}, "availableTill": -1}, "publicWritable": {}, "publicVisible": {}, "private": {"nosoul": false, "availability_session_start": 1542830588, "viewingSession": "7b8b6a5c-1451-4f1e-ac66-ca055ffdf95b", "specialProposalProduct": {"bundle": "february_2018_specialoffer_monthly_subscription_pure_android", "time": 1542867263656}, "cleaned": true, "retention": false, "availability_session_id": "798c12f7-146b-481f-a6b5-6b15d20a1d94"}}, "feature_toggles": {}, "dateCreated": "2018-11-20T15:57:36.029725", "albums": [{"photoCount": 1, "name": "default", "parameters": {}, "privacy": "unlisted", "mainPhoto": {"expiresTime": 0.0, "id": "5bf42f0a28c3b177cedbd7d2", "original": {"url": "https://testing-cdn.soulplatform.com/images/2018-11-20/bf3cba27758b4780bd8ebe62aacc1715", "width": 720, "height": 720}}, "order": 0}], "id": "5bf42ef00b14e877cd0f4a92"}, "additionalInfo": {"isClientInEU": "0", "clientCountryCode": "RU", "serverTime": 1542867276.311841, "clientCityName": "Lipetsk"}}
  1143. 11-22 09:14:36.109 31590-32322/com.getpure.pure W/SoulTimberLogger: ContentValues:<-- END HTTP (1292-byte body)
  1144. 11-22 09:14:36.490 31590-31632/com.getpure.pure D/Helpshift_CoreInternal: Registering push token : fhO3GhgNBPY:APA91bEl3_yu1oDNiib8B54fA-4Z7vVowEPKSSB-r5QiIZRzqE4nxw0nOA0IcV2iUSKsO9lFJNmYmiwjy90VMaR5VfHixsVPgsJ10V7rn9WKaYwdQq1Uq5qkIU9LWh0_cLSnRyxV6KkU
  1145. 11-22 09:14:36.493 31590-31619/com.getpure.pure I/WorkerWrapper: Worker result SUCCESS for Work [ id=87d0f350-3322-4651-afe9-058eec3dfaf4, tags={ com.soulplatform.pure.app.notifications.FcmTokenWorker } ]
  1146. 11-22 09:14:36.499 31590-31632/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_device, Delay : 60000
  1147. 11-22 09:15:23.634 31590-31665/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_analytics_event
  1148. Dispatching sync for type :data_type_analytics_event, isFullSync : false
  1149. 11-22 09:15:23.655 31590-31665/com.getpure.pure D/Helpshift_AENewtork: Syncing analytics events properties
  1150. 11-22 09:15:24.619 31590-32291/com.getpure.pure D/Helpshift_SyncControl: Data sync complete : data_type_analytics_event, Full sync : false
  1151. 11-22 09:18:08.097 31590-31595/com.getpure.pure I/art: Do partial code cache collection, code=17KB, data=29KB
  1152. 11-22 09:18:08.098 31590-31595/com.getpure.pure I/art: After code cache collection, code=17KB, data=29KB
  1153. Increasing code cache capacity to 128KB
  1154. 11-22 09:19:35.305 31590-31632/com.getpure.pure D/Helpshift_ConvPoller: Stopped listening for in-app conversation updates
  1155. 11-22 09:19:35.338 31590-31652/com.getpure.pure D/Helpshift_SyncControl: Scheduling sync : data_type_session, Delay : 60000
  1156. 11-22 09:19:35.352 31590-32441/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_switch_user
  1157. Triggering sync for type : data_type_device
  1158. 11-22 09:19:35.354 31590-32441/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_user
  1159. Triggering sync for type : data_type_session
  1160. 11-22 09:19:35.355 31590-32441/com.getpure.pure D/Helpshift_SyncControl: Dispatching sync for type :data_type_session, isFullSync : false
  1161. 11-22 09:19:35.375 31590-32441/com.getpure.pure D/Helpshift_SessionNtwrk: Syncing sessions
  1162. 11-22 09:19:35.375 31590-32441/com.getpure.pure D/Helpshift_SyncControl: Triggering sync for type : data_type_analytics_event
  1163. 11-22 09:19:36.365 31590-31652/com.getpure.pure D/Helpshift_SyncControl: Data sync complete : data_type_session, Full sync : false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement