• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Problem with ads - ad failed to load: 3

F

frekkanzer2

Guest
Hello guys! I've finished a game for android and now i'm trying to add advertisements, particularly reward ads (yes, it's possible in gm lol).
The code works, but when i test it gives me that error: "ad failed to load: 3"
I'll share with you the problem given by the console.
Please can anyone help me? :( I'm desperate!
Sorry for my bad english!

CONSOLE

--------- beginning of system
--------- beginning of main
01-31 11:48:13.989 4300 4300 I Ads : Updating ad debug logging enablement.
01-31 11:48:14.543 4300 4379 W Ads : Update ad debug logging enablement as false
01-31 12:21:28.516 9011 9011 I yoyo : onCreate
01-31 12:21:28.517 9011 9011 I yoyo : #######!!!!!!! Checking for runner! failed
01-31 12:21:28.517 9011 9011 I yoyo : Found Runner flag in manifest, not using APK expansion
01-31 12:21:28.518 9011 9011 I yoyo : ###@@@@!!!~~~~###### versionName - 1.0.0
01-31 12:21:28.532 9011 9011 I yoyo : ###@@@@!!!~~~~###### default orientation - 1
01-31 12:21:28.533 9011 9011 I yoyo : File Path for INI:: /storage/emulated/0/GMstudio/GameAssetsDROID.zip
01-31 12:21:28.535 9011 9011 D yoyo : Exception while setting up Inijava.io.FileNotFoundException: /storage/emulated/0/GMstudio/GameAssetsDROID.zip (Permission denied)
01-31 12:21:28.536 9011 9011 I yoyo : INI loaded
01-31 12:21:28.536 9011 9011 I yoyo : Attempting to initialise extension class com.imtech.brawlerz.GooglePlayServicesExtension
01-31 12:21:28.538 9011 9011 I yoyo : Method found, attempting to invoke Init
01-31 12:21:28.544 9011 9011 I yoyo : Google Play Services extension initialising
01-31 12:21:28.544 9011 9011 I yoyo : Failed to find appid, Google Play Services will not be initialised.
01-31 12:21:28.545 9011 9011 I yoyo : @@@@@@@ Build.Display = PKQ1.180917.001.V10.0.3.0.PDLMIXM BRAND=xiaomi DEVICE=daisy_sprout MANUFACTURER=Xiaomi MODEL=Mi A2 Lite PRODUCT=daisy
01-31 12:21:28.545 9011 9011 I yoyo : @@@@@@@ XPeriaPlay=false manufacturer=false model=false
01-31 12:21:28.545 9011 9011 I yoyo : Extension Class not found: com.imtech.brawlerz.GooglePlayLicensingAsExt attempting to call checkLicensing
01-31 12:21:28.545 9011 9011 I yoyo : !!!!!!! Checking if APK Expansion file required...
01-31 12:21:28.546 9011 9011 I yoyo : + + + + setupView + + + +
01-31 12:21:28.564 9011 9011 I yoyo : File Path for INI:: /storage/emulated/0/GMstudio/GameAssetsDROID.zip
01-31 12:21:28.568 9011 9011 D yoyo : Exception while setting up Inijava.io.FileNotFoundException: /storage/emulated/0/GMstudio/GameAssetsDROID.zip (Permission denied)
01-31 12:21:28.568 9011 9011 I yoyo : INI loaded
01-31 12:21:28.568 9011 9011 I yoyo : RestrictOrientation setting from YYPrefs
01-31 12:21:28.568 9011 9011 I yoyo : RestrictOrientation("true", "false"false"false")
01-31 12:21:28.713 9011 9011 I yoyo : Reading GL config option...
01-31 12:21:28.716 9011 9011 I yoyo : Using OpenGL ES 1 renderer
01-31 12:21:28.716 9011 9011 I yoyo : DemoGLSurfaceView: CREATED
01-31 12:21:28.727 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:28.736 9011 9011 I yoyo : !!!!!!! Using frame count timing if possible...
01-31 12:21:28.741 9011 9011 I yoyo : onStart
01-31 12:21:28.742 9011 9011 I yoyo : googleplayservices extension onStart called
01-31 12:21:28.743 9011 9011 I yoyo : onResume
01-31 12:21:28.744 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:28.752 9011 9011 I yoyo : googleplayservices extension onResume called. Signed in on pause: false. Signed in now: false
01-31 12:21:28.851 9011 9011 I yoyo : calculated orientation - 1
01-31 12:21:28.965 9011 9035 I yoyo : chooseConfig
01-31 12:21:28.994 9011 9035 I yoyo : OpenGL ES Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_extended_get GL_QCOM_tiled_rendering
01-31 12:21:28.994 9011 9035 I yoyo : Device supports 32bit display formats
01-31 12:21:28.996 9011 9035 I yoyo : 16 bit colour depth forced
01-31 12:21:28.998 9011 9035 I yoyo : Trying EGL config : EGLConfig 3: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFFER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=16384 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_MAX_PBUFFER_PIXELS=268435456 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_NATIVE_RENDERABLE=1 EGL_NATIVE_VISUAL_TYPE=-1 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=0 EGL_SURFACE_TYPE=5541 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=-1 EGL_TRANSPARENT_GREEN_VALUE=-1 EGL_TRANSPARENT_BLUE_VALUE=-1
01-31 12:21:29.001 9011 9035 I yoyo : Selected EGL config working
01-31 12:21:29.006 9011 9035 I yoyo : Renderer instance is gl1.1, framebuffer object is: 0
01-31 12:21:29.034 9011 9035 I yoyo : APK File Path :: /data/app/com.imtech.brawlerz-RsULGCQJxARja715hQ8OQA==/base.apk
01-31 12:21:29.034 9011 9035 I yoyo : OpenGL ES-2.0 is supported: 196610
01-31 12:21:29.053 9011 9011 I yoyo : onWindowFocusChanged(true|false)
01-31 12:21:29.053 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.065 9011 9011 I yoyo : onPause
01-31 12:21:29.068 9011 9011 I yoyo : Pausing the Runner
01-31 12:21:29.069 9011 9035 I yoyo : onSurfaceChanged :: width=2009 height=1080
01-31 12:21:29.069 9011 9035 I yoyo : State->Splash
01-31 12:21:29.152 9011 9011 I yoyo : onWindowFocusChanged(false|false)
01-31 12:21:29.154 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.192 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.270 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.369 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.555 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.655 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.698 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.772 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:29.870 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:31.252 9011 9011 I yoyo : onRequestPermissionsResult 85 returned with: [Ljava.lang.String;@e17571c results:[I@822cf25
01-31 12:21:31.254 9011 9011 I yoyo : onResume
01-31 12:21:31.261 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:31.265 9011 9011 I yoyo : googleplayservices extension onResume called. Signed in on pause: false. Signed in now: false
01-31 12:21:31.266 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:31.266 9011 9011 I yoyo : onWindowFocusChanged(true|false)
01-31 12:21:31.267 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:31.267 9011 9011 I yoyo : resumeApp
01-31 12:21:31.268 9011 9011 I yoyo : iCade Support in "Global Game Settings/Android" not selected
01-31 12:21:31.268 9011 9011 D yoyo : ****** Found API level 12 function! Joysticks supported
01-31 12:21:31.271 9011 9011 I yoyo : Joystick found - "uinput-fpc" source=16777489
01-31 12:21:31.271 9011 9011 I yoyo : Detected generic gamepad device: uinput-fpc
01-31 12:21:31.273 9011 9011 I yoyo : Attempting to set gamepadcount to 1
01-31 12:21:31.273 9011 9011 I yoyo : Attempting to set gamepadcount to 2
01-31 12:21:31.273 9011 9011 I yoyo : GAMEPAD: Enumeration complete
01-31 12:21:31.273 9011 9035 I yoyo : chooseConfig
01-31 12:21:31.277 9011 9035 I yoyo : OpenGL ES Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_extended_get GL_QCOM_tiled_rendering
01-31 12:21:31.277 9011 9035 I yoyo : Device supports 32bit display formats
01-31 12:21:31.279 9011 9035 I yoyo : 16 bit colour depth forced
01-31 12:21:31.280 9011 9035 I yoyo : Trying EGL config : EGLConfig 3: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFFER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=16384 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_MAX_PBUFFER_PIXELS=268435456 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_NATIVE_RENDERABLE=1 EGL_NATIVE_VISUAL_TYPE=-1 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=0 EGL_SURFACE_TYPE=5541 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=-1 EGL_TRANSPARENT_GREEN_VALUE=-1 EGL_TRANSPARENT_BLUE_VALUE=-1
01-31 12:21:31.283 9011 9035 I yoyo : Selected EGL config working
01-31 12:21:31.286 9011 9011 I yoyo : Resuming the C++ Runner/resetting GL state
01-31 12:21:31.288 9011 9035 I yoyo : onSurfaceCreated() aborted on re-create, state is currently Splash
01-31 12:21:31.288 9011 9035 I yoyo : onSurfaceChanged :: width=2009 height=1080
01-31 12:21:31.288 9011 9035 I yoyo : State->Splash time: 1548933691288
01-31 12:21:31.288 9011 9035 I yoyo : State->Splash endTime: 1548933692288
01-31 12:21:31.288 9011 9035 I yoyo : State->Splash2
01-31 12:21:31.331 9011 9035 I yoyo : !!! Asset file - /storage/emulated/0/GMstudio/GameAssetsDROID.zip true l=1548933666000
01-31 12:21:31.331 9011 9035 I yoyo : !!! Lock file - /storage/emulated/0/GMstudio/GameDownload.lock true l=1548933668000
01-31 12:21:31.331 9011 9035 I yoyo : GameDownload.lock exists, about to delete...
01-31 12:21:31.332 9011 9035 I yoyo : After delete flock.exists() returns false
01-31 12:21:31.348 9011 9011 D yoyo : doSetup called - /storage/emulated/0/GMstudio/GameAssetsDROID.zip
01-31 12:21:31.348 9011 9011 I yoyo : checking 4 extensions for ad interface
01-31 12:21:31.348 9011 9011 I yoyo : BILLING: setupInAppBilling
01-31 12:21:31.350 9011 9011 I yoyo : Failed to initialize Google Play Services IAP functionality - could not initialise RunnerBilling:java.lang.ClassNotFoundException: com.imtech.brawlerz.RunnerBilling
01-31 12:21:31.350 9011 9011 I yoyo : If you are intending to use Google Play Services IAP's please ensure you have the GooglePlayServicesIAPExtension added to your project
01-31 12:21:31.350 9011 9011 I yoyo : java.lang.ClassNotFoundException: com.imtech.brawlerz.RunnerBilling
01-31 12:21:31.350 9011 9011 I yoyo : com.imtech.brawlerz.RunnerBilling
01-31 12:21:31.351 9011 9011 I yoyo : BILLING: Google Play permissions not available, selecting NULL billing solution
01-31 12:21:31.351 9011 9011 I yoyo : -----setup Push------
01-31 12:21:31.351 9011 9011 I yoyo : RestrictOrientation setting from YYPrefs
01-31 12:21:31.351 9011 9011 I yoyo : RestrictOrientation("true", "false"false"false")
01-31 12:21:31.761 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:31.777 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:31.778 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:32.302 9011 9035 I yoyo : Sleepmargin: 4
01-31 12:21:32.448 9011 9035 I yoyo : RestrictOrientation("true", "false"false"false")
01-31 12:21:32.453 9011 9035 I yoyo : arena =0(0x00000000)
01-31 12:21:32.453 9011 9035 I yoyo : ordblks =0(0x00000000)
01-31 12:21:32.453 9011 9035 I yoyo : smblks =0(0x00000000)
01-31 12:21:32.453 9011 9035 I yoyo : hblks =0(0x00000000)
01-31 12:21:32.453 9011 9035 I yoyo : hblkhd =29360128(0x01c00000)
01-31 12:21:32.453 9011 9035 I yoyo : usmblks =29360128(0x01c00000)
01-31 12:21:32.453 9011 9035 I yoyo : fsmblks =0(0x00000000)
01-31 12:21:32.453 9011 9035 I yoyo : uordblks =27088720(0x019d5750)
01-31 12:21:32.453 9011 9035 I yoyo : fordblks =2271408(0x0022a8b0)
01-31 12:21:32.453 9011 9035 I yoyo : keepcost =0(0x00000000)
01-31 12:21:32.453 9011 9035 I yoyo : Total memory used = 10917158(0x00a69526) bytes
01-31 12:21:32.454 9011 9035 I yoyo : android.software.leanback = 0
01-31 12:21:32.454 9011 9035 I yoyo : MANUFACTURER = Xiaomi
01-31 12:21:32.705 9011 9035 I yoyo : vsync timeout...
01-31 12:21:32.830 9011 9035 I yoyo : vsync timeout...
01-31 12:21:32.955 9011 9035 I yoyo : vsync timeout...
01-31 12:21:33.033 9011 9011 I Ads : Updating ad debug logging enablement.
01-31 12:21:33.062 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:33.080 9011 9035 I yoyo : vsync timeout...
01-31 12:21:33.205 9011 9035 I yoyo : vsync timeout...
01-31 12:21:33.211 9011 9092 W Ads : Invoke Firebase method getInstance error.
01-31 12:21:33.212 9011 9092 W Ads : The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date
01-31 12:21:33.286 9011 9081 W Ads : Update ad debug logging enablement as false
01-31 12:21:33.701 9011 9035 I yoyo : vsync timeout...
01-31 12:21:33.827 9011 9035 I yoyo : vsync timeout...
01-31 12:21:34.024 5496 9182 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:34.259 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:34.280 9011 9035 I yoyo : ShowMessageAsync("Error Code: 3",3)
01-31 12:21:34.321 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:34.357 9011 9079 W Ads : Not retrying to fetch app settings
01-31 12:21:34.363 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:34.374 5496 9182 W Ads : App does not have the required permissions to get location
01-31 12:21:34.426 5496 9181 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:34.476 9011 9011 I yoyo : onWindowFocusChanged(false|true)
01-31 12:21:34.477 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:34.552 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:34.568 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:34.606 9011 9204 W Ads : Not retrying to fetch app settings
01-31 12:21:34.615 5496 9181 W Ads : App does not have the required permissions to get location
01-31 12:21:34.668 5496 8669 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:34.812 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:34.834 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:34.863 9011 9079 W Ads : Not retrying to fetch app settings
01-31 12:21:34.863 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:34.880 5496 8669 W Ads : App does not have the required permissions to get location
01-31 12:21:34.935 5496 9182 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:34.978 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:35.060 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:35.069 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:35.102 9011 9079 W Ads : Not retrying to fetch app settings
01-31 12:21:35.109 5496 9182 W Ads : App does not have the required permissions to get location
01-31 12:21:35.170 5496 9185 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:35.287 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:35.300 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:35.325 9011 9096 W Ads : Not retrying to fetch app settings
01-31 12:21:35.333 5496 9185 W Ads : App does not have the required permissions to get location
01-31 12:21:35.373 5496 8678 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:35.499 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:35.547 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:35.587 9011 9094 W Ads : Not retrying to fetch app settings
01-31 12:21:35.596 5496 8678 W Ads : App does not have the required permissions to get location
01-31 12:21:35.641 5496 9185 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:35.778 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:35.800 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:35.826 9011 9100 W Ads : Not retrying to fetch app settings
01-31 12:21:35.836 5496 9185 W Ads : App does not have the required permissions to get location
01-31 12:21:35.878 5496 9183 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:36.006 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:36.035 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:36.067 9011 9096 W Ads : Not retrying to fetch app settings
01-31 12:21:36.076 5496 9183 W Ads : App does not have the required permissions to get location
01-31 12:21:36.123 5496 8669 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:36.265 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:36.270 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:36.302 9011 9092 W Ads : Not retrying to fetch app settings
01-31 12:21:36.312 5496 8669 W Ads : App does not have the required permissions to get location
01-31 12:21:36.355 5496 8678 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:36.488 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:36.503 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:36.535 9011 9092 W Ads : Not retrying to fetch app settings
01-31 12:21:36.544 5496 8678 W Ads : App does not have the required permissions to get location
01-31 12:21:36.584 5496 9202 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:36.718 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:36.735 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:36.767 9011 9204 W Ads : Not retrying to fetch app settings
01-31 12:21:36.775 5496 9202 W Ads : App does not have the required permissions to get location
01-31 12:21:36.816 5496 9181 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:36.950 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:36.972 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:37.008 9011 9079 W Ads : Not retrying to fetch app settings
01-31 12:21:37.018 5496 9181 W Ads : App does not have the required permissions to get location
01-31 12:21:37.071 5496 9184 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:37.202 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:37.234 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:37.261 9011 9100 W Ads : Not retrying to fetch app settings
01-31 12:21:37.268 5496 9184 W Ads : App does not have the required permissions to get location
01-31 12:21:37.307 5496 8669 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:37.441 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:37.468 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:37.499 9011 9092 W Ads : Not retrying to fetch app settings
01-31 12:21:37.507 5496 8669 W Ads : App does not have the required permissions to get location
01-31 12:21:37.551 5496 9202 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:37.685 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:37.703 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:37.734 9011 9088 W Ads : Not retrying to fetch app settings
01-31 12:21:37.742 5496 9202 W Ads : App does not have the required permissions to get location
01-31 12:21:37.782 5496 9181 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:37.919 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:37.936 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:37.965 9011 9210 W Ads : Not retrying to fetch app settings
01-31 12:21:37.973 5496 9181 W Ads : App does not have the required permissions to get location
01-31 12:21:38.013 5496 8678 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:38.152 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:38.169 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:38.202 9011 9094 W Ads : Not retrying to fetch app settings
01-31 12:21:38.210 5496 8678 W Ads : App does not have the required permissions to get location
01-31 12:21:38.253 5496 9206 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:38.377 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:38.404 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:38.437 9011 9204 W Ads : Not retrying to fetch app settings
01-31 12:21:38.447 5496 9206 W Ads : App does not have the required permissions to get location
01-31 12:21:38.495 5496 8678 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:38.651 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:38.668 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:38.713 5496 8678 W Ads : App does not have the required permissions to get location
01-31 12:21:38.758 5496 9206 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:38.897 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:38.901 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:38.932 9011 9094 W Ads : Not retrying to fetch app settings
01-31 12:21:38.939 5496 9206 W Ads : App does not have the required permissions to get location
01-31 12:21:38.979 5496 9183 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:39.108 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:39.135 9011 9011 I Ads : Use AdRequest.Builder.addTestDevice("0B7FCA383679D170103D3EBB187FE6D0") to get test ads on this device.
01-31 12:21:39.169 9011 9210 W Ads : Not retrying to fetch app settings
01-31 12:21:39.177 5496 9183 W Ads : App does not have the required permissions to get location
01-31 12:21:39.218 5496 9202 I Ads : SDK version: afma-sdk-a-v14799039.11910000.1
01-31 12:21:39.403 9011 9011 I yoyo : onPause
01-31 12:21:39.407 9011 9011 I yoyo : Pausing the Runner
01-31 12:21:39.518 9011 9035 I yoyo : vsync timeout...
01-31 12:21:39.549 9011 9011 I Ads : Ad failed to load : 3
01-31 12:21:39.550 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:39.550 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:39.556 9011 9011 I yoyo : onStop
01-31 12:21:39.557 9011 9011 I yoyo : googleplayservices extension onStop called
01-31 12:21:40.051 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:40.052 9011 9011 I yoyo : Setting vis flags to 5894
01-31 12:21:42.284 9011 9011 I yoyo : onDestroy
 
Top