Unity ads crashes on a LG Google Nexus 4, Unity 5.3.5f1 Personal

Hi,

I’m integrating Unity ads into a game and I’m noticing whenever I go to start a video the game crashes causing everything to be reloaded in memory again. Interesting enough, I tested this on a LG Nexus 4 where the crash occurred and tried it on Asus Memo tablet and the video actually played. Would there be something like an ad blocker present on the Nexus 4, or is there some special configuration I’m missing. This is the code I’m using (copy and pasted from the example code in the docs):

using UnityEngine;
using UnityEngine.Advertisements;

public class UnityAdsExample : MonoBehaviour
{
  public void ShowRewardedAd()
  {
    if (Advertisement.IsReady("rewardedVideoZone"))
    {
      var options = new ShowOptions { resultCallback = HandleShowResult };
      Advertisement.Show("rewardedVideoZone", options);
    }
  }

  private void HandleShowResult(ShowResult result)
  {
    switch (result)
    {
      case ShowResult.Finished:
        Debug.Log("The ad was successfully shown.");
        //
        // YOUR CODE TO REWARD THE GAMER
        // Give coins etc.
        break;
      case ShowResult.Skipped:
        Debug.Log("The ad was skipped before reaching the end.");
        break;
      case ShowResult.Failed:
        Debug.LogError("The ad failed to be shown.");
        break;
    }
  }
}

And here is the relevant portion from the log file taken from adb logcat:

I/ActivityManager(  559): START u0 {flg=0x10010000 cmp=com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity} from uid 10334 on display 0
V/WindowManager(  559): addAppToken: AppWindowToken{3625cc7d token=Token{86d12d4 ActivityRecord{22fcb027 u0 com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity t929}}} to stack=1 task=929 at 1
I/Unity   ( 4716): onPause
D/Unity   ( 4716): Sensor :        Accelerometer ( 1) ; 0.001190 / 0.00s ; LGE Accelerometer Sensor / InvenSense
I/Unity   ( 4716): windowFocusChanged: false
D/OpenGLRenderer( 4716): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
D/Atlas   ( 4716): Validating map...
V/WindowManager(  559): Adding window Window{277a27c3 u0 com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity} at 3 of 9 (after Window{1602c9b4 u0 com.burger.time/com.unity3d.player.UnityPlayerActivity})
I/OpenGLRenderer( 4716): Initialized EGL, version 1.4
D/OpenGLRenderer( 4716): Enabling debug mode 0
V/WindowManager(  559): Adding window Window{7cd7d1f u0 SurfaceView} at 3 of 10 (before Window{277a27c3 u0 com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity})
I/MediaFocusControl(  559):  AudioFocus  requestAudioFocus() from android.media.AudioManager@ed2d183 req=1flags=0x0
D/MediaPlayer( 4716): Couldn't open file on client side, trying server side
W/ALooperRoster(  193): failed to post message. Target handler 0 still registered, but object gone.
I/chromium( 4716): [INFO:CONSOLE(8586)] "Hiding all views", source: [URL]http://static.applifier.com/impact/webview/production/impact/index.html?version=be098269d319580b55cf71b48f32e4feb030c1ce[/URL] (8586)
I/chromium( 4716): [INFO:CONSOLE(8584)] "Showing: none", source: [URL]http://static.applifier.com/impact/webview/production/impact/index.html?version=be098269d319580b55cf71b48f32e4feb030c1ce[/URL] (8584)
I/SampleTable(  193): There are reordered frames present.
I/ActivityManager(  559): Displayed com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity: +315ms
D/AudioManager( 4716): AudioManager dispatching onAudioFocusChange(-1) for android.media.AudioManager@ff2def8<native proxy object>
D/MediaPlayer( 4716): getMetadata
D/NuPlayerDriver(  193): start(0xb76a4fb0)
I/GenericSource(  193): start
D/Unity   ( 4716): [EGL] Attaching window :0x0
I/chromium( 4716): [INFO:CONSOLE(8603)] "Resize handler called", source: [URL]http://static.applifier.com/impact/webview/production/impact/index.html?version=be098269d319580b55cf71b48f32e4feb030c1ce[/URL] (8603)
I/chromium( 4716): [INFO:CONSOLE(8605)] "Resize handler changing orientation to landscape", source: [URL]http://static.applifier.com/impact/webview/production/impact/index.html?version=be098269d319580b55cf71b48f32e4feb030c1ce[/URL] (8605)
E/OMX-VDEC-1080P(  193): Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
E/OMXNodeInstance(  193): getExtensionIndex(3c:qcom.decoder.avc, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
E/ACodec  (  193): [OMX.qcom.video.decoder.avc] storeMetaDataInBuffers failed w/ err -2147483648
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
I/SoftAAC2(  193): Reconfiguring decoder: 0->48000 Hz, 0->2 channels
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193): GET_MV_BUFFER_SIZE returned: Size: 245760 and alignment: 8192
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
I/Unity   ( 4716): onDestroy
I/Process ( 4716): Sending signal. PID: 4716 SIG: 9
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  No color conversion required
I/WindowState(  559): WIN DEATH: Window{1602c9b4 u0 com.burger.time/com.unity3d.player.UnityPlayerActivity}
W/MediaFocusControl(  559):   AudioFocus   audio focus client died
I/MediaFocusControl(  559): AudioFocus  removeFocusStackEntry(): removing entry for android.os.BinderProxy@1397e86c
D/NuPlayerDriver(  193): reset(0xb76a4fb0)
W/MediaFocusControl(  559):   AudioFocus   audio focus client died
D/ConnectivityService(  559): ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=46, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@10070e35)
I/MediaFocusControl(  559): AudioFocus  removeFocusStackEntry(): removing entry for android.os.BinderProxy@2b5362ca
D/ConnectivityService(  559): releasing NetworkRequest NetworkRequest [ id=46, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService(  559): ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=45, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@cd6cc3b)
E/ConnectivityService(  559): RemoteException caught trying to send a callback msg for NetworkRequest [ id=46, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService(  559): releasing NetworkRequest NetworkRequest [ id=45, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
E/ConnectivityService(  559): RemoteException caught trying to send a callback msg for NetworkRequest [ id=45, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
I/WindowState(  559): WIN DEATH: Window{277a27c3 u0 com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity}
W/WindowManager(  559): Force-removing child win Window{7cd7d1f u0 SurfaceView} from container Window{277a27c3 u0 com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity}
W/WindowManager(  559): Failed looking up window
W/WindowManager(  559): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@2fcc78be does not exist
W/WindowManager(  559):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8539)
W/WindowManager(  559):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8530)
W/WindowManager(  559):     at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1142)
W/WindowManager(  559):     at android.os.BinderProxy.sendDeathNotice(Binder.java:551)
I/WindowState(  559): WIN DEATH: null
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
E/BufferQueueProducer(  172): [SurfaceView] cancelBuffer: BufferQueue has been abandoned
I/ActivityManager(  559): Process com.burger.time (pid 4716) has died
W/ActivityManager(  559): Force removing ActivityRecord{22fcb027 u0 com.burger.time/com.unity3d.ads.android.view.UnityAdsFullscreenActivity t929}: app died, no saved state
E/OMX-VDEC-1080P(  193):
E/OMX-VDEC-1080P(  193):  Error in ioctl read next msg
E/        (  193):
E/        (  193):  Destroy C2D instance
E/        (  193):
E/        (  193):  Destroy C2D instance
E/BufferQueueProducer(  172): [SurfaceView] connect(P): BufferQueue has been abandoned
W/NuPlayerDecoder(  193): [OMX.qcom.video.decoder.avc] failed to connect to native window, error=-19
D/NuPlayerDriver(  193): notifyResetComplete(0xb76a4fb0)
W/AudioFlinger(  193): session id 50 not found for pid 4716
V/WindowManager(  559): Based on layer: Adding window Window{2064d904 u0 Starting com.burger.time} at 1 of 7
I/art     ( 5162): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Start proc 5162:com.burger.time/u0a334 for activity com.burger.time/com.unity3d.player.UnityPlayerActivity
I/Unity   ( 5162): splash_mode = 0 (integer)
I/Unity   ( 5162): useObb = False (bool)
W/linker  ( 5162): libunity.so: unused DT entry: type 0x6ffffffe arg 0x8b88
W/linker  ( 5162): libunity.so: unused DT entry: type 0x6fffffff arg 0x1
D/Unity   ( 5162): surfaces: attach glview
I/Unity   ( 5162): Choreographer available: Enabling VSYNC timing
I/Unity   ( 5162): onResume
V/WindowManager(  559): Adding window Window{2b0f3a2b u0 com.burger.time/com.unity3d.player.UnityPlayerActivity} at 1 of 8 (before Window{2064d904 u0 Starting com.burger.time})
V/WindowManager(  559): Adding window Window{17454e07 u0 SurfaceView} at 1 of 9 (before Window{2b0f3a2b u0 com.burger.time/com.unity3d.player.UnityPlayerActivity})
D/Unity   ( 5162): [EGL] Attaching window :0xb80baae8
D/Unity   ( 5162): [EGL] Attaching window :0xb80baae8
I/Unity   ( 5162): windowFocusChanged: true
I/ActivityManager(  559): Displayed com.burger.time/com.unity3d.player.UnityPlayerActivity: +260ms
W/InputMethodManagerService(  559): Got RemoteException sending setActive(false) notification to pid 4716 uid 10334
I/MediaFocusControl(  559):  AudioFocus  requestAudioFocus() from android.media.AudioManager@18aba36<native proxy object> req=1flags=0x0
D/Unity   ( 5162): SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 1835mb
D/Unity   ( 5162): SystemInfo ARM big.LITTLE configuration: 4 big (mask: 15), 0 little (mask: 0)
D/Unity   ( 5162): Mono path[0] = '/data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed'
D/Unity   ( 5162): Mono config path = 'assets/bin/Data/Managed'
D/Unity   ( 5162): PlayerConnection initialized from /data/app/com.burger.time-1/base.apk/assets/bin/Data (debug = 0)
D/Unity   ( 5162): PlayerConnection initialized network socket : 0.0.0.0 55103
D/Unity   ( 5162): PlayerConnection initialized unix socket : Unity-com.burger.time
D/Unity   ( 5162): Multi-casting "[IP] 192.168.0.105 [Port] 55103 [Flags] 3 [Guid] 1237051491 [EditorId] 1852021816 [Version] 1048832 [Id] AndroidPlayer(LGE_Nexus_4@192.168.0.105) [Debug] 1" to [225.0.0.222:54997]...
D/Unity   ( 5162): Waiting for connection from host on [192.168.0.105:55103]...
D/audio_hw_primary(  193): disable_audio_route: reset and update mixer path: low-latency-playback
D/audio_hw_primary(  193): disable_snd_device: snd_device(2: speaker)
I/dex2oat ( 5126): dex2oat took 12.118s (threads: 4) arena alloc=842KB java alloc=9MB native alloc=18MB free=177KB
W/PackageManager(  559): Code path for pkg : com.kiloo.subwaysurf changing from /data/app/com.kiloo.subwaysurf-1 to /data/app/com.kiloo.subwaysurf-2
I/ActivityManager(  559): Force stopping com.kiloo.subwaysurf appid=10195 user=-1: update pkg
W/PackageManager(  559): Resource path for pkg : com.kiloo.subwaysurf changing from /data/app/com.kiloo.subwaysurf-1 to /data/app/com.kiloo.subwaysurf-2
I/ActivityManager(  559): Killing 4139:com.google.android.keep/u0a84 (adj 15): empty #17
I/ActivityManager(  559): Force stopping com.kiloo.subwaysurf appid=10195 user=0: pkg removed
D/JobSchedulerService(  559): Receieved: android.intent.action.PACKAGE_REMOVED
D/BackupManagerService(  559): Received broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.kiloo.subwaysurf flg=0x4000010 (has extras) }
I/InputReader(  559): Reconfiguring input devices.  changes=0x00000010
I/InputReader(  559): Reconfiguring input devices.  changes=0x00000010
I/InputReader(  559): Reconfiguring input devices.  changes=0x00000010
W/Settings(  559): Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
I/ActivityManager(  559): Start proc 5199:com.android.musicfx/u0a43 for broadcast com.android.musicfx/.Compatibility$Receiver
I/art     ( 5199): Late-enabling -Xcheck:jni
I/art     ( 5218): Late-enabling -Xcheck:jni
W/ResourcesManager(  559): Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
I/ActivityManager(  559): Start proc 5218:com.android.keychain/1000 for broadcast com.android.keychain/.KeyChainBroadcastReceiver
I/ActivityManager(  559): Killing 3395:com.google.android.apps.magazines/u0a38 (adj 15): empty #17
I/art     (  559): Explicit concurrent mark sweep GC freed 75515(4MB) AllocSpace objects, 11(385KB) LOS objects, 33% free, 24MB/36MB, paused 2.044ms total 174.149ms
D/ConnectivityService(  559): ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=44, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@33524b63)
D/ConnectivityService(  559): releasing NetworkRequest NetworkRequest [ id=44, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
E/ConnectivityService(  559): RemoteException caught trying to send a callback msg for NetworkRequest [ id=44, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/BackupManagerService(  559): Received broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.kiloo.subwaysurf flg=0x4000010 (has extras) }
W/BackupManagerService(  559): Removing schedule queue dupe of com.kiloo.subwaysurf
I/Finsky  (21434): [894] com.google.android.finsky.installer.ak.run(285): Canceling session 1604724899 for com.kiloo.subwaysurf
I/Finsky  (21434): [1] com.google.android.finsky.receivers.aj.a(2127): Successful install of com.kiloo.subwaysurf
W/ContextImpl( 5218): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1692 android.content.ContextWrapper.startService:516 android.content.ContextWrapper.startService:516 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2609
W/Launcher.Model( 1029): Nobody to tell about the new app.  Launcher is probably loading.
E/NetworkScheduler.SR( 1447): Invalid parameter app
E/NetworkScheduler.SR( 1447): Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
D/PkgBroadcastIntentOp( 1594): Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.kiloo.subwaysurf
E/Drive.UninstallOperation( 1594): Package still installed com.kiloo.subwaysurf
D/gH_CompatibleDatabase( 1594): Open jvg@1bd842de, release reference: 1
D/gH_CompatibleDatabase( 1594): Acquire reference of jvg@1bd842de: 2
D/gH_MetricsDatabase( 1594): 0 metrics were deleted when clearing package com.kiloo.subwaysurf.
D/gH_CompatibleDatabase( 1594): Release reference of jvg@1bd842de: 1
D/gH_CompatibleDatabase( 1594): Open jvg@15284cbf, release reference: 1
E/IcingInternalCorpora( 1594): Unknown Contacts update mode: MAYBE
D/WearableController( 1594): Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.kiloo.subwaysurf
D/gH_CompatibleDatabase( 1594): Acquire reference of jvg@15284cbf: 2
D/gH_CompatibleDatabase( 1594): Release reference of jvg@15284cbf: 1
D/gH_CompatibleDatabase( 1594): Open jvg@24450f8c, release reference: 1
D/gH_CompatibleDatabase( 1594): Acquire reference of jvg@24450f8c: 2
D/gH_CompatibleDatabase( 1594): Release reference of jvg@24450f8c: 1
D/gH_CompatibleDatabase( 1594): Close jvg@1bd842de, release reference: 0
D/gH_CompatibleDatabase( 1594): Close jvg@15284cbf, release reference: 0
D/gH_CompatibleDatabase( 1594): Close jvg@24450f8c, release reference: 0
I/Finsky  (21434): [1] com.google.android.finsky.wear.WearSupportService.a(271): Wear auto install disabled for package com.kiloo.subwaysurf
I/Finsky  (21434): [1] com.google.android.finsky.receivers.j.a(1182): Installer kick - starting com.google.android.googlequicksearchbox
I/Auth    ( 1447): [AuthDelegateWrapper] Service intent: Intent { cmp=com.google.android.gms/.auth.account.authenticator.DefaultAuthDelegateService }.
I/Auth    ( 1447): [AuthDelegateWrapper] Service intent: Intent { cmp=com.google.android.gms/.auth.account.authenticator.DefaultAuthDelegateService }.
I/Auth    ( 1447): [AuthDelegateWrapper] Service intent: Intent { cmp=com.google.android.gms/.auth.account.authenticator.DefaultAuthDelegateService }.
I/art     ( 5242): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Start proc 5242:jp.co.omronsoft.iwnnime.ml/u0a67 for broadcast jp.co.omronsoft.iwnnime.ml/.UninstallReceiver
I/Finsky  (21434): [894] com.google.android.finsky.installer.ah.run(127): Session for com.google.android.googlequicksearchbox already exists, skipping creation
I/ActivityManager(  559): Start proc 5263:com.google.android.apps.docs/u0a94 for broadcast com.google.android.apps.docs/.receivers.AppPackageAddRemoveReceiver
I/art     ( 5263): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Killing 4319:com.google.android.apps.plus/u0a51 (adj 15): empty #17
W/ActivityManager(  559): getRunningAppProcesses: caller 10094 does not hold REAL_GET_TASKS; limiting output
W/ActivityManager(  559): getRunningAppProcesses: caller 10094 does not hold REAL_GET_TASKS; limiting output
W/ActivityManager(  559): getRunningAppProcesses: caller 10094 does not hold REAL_GET_TASKS; limiting output
D/Unity   ( 5162): Timed out. Continuing without host connection.
D/Unity   ( 5162): Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56491
D/Unity   ( 5162): InitializeScriptEngine OK (a2772ee0)
D/Unity   ( 5162): PlayerConnection already initialized - listening to [192.168.0.105:55103]
D/Unity   ( 5162): PlayerInitEngineNoGraphics OK
I/Adreno-EGL( 5162): <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 01/15/15, ab0075f, Id3510ff6dc
D/Unity   ( 5162): [EGL] Request: ES 3.1+AEP RGB0 000 0/0
D/Unity   ( 5162): [EGL] Checking ES 3.1 support...
W/Adreno-EGL( 5162): <qeglDrvAPI_eglCreateContext:2424>: EGL_BAD_MATCH
D/Unity   ( 5162): [EGL] ES3.1 not supported
D/Unity   ( 5162): [EGL] Request: ES 3.1 RGB0 000 0/0
D/Unity   ( 5162): [EGL] Request: ES 3.0 RGB0 000 0/0
W/Adreno-EGL( 5162): <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
W/Adreno-EGL( 5162): <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
D/Unity   ( 5162): [EGL] Found: ID[1] ES 3.0 RGB16 565 0/0
D/Unity   ( 5162): [EGL] Request: ES 3.1+AEP RGB0 000 0/0
D/Unity   ( 5162): [EGL] Request: ES 3.1 RGB0 000 0/0
D/Unity   ( 5162): [EGL] Request: ES 3.0 RGB0 000 0/0
D/Unity   ( 5162): [EGL] Found: ID[1] ES 3.0 RGB16 565 0/0
D/Unity   ( 5162): [EGL] Request: ES 3.0 RGBA32 8888 0/0
D/Unity   ( 5162): [EGL] Found: ID[5] ES 3.0 RGBA32 8888 0/0 AFBT
D/Unity   ( 5162): ANativeWindow: (1280/768) RequestedResolution: (0/0) EGLSurface: (1280/768)
I/GAv4    ( 5263): Google Analytics 8.1.15 is starting up. To enable debug logging on a device run:
I/GAv4    ( 5263):   adb shell setprop log.tag.GAv4 DEBUG
I/GAv4    ( 5263):   adb logcat -s GAv4
W/GAv4    ( 5263): AnalyticsReceiver is not registered or is disabled. Register the receiver for reliable dispatching on non-Google Play devices. See [URL]http://goo.gl/8Rd3yj[/URL] for instructions.
W/ActivityManager(  559): getRunningAppProcesses: caller 10094 does not hold REAL_GET_TASKS; limiting output
W/GAv4    ( 5263): CampaignTrackingReceiver is not registered, not exported or is disabled. Installation campaign tracking is not possible. See [URL]http://goo.gl/8Rd3yj[/URL] for instructions.
W/GAv4    ( 5263): AnalyticsService not registered in the app manifest. Hits might not be delivered reliably. See [URL]http://goo.gl/8Rd3yj[/URL] for instructions.
D/Unity   ( 5162): Renderer: Adreno (TM) 320
D/Unity   ( 5162): Vendor:   Qualcomm
D/Unity   ( 5162): Version:  OpenGL ES 3.0 V@104.0 AU@  (GIT@Id3510ff6dc)
D/Unity   ( 5162): GLES:     3
D/Unity   ( 5162):  GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_sync GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT
D/Unity   ( 5162): _texture_sRGB_decode GL_EXT_multisampled_render_to_texture GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_disjoint_timer_query
D/Unity   ( 5162): OPENGL LOG: Creating OpenGL ES 3.0 graphics device
D/Unity   ( 5162): InitializeGfxDevice OK
D/Unity   ( 5162): Initialize engine version: 5.3.5f1 (960ebf59018a)
I/art     ( 5325): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Start proc 5325:hushed:rg.mozilla.firefox/u0a82 for broadcast org.mozilla.firefox/org.mozilla.gecko.webapp.UninstallListener
I/ActivityManager(  559): Killing 4391:com.touchtype.swiftkey/u0a63 (adj 15): empty #17
D/Unity   ( 5162): UUID: e3bb7ebe545319cc => a584405346e8d5828f27fc809b73e2e5
D/Unity   ( 5162): AudioManager: Selecting OpenSL output...
W/libc    ( 5162): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc    ( 5162): pthread_create sched_setscheduler call failed: Operation not permitted
D/audio_hw_primary(  193): select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
D/ACDB-LOADER(  193): ACDB -> send_afe_cal
D/audio_hw_primary(  193): enable_snd_device: snd_device(2: speaker)
D/audio_hw_primary(  193): enable_audio_route: apply and update mixer path: low-latency-playback
D/Unity   ( 5162): Begin MonoManager ReloadAssembly
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.dll into Unity Child Domain
I/GeckoApplication( 5325): zerdatime 12850988 - Fennec application start
I/GeckoWebappUninstallListener( 5325): Package is being replaced; ignoring removal intent
I/art     ( 5354): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Start proc 5354:com.google.android.partnersetup/u0a27 for broadcast com.google.android.partnersetup/.RlzPingBroadcastReceiver
I/ActivityManager(  559): Killing 4240:com.android.mms/u0a41 (adj 15): empty #17
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Assembly-CSharp.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Advertisements.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Advertisements.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.UI.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.UI.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Networking.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Networking.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Analytics.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Analytics.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Purchasing.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/UnityEngine.Purchasing.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Common.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Common.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Security.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Security.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Stores.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Stores.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Apple.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/Apple.dll into Unity Child Domain
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/winrt.dll (this message is harmless)
D/Unity   ( 5162): Loading /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/winrt.dll into Unity Child Domain
D/Unity   ( 5162): - Completed reload, in  0.226 seconds
D/ThermalDaemon(  201): Sensor 'tsens_tz_sensor8' - alarm cleared 1 at 57.0 degC
D/ThermalDaemon(  201): Sensor 'tsens_tz_sensor7' - alarm cleared 1 at 56.0 degC
D/ThermalDaemon(  201): Sensor 'tsens_tz_sensor9' - alarm cleared 1 at 55.0 degC
D/ThermalDaemon(  201): Sensor 'tsens_tz_sensor10' - alarm cleared 1 at 55.0 degC
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/System.Core.dll (this message is harmless)
D/PkgBroadcastIntentOp( 1594): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.kiloo.subwaysurf
E/IntentOperationSvc( 1594): Failed to instantiate Chimera operation impl, dropping operation
D/AsyncTaskServiceImpl( 1594): Submit a task: osz
D/WearableController( 1594): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.kiloo.subwaysurf
I/ActivityManager(  559): Killing 4354:com.google.android.apps.photos/u0a113 (adj 15): empty #17
D/Unity   ( 5162): Platform assembly: /data/app/com.burger.time-1/base.apk/assets/bin/Data/Managed/System.dll (this message is harmless)
I/Finsky  (21434): [1] com.google.android.finsky.receivers.ai.onPostExecute(4986): Downloading patch for com.google.android.googlequicksearchbox (com.google.android.googlequicksearchbox)
I/Finsky  (21434): [1] com.google.android.finsky.download.e.a(242): Duplicate state set for 'com.google.android.googlequicksearchbox' (0). Already in that state
I/Finsky  (21434): [1] com.google.android.finsky.download.x.e(143): Download com.google.android.googlequicksearchbox added to DownloadQueue
I/Finsky  (21434): [1] com.google.android.finsky.download.e.a(244): com.google.android.googlequicksearchbox from 0 to 1.
I/installd(  194): free_cache(16354476) avail 6766043136
I/Finsky  (21434): [1] com.google.android.finsky.download.ai.run(5557): Download com.google.android.googlequicksearchbox starting
D/GCM     ( 1447): GcmService start Intent { act=com.google.android.gms.gcm.PACKAGE_REPLACED cmp=com.google.android.gms/.gcm.GcmService (has extras) } com.google.android.gms.gcm.PACKAGE_REPLACED
E/IcingInternalCorpora( 1594): Unknown Contacts update mode: MAYBE
E/WifiStateMachine(  559): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=66.51 rxSuccessRate=17.26 targetRoamBSSID=any RSSI=-55
I/art     ( 5382): Late-enabling -Xcheck:jni
D/Unity   ( 5162): PlayerInitEngineGraphics OK
D/Unity   ( 5162): Found 14 native sensors
D/Unity   ( 5162): Sensor :        Accelerometer ( 1) ; 0.001190 / 0.00s ; LGE Accelerometer Sensor / InvenSense
D/Unity   ( 5162): Sensor :        Accelerometer ( 1) ; 0.001190 / 0.00s ; LGE Accelerometer Sensor / InvenSense
I/art     (  204): Explicit concurrent mark sweep GC freed 711(30KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 7MB/11MB, paused 457us total 21.638ms
D/Unity   ( 5162): Requested framebuffer: resolution[1280x768], rgba[8/8/8/8], depth+stencil[on], samples[1]
D/Unity   ( 5162): Created framebuffer: resolution[1280x768], rgba[8/8/8/8], depth+stencil[24/8], samples[0]
I/art     (  204): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 40% free, 7MB/11MB, paused 305us total 21.761ms
I/art     (  204): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 40% free, 7MB/11MB, paused 274us total 18.617ms
W/IcingInternalCorpora( 1594): getNumBytesRead when not calculated.
I/Finsky  (21434): [895] com.google.android.finsky.download.ae.a(1570): Enqueued com.google.android.googlequicksearchbox as content://downloads/my_downloads/4234
I/Finsky  (21434): [1] com.google.android.finsky.download.e.a(244): com.google.android.googlequicksearchbox from 1 to 2.
I/Finsky  (21434): [1] com.google.android.finsky.download.x.a(635): com.google.android.googlequicksearchbox: onStart
I/Finsky  (21434): [1] com.google.android.finsky.download.x.b(404): com.google.android.googlequicksearchbox: onProgress 0/-1 Status: 190.
D/PkgBroadcastIntentOp( 1594): Received broadcast action=android.intent.action.PACKAGE_REPLACED and uri=com.kiloo.subwaysurf
D/AsyncTaskServiceImpl( 1594): Submit a task: osz
E/NetworkScheduler.SR( 1447): Invalid parameter app
E/NetworkScheduler.SR( 1447): Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
I/art     ( 5409): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Start proc 5409:com.google.android.apps.cloudprint/u0a92 for broadcast com.google.android.apps.cloudprint/.printdialog.receivers.UpgradeBroadcastReceiver
E/IcingInternalCorpora( 1594): Unknown Contacts update mode: MAYBE
I/UpdateIcingCorporaServi( 4587): UpdateCorporaTask done [took 498 ms] updated apps [took 498 ms]
I/ActivityManager(  559): Killing 4286:com.google.android.setupwizard/u0a52 (adj 15): empty #17
D/DownloadManager(10336): [4234] Starting
I/art     ( 5433): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Start proc 5433:com.google.android.apps.magazines/u0a38 for broadcast com.google.android.apps.magazines/com.google.apps.dots.android.app.receiver.FirstInstallNotificationReceiver
I/ActivityManager(  559): Killing 4411:com.google.android.gms.unstable/u0a23 (adj 15): empty #17
I/Finsky  (21434): [1] com.google.android.finsky.download.x.b(404): com.google.android.googlequicksearchbox: onProgress 0/-1 Status: 192.
I/MultiDex( 5433): VM with version 2.1.0 has multidex support
I/MultiDex( 5433): install
I/MultiDex( 5433): VM has multidex support, MultiDex support library is disabled.
W/ActivityManager(  559): getRunningAppProcesses: caller 10038 does not hold REAL_GET_TASKS; limiting output
I/GAv4    ( 5433): Google Analytics 7.5.71 is starting up. To enable debug logging on a device run:
I/GAv4    ( 5433):   adb shell setprop log.tag.GAv4 DEBUG
I/GAv4    ( 5433):   adb logcat -s GAv4
W/GAv4    ( 5433): AnalyticsReceiver is not registered or is disabled. Register the receiver for reliable dispatching on non-Google Play devices. See [URL]http://goo.gl/8Rd3yj[/URL] for instructions.
W/ActivityManager(  559): getRunningAppProcesses: caller 10038 does not hold REAL_GET_TASKS; limiting output
I/Icing   ( 1594): Indexing D5E76E203810A28E84632F4C5632679B329432AD from com.google.android.gms
W/GAv4    ( 5433): CampaignTrackingReceiver is not registered, not exported or is disabled. Installation campaign tracking is not possible. See [URL]http://goo.gl/8Rd3yj[/URL] for instructions.
W/GAv4    ( 5433): AnalyticsService not registered in the app manifest. Hits might not be delivered reliably. See [URL]http://goo.gl/8Rd3yj[/URL] for instructions.
I/Icing   ( 1594): Indexing done D5E76E203810A28E84632F4C5632679B329432AD
I/WebViewFactory( 5433): Loading com.google.android.webview version 50.0.2661.86 (code 266108600)
I/cr_LibraryLoader( 5433): Time to load native libraries: 5 ms (timestamps 2989-2994)
I/cr_LibraryLoader( 5433): Expected native library version number "50.0.2661.86", actual native library version number "50.0.2661.86"
V/WebViewChromiumFactoryProvider( 5433): Binding Chromium to main looper Looper (main, tid 1) {1e09c5a3}
I/cr_LibraryLoader( 5433): Expected native library version number "50.0.2661.86", actual native library version number "50.0.2661.86"
I/chromium( 5433): [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0
I/Icing   ( 1594): Indexing B33A2B61A519D7ECFCFA5DC7F85784BBA38FA5A3 from com.google.android.googlequicksearchbox
I/art     (  559): Explicit concurrent mark sweep GC freed 28287(1614KB) AllocSpace objects, 3(48KB) LOS objects, 33% free, 24MB/36MB, paused 1.526ms total 98.458ms
I/cr_BrowserStartup( 5433): Initializing chromium process, singleProcess=true
E/ApkAssets( 5433): Error while loading asset assets/natives_blob_64.bin: java.io.FileNotFoundException: assets/natives_blob_64.bin
E/ApkAssets( 5433): Error while loading asset assets/snapshot_blob_64.bin: java.io.FileNotFoundException: assets/snapshot_blob_64.bin
D/Unity   ( 5162): UnloadTime: 4.121000 ms
I/Adreno-EGL( 5433): <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 01/15/15, ab0075f, Id3510ff6dc
I/Icing   ( 1594): Indexing done B33A2B61A519D7ECFCFA5DC7F85784BBA38FA5A3
I/Icing   ( 1594): Indexing D5E76E203810A28E84632F4C5632679B329432AD from com.google.android.gms
I/Icing   ( 1594): Indexing done D5E76E203810A28E84632F4C5632679B329432AD
W/cr_media( 5433): Requires BLUETOOTH permission
I/NSApplication( 5433): Starting up...
W/ActivityManager(  559): getRunningAppProcesses: caller 10038 does not hold REAL_GET_TASKS; limiting output
W/ActivityManager(  559): getRunningAppProcesses: caller 10038 does not hold REAL_GET_TASKS; limiting output
I/FxAccounts( 5325): firefox :: FxAccountUpgradeReceiver :: Upgrade broadcast received.
I/FxAccounts( 5325): firefox :: FxAccountUpgradeReceiver :: Trying to unpickle any pickled Firefox Account.
I/FxAccounts( 5325): firefox :: FxAccountUpgradeReceiver :: Trying to advance 0 existing Firefox Accounts from the Doghouse to Separated (if necessary).
I/art     ( 5496): Late-enabling -Xcheck:jni
I/ActivityManager(  559): Start proc 5496:com.shazam.android/u0a45 for broadcast com.shazam.android/.receiver.AppUpgradeReceiver
I/ActivityManager(  559): Killing 4453:com.google.android.talk/u0a58 (adj 15): empty #17
D/ConnectivityService(  559): listenForNetwork for NetworkRequest [ id=47, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
D/ConnectivityService(  559): handleRegisterNetworkRequest checking NetworkAgentInfo [WIFI () - 104]
D/ConnectivityService(  559): apparently satisfied.  currentScore=60

Let me know if any additional information is needed to help debug the problem

Hi,

Can you try to enable additional logging by adding following code to your class:

void Awake ()
{
    Advertisement.debugLevel = Advertisement.DebugLevel.Debug;           
}

And make a development build for. Then please send adb log from that build.

Thanks,
Rasmus

Unable to reproduce on the Android device I have available (Galaxy S5). Please report a bug using Help->Report a Bug… menu item in Unity and attach your project. Then post the bug id here (not the full url)

/Rasmus

I submitted a bug report but didn’t get a bug id, where can I find the bug I do so I can post it for you to see?