Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by JonnyHilly · Oct 21, 2011 at 11:29 PM · iosdebuglog

Does iOS save the debug.log on the device ?

Does iOS save the debug.log on the device ? if so, where ?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

4 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by Branislav · Oct 27, 2011 at 08:02 PM

You can connect your device to the computer, open XCode and open Organizer window. Select devices and then select your device, "Console" item. There you should have debug.log output (at least that's where I find it) and you can export it from there if you need it.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by unimechanic · Nov 22, 2013 at 03:03 PM

In Unity 4, Debug.Log() output is shown in the XCode's debug Console. Notice that this is NOT the Console in the Organizer, which shows the device events, but it's the Console that is shown at the bottom of the main window, which is called Debug area. The Organizer's Device Logs is useful to obtain the crash logs when the app is executing out of XCode.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Gripati-Digital-Entertainment · Mar 01, 2017 at 08:43 PM

You add a log callback and display the logs on the screen or send it to your server. The log callback function changed from Unity 5 on:

     void Start()
     {
     #if UNITY_5_OR_NEWER
           Application.logMessageReceived += handleLog;
     #else
           Application.RegisterLogCallback(handleLog);
     #endif
     }
     
     //your delegate should have this signature
     void handleLog(string logString, string stackTrace, LogType type)


You can also use Reproter to receive crash logs as an email.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by samizzo · Mar 16, 2017 at 12:48 AM

I sell a debug tool on the Asset Store that gives you the output of the debug log as it happens (in addition to other things).

It's called Hdg Remote Debug. It's a live update and debug tool that lets you inspect the GameObjects, components, and serialized fields in your game after it has been deployed onto your Android device (it supports most platforms that Unity supports). You can tweak fields on the live build while sitting in the Unity editor, and it's great for quickly iterating on settings like UI layout and touch controls.

It also sends back to the editor and debug output that your game produces.

There's more info on the forums here or you can get it on the Asset Store here!

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How do I keep Debug.Log in archive/release iOS builds? 0 Answers

Less verbose Debug.Log ( Xcode ) 0 Answers

Generic Debug Message 1 Answer

Debug.Log() remove callstack ? 1 Answer

Standalone save output_log 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges