Search Unity

Why does my game never create a crash log file?

Discussion in 'iOS and tvOS' started by Clas, Jul 4, 2013.

  1. Clas

    Clas

    Joined:
    Mar 27, 2013
    Posts:
    6
    Hi,

    Anyone know why a crash log is not being generated on iOS devices when I crash it by throwing an exception from Unity?

    Currently my game is being tested by several people as an Ad Hoc Archive. Recently one of them told me that they can not find any crash reports from my game. So I tested it by throwing an exception in Unity that crashes the game, and it does not generate any crash reports. I have searched all over the net and tried all kind of xCode settings.

    The folder ~/Library/Logs/CrashReporter/MobileDevice/ never contains any log from my app.

    Any help greatly appreciated!
     
    Last edited: Jul 4, 2013
  2. It's the same for us. I don't think it's specific to your game but more to do with the way Unity handles crashes. We haven't found any way or tools (such as hockeyapp) to get crash reporting working with Unity, which makes it really difficult to debug crashes on deployed devices. I wonder how other developers investigates crashes that happens on devices that they don't have access to, such as live released apps.
     
  3. peixiaohu

    peixiaohu

    Joined:
    Feb 28, 2015
    Posts:
    5
    resolve ?