Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2017-08-16 19:01:59.654440 farmclickerprod[8946:7594252] [DYMTLInitPlatform] platform initialization successful
  2.  
  3. 2017-08-16 19:02:00.050209 farmclickerprod[8946:7594118] -> registered mono modules 0x21b1a30
  4. -> applicationDidFinishLaunching()
  5. Player data archive not found at `/var/containers/Bundle/Application/1E28434F-DF84-4F2E-A772-00D44A30A337/farmclickerprod.app/Data/data.unity3d`, using local filesystem2017-08-16 19:02:00.849796 farmclickerprod[8946:7594118] Metal GPU Frame Capture Enabled
  6. 2017-08-16 19:02:00.850644 farmclickerprod[8946:7594118] Metal API Validation Disabled
  7. 2017-08-16 19:02:01.571739 farmclickerprod[8946:7594118] [Crashlytics] Version 3.8.3 (120)
  8. 2017-08-16 19:02:01.798904 farmclickerprod[8946:7594118] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
  9. 2017-08-16 19:02:01.801548 farmclickerprod[8946:7594118] [MC] Reading from public effective user settings.
  10. -> applicationDidBecomeActive()
  11. Renderer: PowerVR SGX 554
  12. Vendor:   Imagination Technologies
  13. Version:  OpenGL ES 2.0 IMGSGX554-128
  14. GLES:     2
  15. GL_OES_depth_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_vertex_array_object GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_draw_instanced GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_EXT_texture_rg GL_EXT_texture_storage GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_framebuffer_multisample GL_APPLE_rgb_422 GL_APPLE_sync GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_APPLE_texture_packed_float GL_IMG_read_format GL_IMG_texture_comp
  16.  
  17. ression_pvrtc
  18. OPENGL LOG: Creating OpenGL ES 2.0 graphics device ; Context level  <OpenGL ES 2.0> ; Context handle 341145040
  19. Initialize engine version: 5.6.0f3 (497a0f351392)
  20. -------- Shader compilation failed
  21. #version 100
  22. #extension GL_EXT_frag_depth : enable
  23. precision highp float;
  24. uniform highp vec4 _ProjectionParams;
  25. uniform highp vec4 _ZBufferParams;
  26. uniform highp mat4 unity_CameraToWorld;
  27. uniform highp mat4 _NonJitteredVP;
  28. uniform highp mat4 _PreviousVP;
  29. uniform highp sampler2D _CameraDepthTexture;
  30. varying highp vec2 xlv_TEXCOORD0;
  31. varying highp vec3 xlv_TEXCOORD1;
  32. void main ()
  33. {
  34.   highp vec4 tmpvar_1;
  35.   tmpvar_1 = texture2D (_CameraDepthTexture, xlv_TEXCOORD0);
  36.   mediump vec2 tmpvar_2;
  37.   highp vec4 tmpvar_3;
  38.   tmpvar_3.w = 1.0;
  39.   tmpvar_3.xyz = ((xlv_TEXCOORD1 * (_ProjectionParams.z / xlv_TEXCOORD1.z)) * (1.0/((
  40.     (_ZBufferParams.x * tmpvar_1.x)
  41.    + _ZBufferParams.y))));
  42.   highp vec4 tmpvar_4;
  43.   tmpvar_4 = (unity_CameraToWorld * tmpvar_3);
  44.   highp vec4 tmpvar_5;
  45.   tmpvar_5 = (_PreviousVP * tmpvar_4);
  46.   highp vec4 tmpvar_6;
  47.   tmpvar_6 = (_NonJitteredVP * tmpvar_4);
  48.   highp vec2 tmpvar_7;
  49.   tmpvar_7 = (((tmpvar_5.xy / tmpvar_5.w) + 1.0) / 2.0);
  50.   highp vec2 tmpvar_8;
  51.   tmpvar_8 = (((tmpvar_6.xy / tmpvar_6.w) + 1.0) / 2.0);
  52.   tmpvar_2 = (tmpvar_8 - tmpvar_7);
  53.   mediump vec4 tmpvar_9;
  54.   tmpvar_9.zw = vec2(0.0, 1.0);
  55.   tmpvar_9.xy = tmpvar_2;
  56.   gl_FragDepthEXT = tmpvar_1.x;
  57.   gl_FragData[0] = tmpvar_9;
  58. }
  59. -------- failed compiling:
  60. fragment evaluation shader
  61. WARNING: 0:4: extension 'GL_EXT_frag_depth' is not supported
  62. ERROR: 0:38: Use of undeclared identifier 'gl_FragDepthEXT'
  63.  
  64. Note: Creation of internal variant of shader 'Hidden/Internal-MotionVectors' failed.
  65. WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Pass '' has no vertex shader
  66. WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Setting to default shader.
  67. WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Pass '' has no vertex shader
  68. WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Setting to default shader.
  69. UnloadTime: 5.010083 ms
  70. [Log] ===> stage: LoadGameData
  71. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  72. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  73. UnityEngine.Debug:LogError(Object)
  74. UnityEngine.Logger:Log(LogType, Object)
  75. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  76. UnityEngine.Debug:Log(Object)
  77. Debug:Log(Object, DLogType)
  78. <ProcessLoading>c__Iterator0:MoveNext()
  79. EasyLayout.EasyLayout:GetUIElements()
  80. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  81. UnityEngine.MonoBehaviour:StartCoroutine_Auto_Internal(IEnumerator)
  82. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  83. DownloadController:Start()
  84.  
  85. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  86.  
  87. [Log] Kostyl, chtoby singlton zhil pri smene scen i initializirovalsya v osnovnom potoke
  88. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  89. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  90. UnityEngine.Debug:LogError(Object)
  91. UnityEngine.Logger:Log(LogType, Object)
  92. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  93. UnityEngine.Debug:Log(Object)
  94. Debug:Log(Object, DLogType)
  95. DownloadController:<Start>m__0()
  96. System.Action:Invoke()
  97. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  98. System.Func`2:Invoke(T)
  99. UnityThreading.Task`1:Do()
  100. UnityThreading.Task:DoInternal()
  101. UnityThreading.Dispatcher:RunTask(Task)
  102. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  103. UnityThreading.Dispatcher:ProcessTasksInternal()
  104. UnityThreading.Dispatcher:ProcessTasks()
  105. UnityThreadHelper:Update()
  106.  
  107. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  108.  
  109. [Log] ===> stage: LoadStorages
  110. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  111. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  112. UnityEngine.Debug:LogError(Object)
  113. UnityEngine.Logger:Log(LogType, Object)
  114. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  115. UnityEngine.Debug:Log(Object)
  116. Debug:Log(Object, DLogType)
  117. <ProcessLoading>c__Iterator0:MoveNext()
  118. EasyLayout.EasyLayout:GetUIElements()
  119. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  120.  
  121. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  122.  
  123. [Log] GoodsDataStorage inited
  124. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  125. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  126. UnityEngine.Debug:LogError(Object)
  127. UnityEngine.Logger:Log(LogType, Object)
  128. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  129. UnityEngine.Debug:Log(Object)
  130. Debug:Log(Object, DLogType)
  131. <LoadStorages>c__Iterator2:MoveNext()
  132. EasyLayout.EasyLayout:GetUIElements()
  133. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  134. UnityEngine.MonoBehaviour:StartCoroutine_Auto_Internal(IEnumerator)
  135. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  136. <ProcessLoading>c__Iterator0:MoveNext()
  137. EasyLayout.EasyLayout:GetUIElements()
  138. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  139.  
  140. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  141.  
  142. [Log] MarketUpgradesDataStorage inited
  143. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  144. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  145. UnityEngine.Debug:LogError(Object)
  146. UnityEngine.Logger:Log(LogType, Object)
  147. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  148. UnityEngine.Debug:Log(Object)
  149. Debug:Log(Object, DLogType)
  150. <LoadStorages>c__Iterator2:MoveNext()
  151. EasyLayout.EasyLayout:GetUIElements()
  152. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  153.  
  154. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  155.  
  156. [Log] PuzzlesDataStorage inited
  157. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  158. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  159. UnityEngine.Debug:LogError(Object)
  160. UnityEngine.Logger:Log(LogType, Object)
  161. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  162. UnityEngine.Debug:Log(Object)
  163. Debug:Log(Object, DLogType)
  164. <LoadStorages>c__Iterator2:MoveNext()
  165. EasyLayout.EasyLayout:GetUIElements()
  166. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  167.  
  168. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  169.  
  170. [Log] ===> stage: LoadGame
  171. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  172. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  173. UnityEngine.Debug:LogError(Object)
  174. UnityEngine.Logger:Log(LogType, Object)
  175. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  176. UnityEngine.Debug:Log(Object)
  177. Debug:Log(Object, DLogType)
  178. <ProcessLoading>c__Iterator0:MoveNext()
  179. EasyLayout.EasyLayout:GetUIElements()
  180. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  181.  
  182. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  183.  
  184. 2017-08-16 19:02:08.676172 farmclickerprod[8946:7594118] Appodeal sdk highly recomend to use only on type of AppodealAdTypeRewardedVideo, AppodealAdTypeNonSkippableVideo!
  185. 2017-08-16 19:02:09.928832 farmclickerprod[8946:7594118] UnityIAP:Requesting 6 products
  186. Using Facebook Unity SDK v7.9.4 with FBiOSSDK/4.17.0
  187. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  188. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  189. UnityEngine.Debug:LogError(Object)
  190. UnityEngine.Logger:Log(LogType, Object)
  191. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  192. UnityEngine.Debug:Log(Object)
  193. Facebook.Unity.DebugLogger:Info(String)
  194. AppodealAds.Unity.Api.Appodeal:disableNetwork(String, Int32)
  195. Facebook.Unity.FacebookLogger:Info(String)
  196. Facebook.Unity.FB:LogVersion()
  197. Facebook.Unity.CompiledFacebookLoader:Start()
  198.  
  199. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  200.  
  201. 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][debug] Got 2 ad items for "Rewarded Video" request
  202. 2017-08-16 19:02:10.062386 farmclickerprod[8946:7594266] 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][debug] Got 2 ad items for "Rewarded Video" request
  203. 2017-08-16 19:02:10.072644 farmclickerprod[8946:7594118] UnityIAP:Requesting product data...
  204. [Log] Kostyl, chtoby singlton zhil pri smene scen i initializirovalsya v osnovnom potoke
  205. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  206. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  207. UnityEngine.Debug:LogError(Object)
  208. UnityEngine.Logger:Log(LogType, Object)
  209. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  210. UnityEngine.Debug:Log(Object)
  211. Debug:Log(Object, DLogType)
  212. AdsManager:<Init>m__0()
  213. System.Action:Invoke()
  214. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  215. System.Func`2:Invoke(T)
  216. UnityThreading.Task`1:Do()
  217. UnityThreading.Task:DoInternal()
  218. UnityThreading.Dispatcher:RunTask(Task)
  219. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  220. UnityThreading.Dispatcher:ProcessTasksInternal()
  221. UnityThreading.Dispatcher:ProcessTasks()
  222. UnityThreadHelper:Update()
  223.  
  224. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  225.  
  226. 2017-08-16 19:02:10.797244 farmclickerprod[8946:7594298] 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  227. 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  228. 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  229. 2017-08-16 19:02:10.798944 farmclickerprod[8946:7594229] 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  230. 2017-08-16 19:02:10.801520 farmclickerprod[8946:7594229] 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  231. 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  232. 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] Video remove caches
  233. 2017-08-16 19:02:10.802503 farmclickerprod[8946:7594229] 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] Video remove caches
  234. 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] Video player dealloc
  235. 2017-08-16 19:02:10.806499 farmclickerprod[8946:7594229] 2017-08-16 16:02:10 +0000 [Appodeal 1.3.9][info] Video player dealloc
  236. 2017-08-16 19:02:10.808499 farmclickerprod[8946:7594118] ADCOLONY 2.6.2.1 [info] AdColony library version: 2.6.2.1 32-bit production
  237. 2017-08-16 19:02:10.812024 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType com.apple.social.twitter
  238. 2017-08-16 19:02:10.830491 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType got serviceType com.apple.social.twitter isAvailable 1
  239. 2017-08-16 19:02:10.830710 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType com.apple.social.twitter returning 1
  240. 2017-08-16 19:02:10.830841 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType com.apple.social.facebook
  241. 2017-08-16 19:02:10.831599 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType got serviceType com.apple.social.facebook isAvailable 0
  242. 2017-08-16 19:02:10.875101 farmclickerprod[8946:7594320] [core] SLComposeViewController _shareExtensionWithIdentifier: continuous discovery block got extensions (
  243.     "<NSExtension: 0x1058d3c0> {id = com.skype.SkypeForiPad.sharingextension}",
  244.     "<NSExtension: 0x10589fc0> {id = com.viber.app-share-extension}",
  245.     "<NSExtension: 0x10589310> {id = com.apple.share.Flickr.post}",
  246.     "<NSExtension: 0x10589a70> {id = com.apple.share.Vimeo.post}",
  247.     "<NSExtension: 0x1057cc10> {id = com.apple.share.Twitter.post}",
  248.     "<NSExtension: 0x1058de60> {id = com.google.Drive.ShareExtension}",
  249.     "<NSExtension: 0x1058df30> {id = com.apple.Music.MediaSocialShareService}",
  250.     "<NSExtension: 0x1058e000> {id = com.apple.mobileslideshow.StreamShareService}",
  251.     "<NSExtension: 0x1058e0d0> {id = com.apple.share.SinaWeibo.post}",
  252.     "<NSExtension: 0x1058e1a0> {id = com.apple.share.Facebook.post}",
  253.     "<NSExtension: 0x1058e270> {id = com.apple.reminders.RemindersEditorExtension}",
  254.     "<NSExtension: 0x1058e340> {id = com.apple.share.TencentWeibo.post}",
  255.     "<NSExtension: 0x1058e470> {id = com.apple.mobilenotes.SharingExtension}"
  256. ) error (null)
  257. 2017-08-16 19:02:10.878561 farmclickerprod[8946:7594320] [core] SLComposeViewController _shareExtensionWithIdentifier: continuous discovery block did update _identifierToShareExtensionMap {
  258.     "com.apple.Music.MediaSocialShareService" = "<NSExtension: 0x1058df30> {id = com.apple.Music.MediaSocialShareService}";
  259.     "com.apple.mobilenotes.SharingExtension" = "<NSExtension: 0x1058e470> {id = com.apple.mobilenotes.SharingExtension}";
  260.     "com.apple.mobileslideshow.StreamShareService" = "<NSExtension: 0x1058e000> {id = com.apple.mobileslideshow.StreamShareService}";
  261.     "com.apple.reminders.RemindersEditorExtension" = "<NSExtension: 0x1058e270> {id = com.apple.reminders.RemindersEditorExtension}";
  262.     "com.apple.share.Facebook.post" = "<NSExtension: 0x1058e1a0> {id = com.apple.share.Facebook.post}";
  263.     "com.apple.share.Flickr.post" = "<NSExtension: 0x10589310> {id = com.apple.share.Flickr.post}";
  264.     "com.apple.share.SinaWeibo.post" = "<NSExtension: 0x1058e0d0> {id = com.apple.share.SinaWeibo.post}";
  265.     "com.apple.share.TencentWeibo.post" = "<NSExtension: 0x1058e340> {id = com.apple.share.TencentWeibo.post}";
  266.     "com.apple.share.Twitter.post" = "<NSExtension: 0x1057cc10> {id = com.apple.share.Twitter.post}";
  267.     "com.apple.share.Vimeo.post" = "<NSExtension: 0x10589a70> {id = com.apple.share.Vimeo.post}";
  268.     "com.google.Drive.ShareExtension" = "<NSExtension: 0x1058de60> {id = com.google.Drive.ShareExtension}";
  269.     "com.skype.SkypeForiPad.sharingextension" = "<NSExtension: 0x1058d3c0> {id = com.skype.SkypeForiPad.sharingextension}";
  270.     "com.viber.app-share-extension" = "<NSExtension: 0x10589fc0> {id = com.viber.app-share-extension}";
  271. }
  272. 2017-08-16 19:02:10.879143 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType got extension <NSExtension: 0x1058e1a0> {id = com.apple.share.Facebook.post} for extensionIdentifer com.apple.share.Facebook.post
  273. 2017-08-16 19:02:10.879275 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType returning YES for overridden extensionIdentifier com.apple.share.Facebook.post
  274. 2017-08-16 19:02:10.882107 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType com.apple.social.facebook returning 1
  275. 2017-08-16 19:02:10.882268 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType com.apple.social.sinaweibo
  276. 2017-08-16 19:02:10.895423 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType got serviceType com.apple.social.sinaweibo isAvailable 0
  277. 2017-08-16 19:02:10.895681 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType got extension <NSExtension: 0x1058e0d0> {id = com.apple.share.SinaWeibo.post} for extensionIdentifer com.apple.share.SinaWeibo.post
  278. 2017-08-16 19:02:10.895995 farmclickerprod[8946:7594118] [core] SLComposeViewController isAvailableForServiceType com.apple.social.sinaweibo returning 0
  279. 2017-08-16 19:02:11.845557 farmclickerprod[8946:7594118] UnityIAP:Received 6 products
  280. 2017-08-16 19:02:11.854514 farmclickerprod[8946:7594118] UnityIAP:No App Receipt found
  281. 2017-08-16 19:02:11.871831 farmclickerprod[8946:7594118] UnityIAP:No App Receipt found
  282. [Log] Payment was initialized!
  283. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  284. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  285. UnityEngine.Debug:LogError(Object)
  286. UnityEngine.Logger:Log(LogType, Object)
  287. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  288. UnityEngine.Debug:Log(Object)
  289. Debug:Log(Object, DLogType)
  290. Payment:OnInitialized(IStoreController, IExtensionProvider)
  291. UnityEngine.Purchasing.StoreListenerProxy:OnInitialized(IStoreController)
  292. System.Collections.Specialized.ListDictionary:Clear()
  293. UnityEngine.Purchasing.PurchasingManager:CheckForInitialization()
  294. UnityEngine.Purchasing.PurchasingManager:OnProductsRetrieved(List`1)
  295. UnityEngine.Purchasing.AppleStoreImpl:RestoreTransactions(Action`1)
  296. UnityEngine.Purchasing.AppleStoreImpl:OnProductsRetrieved(String)
  297. Facebook.Unity.Editor.Dialogs.MockLoginDialog:<SendSuccessResult>m__0(IGraphResult)
  298. UnityEngine.Purchasing.AppleStoreImpl:ProcessMessage(String, String, String, String)
  299. UnityEngine.Purchasing.<MessageCallback>c__AnonStorey1:<>m__0()
  300. System.Action:Invoke()
  301. UnityEngine.Purchasing.Extension.UnityUtil:Update()
  302.  
  303. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  304.  
  305. 2017-08-16 19:02:11.890598 farmclickerprod[8946:7594118] UnityIAP:addTransactionObserver
  306. Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
  307. UnloadTime: 34.411793 ms
  308. -> applicationWillResignActive()
  309.  
  310. Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 7841.
  311. Total: 119.779785 ms (FindLiveObjects: 1.928708 ms CreateObjectMapping: 0.765708 ms MarkObjects: 109.185333 ms  DeleteObjects: 7.897707 ms)
  312.  
  313. Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
  314. [Log] OnApplicationPauseTrue
  315. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  316. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  317. UnityEngine.Debug:LogError(Object)
  318. UnityEngine.Logger:Log(LogType, Object)
  319. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  320. UnityEngine.Debug:Log(Object)
  321. Debug:Log(Object, DLogType)
  322. NotificationsManager:OnApplicationPause(Boolean)
  323.  
  324. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  325.  
  326. [Log] Send IOS Notification at 08/16/2017 23:02:13
  327. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  328. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  329. UnityEngine.Debug:LogError(Object)
  330. UnityEngine.Logger:Log(LogType, Object)
  331. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  332. UnityEngine.Debug:Log(Object)
  333. Debug:Log(Object, DLogType)
  334. LocalNotification:SendRepeatingNotificationIOS(Int64, TimeSpan, String, String)
  335. LocalNotification:SendRepeatingNotification(Int32, TimeSpan, TimeSpan, String, String, Color32, Boolean, Boolean, String)
  336. NotificationsManager:SendNotifications()
  337. NotificationsManager:OnApplicationPause(Boolean)
  338.  
  339. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  340.  
  341. 2017-08-16 19:02:13.975922 farmclickerprod[8946:7594118] [Common] _BSMachError: port fb17; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
  342. 2017-08-16 19:02:13.978866 farmclickerprod[8946:7594118] [Common] _BSMachError: port fb17; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
  343. -> applicationDidBecomeActive()
  344.  
  345. Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 7841.
  346. Total: 152.380219 ms (FindLiveObjects: 2.260041 ms CreateObjectMapping: 0.565208 ms MarkObjects: 149.419830 ms  DeleteObjects: 0.132916 ms)
  347.  
  348. Unloading 0 Unused Serialized files (Serialized files now loaded: 0)
  349. [Log] OnApplicationPauseFalse
  350. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  351. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  352. UnityEngine.Debug:LogError(Object)
  353. UnityEngine.Logger:Log(LogType, Object)
  354. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  355. UnityEngine.Debug:Log(Object)
  356. Debug:Log(Object, DLogType)
  357. NotificationsManager:OnApplicationPause(Boolean)
  358.  
  359. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  360.  
  361.  
  362. Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 7841.
  363. Total: 106.888542 ms (FindLiveObjects: 2.396041 ms CreateObjectMapping: 1.029083 ms MarkObjects: 103.355415 ms  DeleteObjects: 0.105916 ms)
  364.  
  365. 2017-08-16 16:02:16 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  366.     "vast eCPM = 1.484000",
  367.     "adcolony eCPM = 1.340000"
  368. )
  369. 2017-08-16 19:02:16.911144 farmclickerprod[8946:7594383] 2017-08-16 16:02:16 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  370.     "vast eCPM = 1.484000",
  371.     "adcolony eCPM = 1.340000"
  372. )
  373. 2017-08-16 19:02:16.913000 farmclickerprod[8946:7594383] 2017-08-16 16:02:16 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  374. 2017-08-16 16:02:16 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  375. 2017-08-16 16:02:16 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  376. 2017-08-16 19:02:16.928153 farmclickerprod[8946:7594230] 2017-08-16 16:02:16 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  377. [Log] XXXXX onRewardedVideoFailedToLoad
  378. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  379. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  380. UnityEngine.Debug:LogError(Object)
  381. UnityEngine.Logger:Log(LogType, Object)
  382. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  383. UnityEngine.Debug:Log(Object)
  384. Debug:Log(Object, DLogType)
  385. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  386. System.Action:Invoke()
  387. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  388. System.Func`2:Invoke(T)
  389. UnityThreading.Task`1:Do()
  390. UnityThreading.Task:DoInternal()
  391. UnityThreading.Dispatcher:RunTask(Task)
  392. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  393. UnityThreading.Dispatcher:ProcessTasksInternal()
  394. UnityThreading.Dispatcher:ProcessTasks()
  395. UnityThreadHelper:Update()
  396.  
  397. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  398.  
  399. 2017-08-16 16:02:17 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  400. 2017-08-16 19:02:17.043357 farmclickerprod[8946:7594298] 2017-08-16 16:02:17 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  401. 2017-08-16 19:02:18.846135 farmclickerprod[8946:7594297] 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  402. 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  403. 2017-08-16 19:02:18.846901 farmclickerprod[8946:7594383] 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  404. 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  405. 2017-08-16 19:02:18.847389 farmclickerprod[8946:7594297] 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  406. 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  407. 2017-08-16 19:02:18.847897 farmclickerprod[8946:7594383] 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] Video remove caches
  408. 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] Video remove caches
  409. 2017-08-16 19:02:18.848374 farmclickerprod[8946:7594297] 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] Video player dealloc
  410. 2017-08-16 16:02:18 +0000 [Appodeal 1.3.9][info] Video player dealloc
  411. [Log] Language Source was up-to-date with Google Spreadsheet
  412. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  413. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  414. UnityEngine.Debug:LogError(Object)
  415. UnityEngine.Logger:Log(LogType, Object)
  416. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  417. UnityEngine.Debug:Log(Object)
  418. Debug:Log(Object, DLogType)
  419. I2.Loc.<Import_Google_Coroutine>c__Iterator0:MoveNext()
  420. EasyLayout.EasyLayout:GetUIElements()
  421. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  422.  
  423. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  424.  
  425. 2017-08-16 19:02:24.599049 farmclickerprod[8946:7594230] 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  426.     "vast eCPM = 1.484000",
  427.     "adcolony eCPM = 1.340000"
  428. )
  429. 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  430.     "vast eCPM = 1.484000",
  431.     "adcolony eCPM = 1.340000"
  432. )
  433. 2017-08-16 19:02:24.602409 farmclickerprod[8946:7594320] 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  434. 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  435. 2017-08-16 19:02:24.613943 farmclickerprod[8946:7594297] 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  436. 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  437. [Log] XXXXX onRewardedVideoFailedToLoad
  438. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  439. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  440. UnityEngine.Debug:LogError(Object)
  441. UnityEngine.Logger:Log(LogType, Object)
  442. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  443. UnityEngine.Debug:Log(Object)
  444. Debug:Log(Object, DLogType)
  445. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  446. System.Action:Invoke()
  447. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  448. System.Func`2:Invoke(T)
  449. UnityThreading.Task`1:Do()
  450. UnityThreading.Task:DoInternal()
  451. UnityThreading.Dispatcher:RunTask(Task)
  452. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  453. UnityThreading.Dispatcher:ProcessTasksInternal()
  454. UnityThreading.Dispatcher:ProcessTasks()
  455. UnityThreadHelper:Update()
  456.  
  457. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  458.  
  459. 2017-08-16 19:02:24.864844 farmclickerprod[8946:7594298] 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  460. 2017-08-16 16:02:24 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  461. 2017-08-16 19:02:27.235453 farmclickerprod[8946:7594298] 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  462. 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  463. 2017-08-16 19:02:27.242582 farmclickerprod[8946:7594297] 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  464. 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  465. 2017-08-16 19:02:27.245186 farmclickerprod[8946:7594297] 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  466. 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  467. 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] Video remove caches
  468. 2017-08-16 19:02:27.246025 farmclickerprod[8946:7594230] 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] Video remove caches
  469. 2017-08-16 19:02:27.246429 farmclickerprod[8946:7594230] 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] Video player dealloc
  470. 2017-08-16 16:02:27 +0000 [Appodeal 1.3.9][info] Video player dealloc
  471. 2017-08-16 19:02:32.301713 farmclickerprod[8946:7594320] 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  472.     "vast eCPM = 1.484000",
  473.     "adcolony eCPM = 1.340000"
  474. )
  475. 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  476.     "vast eCPM = 1.484000",
  477.     "adcolony eCPM = 1.340000"
  478. )
  479. 2017-08-16 19:02:32.302236 farmclickerprod[8946:7594298] 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  480. 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  481. 2017-08-16 19:02:32.314289 farmclickerprod[8946:7594266] 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  482. 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  483. [Log] XXXXX onRewardedVideoFailedToLoad
  484. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  485. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  486. UnityEngine.Debug:LogError(Object)
  487. UnityEngine.Logger:Log(LogType, Object)
  488. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  489. UnityEngine.Debug:Log(Object)
  490. Debug:Log(Object, DLogType)
  491. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  492. System.Action:Invoke()
  493. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  494. System.Func`2:Invoke(T)
  495. UnityThreading.Task`1:Do()
  496. UnityThreading.Task:DoInternal()
  497. UnityThreading.Dispatcher:RunTask(Task)
  498. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  499. UnityThreading.Dispatcher:ProcessTasksInternal()
  500. UnityThreading.Dispatcher:ProcessTasks()
  501. UnityThreadHelper:Update()
  502.  
  503. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  504.  
  505. 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  506. 2017-08-16 19:02:32.400031 farmclickerprod[8946:7594320] 2017-08-16 16:02:32 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  507. 2017-08-16 19:02:37.025239 farmclickerprod[8946:7594320] 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  508. 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  509. 2017-08-16 19:02:37.029082 farmclickerprod[8946:7594298] 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  510. 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  511. 2017-08-16 19:02:37.029997 farmclickerprod[8946:7594229] 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  512. 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  513. 2017-08-16 19:02:37.031944 farmclickerprod[8946:7594229] 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] Video remove caches
  514. 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] Video remove caches
  515. 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] Video player dealloc
  516. 2017-08-16 19:02:37.032367 farmclickerprod[8946:7594298] 2017-08-16 16:02:37 +0000 [Appodeal 1.3.9][info] Video player dealloc
  517. 2017-08-16 19:02:42.201882 farmclickerprod[8946:7594297] 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  518.     "vast eCPM = 1.484000",
  519.     "adcolony eCPM = 1.340000"
  520. )
  521. 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  522.     "vast eCPM = 1.484000",
  523.     "adcolony eCPM = 1.340000"
  524. )
  525. 2017-08-16 19:02:42.202488 farmclickerprod[8946:7594297] 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  526. 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  527. 2017-08-16 19:02:42.213727 farmclickerprod[8946:7594298] 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  528. 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  529. [Log] XXXXX onRewardedVideoFailedToLoad
  530. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  531. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  532. UnityEngine.Debug:LogError(Object)
  533. UnityEngine.Logger:Log(LogType, Object)
  534. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  535. UnityEngine.Debug:Log(Object)
  536. Debug:Log(Object, DLogType)
  537. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  538. System.Action:Invoke()
  539. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  540. System.Func`2:Invoke(T)
  541. UnityThreading.Task`1:Do()
  542. UnityThreading.Task:DoInternal()
  543. UnityThreading.Dispatcher:RunTask(Task)
  544. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  545. UnityThreading.Dispatcher:ProcessTasksInternal()
  546. UnityThreading.Dispatcher:ProcessTasks()
  547. UnityThreadHelper:Update()
  548.  
  549. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  550.  
  551. 2017-08-16 19:02:42.281877 farmclickerprod[8946:7594320] 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  552. 2017-08-16 16:02:42 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  553. 2017-08-16 19:02:51.403865 farmclickerprod[8946:7594298] 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  554. 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  555. 2017-08-16 19:02:51.411213 farmclickerprod[8946:7594230] 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  556. 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  557. 2017-08-16 19:02:51.413375 farmclickerprod[8946:7594493] 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  558. 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  559. 2017-08-16 19:02:51.415078 farmclickerprod[8946:7594230] 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] Video remove caches
  560. 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] Video remove caches
  561. 2017-08-16 19:02:51.415793 farmclickerprod[8946:7594493] 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] Video player dealloc
  562. 2017-08-16 16:02:51 +0000 [Appodeal 1.3.9][info] Video player dealloc
  563. 2017-08-16 19:02:56.687751 farmclickerprod[8946:7594230] 2017-08-16 16:02:56 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  564.     "vast eCPM = 1.484000",
  565.     "adcolony eCPM = 1.340000"
  566. )
  567. 2017-08-16 16:02:56 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  568.     "vast eCPM = 1.484000",
  569.     "adcolony eCPM = 1.340000"
  570. )
  571. 2017-08-16 19:02:56.688533 farmclickerprod[8946:7594229] 2017-08-16 16:02:56 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  572. 2017-08-16 16:02:56 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  573. 2017-08-16 19:02:56.699681 farmclickerprod[8946:7594297] 2017-08-16 16:02:56 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  574. 2017-08-16 16:02:56 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  575. [Log] XXXXX onRewardedVideoFailedToLoad
  576. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  577. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  578. UnityEngine.Debug:LogError(Object)
  579. UnityEngine.Logger:Log(LogType, Object)
  580. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  581. UnityEngine.Debug:Log(Object)
  582. Debug:Log(Object, DLogType)
  583. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  584. System.Action:Invoke()
  585. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  586. System.Func`2:Invoke(T)
  587. UnityThreading.Task`1:Do()
  588. UnityThreading.Task:DoInternal()
  589. UnityThreading.Dispatcher:RunTask(Task)
  590. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  591. UnityThreading.Dispatcher:ProcessTasksInternal()
  592. UnityThreading.Dispatcher:ProcessTasks()
  593. UnityThreadHelper:Update()
  594.  
  595. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  596.  
  597. 2017-08-16 16:02:57 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  598. 2017-08-16 19:02:57.865478 farmclickerprod[8946:7594230] 2017-08-16 16:02:57 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  599. 2017-08-16 19:03:13.417053 farmclickerprod[8946:7594229] 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  600. 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  601. 2017-08-16 19:03:13.417978 farmclickerprod[8946:7594229] 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  602. 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  603. 2017-08-16 19:03:13.418573 farmclickerprod[8946:7594229] 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  604. 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  605. 2017-08-16 19:03:13.419115 farmclickerprod[8946:7594298] 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] Video remove caches
  606. 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] Video remove caches
  607. 2017-08-16 19:03:13.420563 farmclickerprod[8946:7594229] 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] Video player dealloc
  608. 2017-08-16 16:03:13 +0000 [Appodeal 1.3.9][info] Video player dealloc
  609. 2017-08-16 19:03:18.711515 farmclickerprod[8946:7594320] 2017-08-16 16:03:18 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  610.     "vast eCPM = 1.484000",
  611.     "adcolony eCPM = 1.340000"
  612. )
  613. 2017-08-16 16:03:18 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  614.     "vast eCPM = 1.484000",
  615.     "adcolony eCPM = 1.340000"
  616. )
  617. 2017-08-16 16:03:18 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  618. 2017-08-16 19:03:18.712094 farmclickerprod[8946:7594320] 2017-08-16 16:03:18 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  619. 2017-08-16 19:03:18.728175 farmclickerprod[8946:7594229] 2017-08-16 16:03:18 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  620. 2017-08-16 16:03:18 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  621. [Log] XXXXX onRewardedVideoFailedToLoad
  622. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  623. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  624. UnityEngine.Debug:LogError(Object)
  625. UnityEngine.Logger:Log(LogType, Object)
  626. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  627. UnityEngine.Debug:Log(Object)
  628. Debug:Log(Object, DLogType)
  629. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  630. System.Action:Invoke()
  631. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  632. System.Func`2:Invoke(T)
  633. UnityThreading.Task`1:Do()
  634. UnityThreading.Task:DoInternal()
  635. UnityThreading.Dispatcher:RunTask(Task)
  636. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  637. UnityThreading.Dispatcher:ProcessTasksInternal()
  638. UnityThreading.Dispatcher:ProcessTasks()
  639. UnityThreadHelper:Update()
  640.  
  641. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  642.  
  643. 2017-08-16 16:03:19 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  644. 2017-08-16 19:03:19.559613 farmclickerprod[8946:7594320] 2017-08-16 16:03:19 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  645. 2017-08-16 19:03:54.445219 farmclickerprod[8946:7594320] 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  646. 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  647. 2017-08-16 19:03:54.450137 farmclickerprod[8946:7594298] 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  648. 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  649. 2017-08-16 19:03:54.450666 farmclickerprod[8946:7594230] 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  650. 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  651. 2017-08-16 19:03:54.451395 farmclickerprod[8946:7594298] 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] Video remove caches
  652. 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] Video remove caches
  653. 2017-08-16 19:03:54.452041 farmclickerprod[8946:7594230] 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] Video player dealloc
  654. 2017-08-16 16:03:54 +0000 [Appodeal 1.3.9][info] Video player dealloc
  655. 2017-08-16 19:03:59.739922 farmclickerprod[8946:7594298] 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  656.     "vast eCPM = 1.484000",
  657.     "adcolony eCPM = 1.340000"
  658. )
  659. 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  660.     "vast eCPM = 1.484000",
  661.     "adcolony eCPM = 1.340000"
  662. )
  663. 2017-08-16 19:03:59.740466 farmclickerprod[8946:7594698] 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  664. 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  665. 2017-08-16 19:03:59.751152 farmclickerprod[8946:7594654] 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  666. 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  667. [Log] XXXXX onRewardedVideoFailedToLoad
  668. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  669. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  670. UnityEngine.Debug:LogError(Object)
  671. UnityEngine.Logger:Log(LogType, Object)
  672. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  673. UnityEngine.Debug:Log(Object)
  674. Debug:Log(Object, DLogType)
  675. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  676. System.Action:Invoke()
  677. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  678. System.Func`2:Invoke(T)
  679. UnityThreading.Task`1:Do()
  680. UnityThreading.Task:DoInternal()
  681. UnityThreading.Dispatcher:RunTask(Task)
  682. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  683. UnityThreading.Dispatcher:ProcessTasksInternal()
  684. UnityThreading.Dispatcher:ProcessTasks()
  685. UnityThreadHelper:Update()
  686.  
  687. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  688.  
  689. 2017-08-16 19:03:59.903393 farmclickerprod[8946:7594654] 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  690. 2017-08-16 16:03:59 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  691. 2017-08-16 19:05:10.595795 farmclickerprod[8946:7594716] 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  692. 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  693. 2017-08-16 19:05:10.596633 farmclickerprod[8946:7594830] 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  694. 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.484000 did failed to load (1 round)
  695. 2017-08-16 19:05:10.597195 farmclickerprod[8946:7594716] 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  696. 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  697. 2017-08-16 19:05:10.597753 farmclickerprod[8946:7594830] 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] Video remove caches
  698. 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] Video remove caches
  699. 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] Video player dealloc
  700. 2017-08-16 19:05:10.598541 farmclickerprod[8946:7594830] 2017-08-16 16:05:10 +0000 [Appodeal 1.3.9][info] Video player dealloc
  701. 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  702.     "vast eCPM = 1.484000",
  703.     "adcolony eCPM = 1.340000"
  704. )
  705. 2017-08-16 19:05:15.904286 farmclickerprod[8946:7594550] 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: (null), failed adItems (
  706.     "vast eCPM = 1.484000",
  707.     "adcolony eCPM = 1.340000"
  708. )
  709. 2017-08-16 19:05:15.904693 farmclickerprod[8946:7594550] 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  710. 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  711. 2017-08-16 19:05:15.914462 farmclickerprod[8946:7594654] 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  712. 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][debug] Rewarded video did fail to load with error Error Domain=com.appodeal.error Code=195944101 "Mediation failed: No fill" UserInfo={NSLocalizedDescription=Mediation failed: No fill}
  713. [Log] XXXXX onRewardedVideoFailedToLoad
  714. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  715. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  716. UnityEngine.Debug:LogError(Object)
  717. UnityEngine.Logger:Log(LogType, Object)
  718. SimpleJson.Reflection.ReflectionUtils:IsTypeGenericeCollectionInterface(Type)
  719. UnityEngine.Debug:Log(Object)
  720. Debug:Log(Object, DLogType)
  721. AdsManager:<onRewardedVideoFailedToLoad>m__3()
  722. System.Action:Invoke()
  723. UnityThreading.<Task>c__AnonStorey2:<>m__0(Task)
  724. System.Func`2:Invoke(T)
  725. UnityThreading.Task`1:Do()
  726. UnityThreading.Task:DoInternal()
  727. UnityThreading.Dispatcher:RunTask(Task)
  728. UnityThreading.Dispatcher:ProcessSingleTask(Task)
  729. UnityThreading.Dispatcher:ProcessTasksInternal()
  730. UnityThreading.Dispatcher:ProcessTasks()
  731. UnityThreadHelper:Update()
  732.  
  733. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  734.  
  735. 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
  736. 2017-08-16 19:05:15.984493 farmclickerprod[8946:7594654] 2017-08-16 16:05:15 +0000 [Appodeal 1.3.9][warning] Sending stats failed with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement