Search Unity

app crash on click on video

Discussion in 'General Discussion' started by syedzia, Oct 25, 2016.

  1. syedzia

    syedzia

    Joined:
    Oct 13, 2015
    Posts:
    3
    when i am trying to skip video on tap app crash some time . i have found these logs in android studio

    10-25 13:07:33.104 13329-13329/? E/SlideAside: [PinnedViewHolder.java:41:eek:nReceive()] oooooo android.intent.action.CONFIGURATION_CHANGED
    10-25 13:07:33.114 1167-1167/? E/CliptrayService: cliptrayEventReceiver :eek:nReceiveandroid.intent.action.CONFIGURATION_CHANGED
    10-25 13:07:33.114 1167-1167/? E/Cliptraywindow: error: clip count(20) does not match child view count(0)!!
    10-25 13:07:33.314 19584-19639/? A/libc: Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 19639 (UnityMain)
    10-25 13:07:33.434 1167-1456/? E/BatteryObserver: usb Uevent not necessary.
    10-25 13:07:33.764 1167-1456/? E/BatteryObserver: usb Uevent not necessary.
    10-25 13:07:34.034 945-1122/? E/InputDispatcher: channel '442a4e38 com.kt.political/com.unity3d.player.UnityPlayerNativeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
    10-25 13:07:34.724 1167-1456/? E/BatteryObserver: usb Uevent not necessary.
    10-25 13:07:36.104 1575-19921/? E/[LGHome]NumberBadge.LGUnreadLgeEmailsBadge: [LGUnreadLgeEmailsBadge.java:188:countUnreadItems()]Could not get cursor from provider for com.lge.email
    10-25 13:07:36.124 1575-1575/? E/[LGHome]NumberBadge: [LGNumberBadge.java:123:handleMessage()]MSG_RESPOND_RESULT_FROM_PROVIDER_FAILED



    i am using this code to play and skip video

    Handheld.PlayFullScreenMovie (videoName, Color.black, (hiddenControls == true) ?FullScreenMovieControlMode.Hidden:FullScreenMovieControlMode.CancelOnInput);