My first scene is taking long time to load on Android. I am using an OBB file. My scene structure is OBB Loader → Splash → Main Scene.
The OBB Loader and splash appear to load quite quickly. But it takes the Main Scene 34 seconds to display. ( I have included log below)
I can’t see anything in the logs that might be causing this.
The only thing that looked odd was a whole lot of messages about youtube. I don’t know what is prompting these. I am using Prime31 for Interstitial ads, maybe this is generating these messages. EDIT: Issue had nothing to do with Prime31.
There is an 8 second gap in messages at 18:35:17, I have marked the gap. No idea what is causing this.
I can only guess that the 34 seconds is the time it takes to decompress all resources for the main scene out of OBB file.
The total size of resources used in scene is 8Mb. About a third each for textures, meshes and light maps. I tried a test scene with minimal resources. It still took exactly the same time to load.
Once you get into the main menu. Changing scenes is very quick, even coming back to the main menu. Maybe the entire OBB is being decompressed and loaded into memory. Once there, everything goes fast…
My APK is 11Mb, my OBB is 42Mb.
I am lost on how to trouble shoot this further.
I would appreciate any trouble shooting tips.
================================================================
01-18 18:35:01.778: D/dalvikvm(1261): GC_FOR_ALLOC freed 304K, 8% free 9711K/10500K, paused 28ms, total 28ms
01-18 18:35:02.928: I/ActivityManager(489): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.zoneoffun.ropez/com.prime31.UnityPlayerNativeActivity bnds=[493,502][610,619]} from pid 1120
01-18 18:35:03.008: D/dalvikvm(489): GC_FOR_ALLOC freed 396K, 24% free 18124K/23744K, paused 79ms, total 79ms
01-18 18:35:03.028: I/ActivityManager(489): Start proc com.zoneoffun.ropez for activity com.zoneoffun.ropez/com.prime31.UnityPlayerNativeActivity: pid=22576 uid=10116 gids={50116, 3003, 1028, 1015}
01-18 18:35:03.068: D/dalvikvm(123): GC_EXPLICIT freed 42K, 2% free 7606K/7688K, paused 2ms+5ms, total 36ms
01-18 18:35:03.088: D/dalvikvm(123): GC_EXPLICIT freed <1K, 2% free 7606K/7688K, paused 2ms+2ms, total 22ms
01-18 18:35:03.108: D/dalvikvm(123): GC_EXPLICIT freed <1K, 2% free 7606K/7688K, paused 1ms+3ms, total 24ms
01-18 18:35:03.148: W/linker(22576): libmain.so has text relocations. This is wasting memory and is a security risk. Please fix.
01-18 18:35:03.158: D/dalvikvm(22576): Trying to load lib /data/app-lib/com.zoneoffun.ropez-1/libmain.so 0x42593d50
01-18 18:35:03.158: D/dalvikvm(22576): Added shared lib /data/app-lib/com.zoneoffun.ropez-1/libmain.so 0x42593d50
01-18 18:35:03.158: W/linker(22576): libmono.so has text relocations. This is wasting memory and is a security risk. Please fix.
01-18 18:35:03.168: W/linker(22576): libunity.so has text relocations. This is wasting memory and is a security risk. Please fix.
01-18 18:35:03.318: I/Prime31(22576): found Activity proxy class: class com.prime31.PlayGameServicesPlugin
01-18 18:35:03.318: I/Prime31(22576): onCreate. calling through to init
01-18 18:35:03.348: D/dalvikvm(22576): GC_CONCURRENT freed 305K, 5% free 7805K/8148K, paused 4ms+3ms, total 38ms
01-18 18:35:03.348: W/PopupManager(22576): You have not specified a View to use as content view for popups. Falling back to the Activity content view which may not work properly in future versions of the API. Use setViewForPopups() to set your content view.
01-18 18:35:03.408: I/Prime31(22576): onStart. calling through to onStart
01-18 18:35:03.908: D/AppStateService(1060): client connected with version: 5089000
01-18 18:35:04.048: I/ActivityManager(489): Displayed com.zoneoffun.ropez/com.prime31.UnityPlayerNativeActivity: +1s26ms
01-18 18:35:04.078: D/dalvikvm(22576): Note: class Lcom/google/android/gms/games/internal/IGamesService$Stub; has 186 unimplemented (abstract) methods
01-18 18:35:04.268: D/dalvikvm(1172): GC_CONCURRENT freed 449K, 7% free 8978K/9588K, paused 6ms+6ms, total 80ms
01-18 18:35:04.278: E/rsC++(1120): RS Message thread exiting.
01-18 18:35:04.338: D/libEGL(22576): loaded /system/lib/egl/libEGL_tegra.so
01-18 18:35:04.348: D/libEGL(22576): loaded /system/lib/egl/libGLESv1_CM_tegra.so
01-18 18:35:04.358: D/libEGL(22576): loaded /system/lib/egl/libGLESv2_tegra.so
01-18 18:35:04.378: D/Unity(22576): GL_OES_rgb8_rgba8 GL_OES_EGL_sync GL_OES_fbo_render_mipmap GL_NV_depth_nonlinear GL_NV_draw_path GL_NV_texture_npot_2D_mipmap GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_vertex_half_float GL_OES_mapbuffer GL_NV_draw_buffers GL_NV_multiview_draw_buffers GL_EXT_Cg_shader GL_EXT_packed_float GL_OES_texture_half_float GL_EXT_texture_array GL_OES_compressed_ETC1_RGB8_texture GL_EXT_texture_compression_latc GL_NV_texture_compression_latc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_NV_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_NV_get_tex_image GL_NV_read_buffer GL_NV_shader_framebuffer_fetch GL_NV_copy_image GL_NV_fbo_color_attachments GL_EXT_bgra GL_EXT_texture_format_BGRA8888 GL_EXT_unpack_subimage GL_NV_pack_subimage GL_NV_texture_compression_s3tc_update GL_NV_read_depth GL_NV_read_stencil GL_NV_uniform_buffer_object GL_EXT_robustness GL_OES_standard_derivatives GL_NV_EGL_stream_consumer_external GL_NV_3dvision_settings GL_EXT_debug_marker GL_EXT_debug_label GL_NV_
01-18 18:35:04.378: D/Unity(22576): coverage_sample GL_EXT_occlusion_query_boolean GL_NV_timer_query
01-18 18:35:04.418: W/libc(22576): pthread_create sched_setscheduler call failed: Operation not permitted
01-18 18:35:04.748: D/dalvikvm(1060): GC_CONCURRENT freed 882K, 11% free 10789K/12000K, paused 3ms+6ms, total 44ms
01-18 18:35:04.748: D/dalvikvm(1060): WAIT_FOR_CONCURRENT_GC blocked 11ms
01-18 18:35:05.038: D/dalvikvm(1060): GC_CONCURRENT freed 1145K, 11% free 10729K/12000K, paused 3ms+5ms, total 51ms
01-18 18:35:05.038: D/dalvikvm(1060): WAIT_FOR_CONCURRENT_GC blocked 19ms
01-18 18:35:05.188: D/dalvikvm(489): GC_EXPLICIT freed 530K, 24% free 18214K/23744K, paused 2ms+9ms, total 113ms
01-18 18:35:05.388: D/dalvikvm(1060): GC_CONCURRENT freed 1041K, 11% free 10753K/12000K, paused 4ms+5ms, total 47ms
01-18 18:35:05.388: D/dalvikvm(1060): WAIT_FOR_CONCURRENT_GC blocked 15ms
01-18 18:35:05.608: D/dalvikvm(1060): GC_CONCURRENT freed 1067K, 11% free 10759K/12000K, paused 3ms+4ms, total 45ms
01-18 18:35:05.608: D/dalvikvm(1060): WAIT_FOR_CONCURRENT_GC blocked 14ms
01-18 18:35:05.728: D/dalvikvm(489): GC_EXPLICIT freed 173K, 24% free 18112K/23744K, paused 3ms+7ms, total 90ms
01-18 18:35:05.948: D/dalvikvm(1060): GC_CONCURRENT freed 1118K, 12% free 10636K/12000K, paused 4ms+6ms, total 49ms
01-18 18:35:06.228: W/SensorService(489): sensor 00000002 already enabled in connection 0x68b79618 (ignoring)
01-18 18:35:06.248: D/dalvikvm(22576): GC_CONCURRENT freed 280K, 4% free 7922K/8248K, paused 2ms+1ms, total 17ms
01-18 18:35:06.638: I/Unity(22576): MYLOG expPath = /storage/emulated/0/Android/obb/com.zoneoffun.ropez
01-18 18:35:06.638: I/Unity(22576):
01-18 18:35:06.638: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:06.648: I/Unity(22576): MYLOG Main = /storage/emulated/0/Android/obb/com.zoneoffun.ropez/main.9.com.zoneoffun.ropez.obb
01-18 18:35:06.648: I/Unity(22576):
01-18 18:35:06.648: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:06.648: I/Unity(22576): MYLOG Main = /main.9.com.zoneoffun.ropez.obb
01-18 18:35:06.648: I/Unity(22576):
01-18 18:35:06.648: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:06.738: D/dalvikvm(22576): GC_CONCURRENT freed 402K, 6% free 7913K/8356K, paused 2ms+1ms, total 27ms
01-18 18:35:07.208: I/Unity(22576): MYLOG waiting mainPath /storage/emulated/0/Android/obb/com.zoneoffun.ropez/main.9.com.zoneoffun.ropez.obb
01-18 18:35:07.208: I/Unity(22576):
01-18 18:35:07.208: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:07.208: I/Unity(22576): MYLOG downloading file:///storage/emulated/0/Android/obb/com.zoneoffun.ropez/main.9.com.zoneoffun.ropez.obb
01-18 18:35:07.208: I/Unity(22576):
01-18 18:35:07.208: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:08.368: D/dalvikvm(22576): GC_CONCURRENT freed 349K, 6% free 7955K/8428K, paused 3ms+1ms, total 39ms
01-18 18:35:09.878: W/libc(22576): pthread_create sched_setscheduler call failed: Operation not permitted
01-18 18:35:10.348: D/dalvikvm(1261): GC_FOR_ALLOC freed 301K, 8% free 9708K/10500K, paused 26ms, total 26ms
01-18 18:35:10.608: D/Prime31-GH(22576): GameHelper: Debug log enabled.
01-18 18:35:10.618: I/Prime31(22576): setting: 4 test devices
01-18 18:35:10.618: I/Prime31(22576): total test devices: 4
01-18 18:35:10.638: D/Finsky(14706): [319] InAppBillingUtils.pickAccount: com.zoneoffun.ropez: Account determined from installer data - [r75t-5NzKkssOrXn7sIsq1VUM60]
01-18 18:35:10.638: D/Finsky(14706): [346] InAppBillingUtils.pickAccount: com.zoneoffun.ropez: Account determined from installer data - [r75t-5NzKkssOrXn7sIsq1VUM60]
01-18 18:35:10.668: I/Unity(22576): billingSupportedEvent
01-18 18:35:10.668: I/Unity(22576):
01-18 18:35:10.668: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:10.698: D/dalvikvm(22576): GC_CONCURRENT freed 467K, 6% free 7966K/8472K, paused 2ms+2ms, total 31ms
01-18 18:35:10.708: V/WebViewChromiumFactoryProvider(22576): Binding Chromium to main looper Looper (main, tid 1) {4258f6c8}
01-18 18:35:10.718: I/LibraryLoader(22576): Expected native library version number “”,actual native library version number “”
01-18 18:35:10.718: I/chromium(22576): [INFO:library_loader_hooks.cc(116)] Chromium logging enabled: level = 0, default verbosity = 0
01-18 18:35:10.718: I/BrowserStartupController(22576): Initializing chromium process, renderers=0
01-18 18:35:10.718: E/AudioManagerAndroid(22576): BLUETOOTH permission is missing!
01-18 18:35:10.778: I/Ads(22576): Starting ad request.
01-18 18:35:10.778: I/Ads(22576): Use AdRequest.Builder.addTestDevice(“0D1D80FFD9091D437F0DDDFA63372E1D”) to get test ads on this device.
01-18 18:35:10.778: I/Ads(22576): Please set theme of AdActivity to @android:style/Theme.Translucent to enable transparent background interstitial ad.
01-18 18:35:10.788: D/Finsky(14706): [345] InAppBillingUtils.pickAccount: com.zoneoffun.ropez: Account determined from installer data - [r75t-5NzKkssOrXn7sIsq1VUM60]
01-18 18:35:10.808: D/Finsky(14706): [318] InAppBillingUtils.pickAccount: com.zoneoffun.ropez: Account determined from installer data - [r75t-5NzKkssOrXn7sIsq1VUM60]
01-18 18:35:10.818: D/dalvikvm(22576): DexOpt: — BEGIN ‘ads-833511803.jar’ (bootstrap=0) —
01-18 18:35:10.848: D/Finsky(14706): [319] InAppBillingUtils.pickAccount: com.zoneoffun.ropez: Account determined from installer data - [r75t-5NzKkssOrXn7sIsq1VUM60]
01-18 18:35:10.858: D/Finsky(14706): [346] InAppBillingUtils.pickAccount: com.zoneoffun.ropez: Account determined from installer data - [r75t-5NzKkssOrXn7sIsq1VUM60]
01-18 18:35:10.868: D/dalvikvm(22576): GC_CONCURRENT freed 198K, 4% free 8164K/8472K, paused 5ms+1ms, total 33ms
01-18 18:35:10.998: D/dalvikvm(22660): DexOpt: load 4ms, verify+opt 8ms, 175996 bytes
01-18 18:35:11.038: D/dalvikvm(22576): DexOpt: — END ‘ads-833511803.jar’ (success) —
01-18 18:35:11.038: D/dalvikvm(22576): DEX prep ‘/data/data/com.zoneoffun.ropez/cache/ads-833511803.jar’: unzip in 0ms, rewrite 218ms
01-18 18:35:11.648: D/BackupManagerService(489): Now staging backup of android
01-18 18:35:11.908: I/chromium(1060): [INFO:CONSOLE(0)] “Document was loaded from Application Cache with manifest https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/sdk-core-v40-loader.appcache”, source: https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/sdk-core-v40-loader.html (0)
01-18 18:35:11.908: I/chromium(1060): [INFO:CONSOLE(0)] “Application Cache Checking event”, source: https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/sdk-core-v40-loader.html (0)
01-18 18:35:11.908: I/chromium(1060): [INFO:CONSOLE(0)] “Application Cache NoUpdate event”, source: https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/sdk-core-v40-loader.html (0)
01-18 18:35:12.788: I/Unity(22576): Activate Panel: Panel - Main2
01-18 18:35:12.788: I/Unity(22576):
01-18 18:35:12.788: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:12.968: D/dalvikvm(1060): GC_FOR_ALLOC freed 329K, 12% free 10622K/12000K, paused 35ms, total 35ms
01-18 18:35:12.988: W/chromium(22576): [WARNING:proxy_service.cc(890)] PAC support disabled because there is no system implementation
01-18 18:35:13.058: D/dalvikvm(22576): GC_CONCURRENT freed 278K, 4% free 8313K/8636K, paused 2ms+2ms, total 25ms
01-18 18:35:14.178: I/Ads(22576): Ad finished loading.
01-18 18:35:14.178: D/Prime31(22576): interstitial: onReceiveAd
01-18 18:35:14.658: D/dalvikvm(22576): GC_FOR_ALLOC freed 245K, 5% free 8451K/8860K, paused 23ms, total 23ms
01-18 18:35:14.878: D/dalvikvm(22576): GC_CONCURRENT freed 326K, 5% free 8537K/8904K, paused 34ms+2ms, total 59ms
01-18 18:35:15.488: E/Ads(22576): JS: Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.youtube.com’) does not match the recipient window’s origin (‘http://imasdk.googleapis.com’). :)0)
01-18 18:35:15.488: I/chromium(22576): [INFO:CONSOLE(0)] “Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.youtube.com’) does not match the recipient window’s origin (‘http://imasdk.googleapis.com’).”, source: (0)
01-18 18:35:17.018: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.018: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.018: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.018: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.018: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.018: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.018: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.018: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.018: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.018: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.038: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.038: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.038: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.038: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.038: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.038: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.038: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.038: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.048: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.048: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.048: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.048: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.048: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.048: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.048: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.048: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.048: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.048: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.058: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.058: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.058: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.058: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.058: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.058: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.058: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.058: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.068: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.068: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.068: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.068: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.068: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.068: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.068: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.068: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.068: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.068: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.078: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.078: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.078: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.078: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.078: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.078: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.078: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.078: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.088: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.088: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.088: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.088: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.088: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.088: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.098: E/Ads(22576): JS: XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP. (https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com:0)
01-18 18:35:17.098: I/chromium(22576): [INFO:CONSOLE(0)] “XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for HTTP.”, source: https://www.youtube.com/embed/?el=adunit&controls=0&html5=1&playsinline=1&showinfo=0&enablejsapi=1&origin=http://imasdk.googleapis.com (0)
01-18 18:35:17.128: W/Ads(22576): JS: event.returnValue is deprecated. Please use the standard event.preventDefault() instead. :)0)
01-18 18:35:17.128: I/chromium(22576): [INFO:CONSOLE(0)] “event.returnValue is deprecated. Please use the standard event.preventDefault() instead.”, source: (0)
*************************** Big Gap Here ***********************************
01-18 18:35:25.778: D/GCM(1172): Message class com.google.e.a.a.h
01-18 18:35:26.278: D/ConnectivityService(489): handleInetConditionHoldEnd: net=1, condition=100, published condition=100
01-18 18:35:36.138: I/Unity(22576): ouya-unity-plugin version: 1.0.7.4
01-18 18:35:36.138: I/Unity(22576):
01-18 18:35:36.138: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:36.148: I/Unity(22576): JavaSetDeveloperId
01-18 18:35:36.148: I/Unity(22576):
01-18 18:35:36.148: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:36.178: E/Unity(22576): OuyaSDK.JavaSetDeveloperId exception=UnityEngine.AndroidJavaException: java.lang.ClassNotFoundException: tv.ouya.sdk.OuyaUnityPlugin
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJNISafe.CheckException () [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJNISafe.CallStaticObjectMethod (IntPtr clazz, IntPtr methodID, UnityEngine.jvalue[ ] args) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaObject._CallStatic[AndroidJavaObject] (System.String methodName, System.Object[ ] args) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaObject.CallStatic[AndroidJavaObject] (System.String methodName, System.Object[ ] args) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaObject.FindClass (System.String name) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaClass._AndroidJavaClass (System.String className) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaClass…ctor (System.String className) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at OuyaSDK+OuyaJava.JavaSetDeveloperId (
01-18 18:35:36.178: I/Unity(22576): JavaUnityInitialized
01-18 18:35:36.178: I/Unity(22576):
01-18 18:35:36.178: I/Unity(22576): (Filename: ./artifacts/AndroidManagedGenerated/UnityEngineDebug.cpp Line: 53)
01-18 18:35:36.178: E/Unity(22576): OuyaSDK.JavaUnityInitialized exception=UnityEngine.AndroidJavaException: java.lang.ClassNotFoundException: tv.ouya.sdk.OuyaUnityPlugin
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJNISafe.CheckException () [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJNISafe.CallStaticObjectMethod (IntPtr clazz, IntPtr methodID, UnityEngine.jvalue[ ] args) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaObject._CallStatic[AndroidJavaObject] (System.String methodName, System.Object[ ] args) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaObject.CallStatic[AndroidJavaObject] (System.String methodName, System.Object[ ] args) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaObject.FindClass (System.String name) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaClass._AndroidJavaClass (System.String className) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at UnityEngine.AndroidJavaClass…ctor (System.String className) [0x00000] in :0
01-18 18:35:36.178: E/Unity(22576): at OuyaSDK+OuyaJava.JavaUnityInitializ
01-18 18:35:36.258: I/Unity(22576): Activate Main Panel