Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
iOS Forensics Cookbook

You're reading from   iOS Forensics Cookbook Over 20 recipes that will enable you to handle and extract data from iOS devices for forensics

Arrow left icon
Product type Paperback
Published in Jan 2016
Publisher
ISBN-13 9781783988464
Length 184 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Bhanu Birani Bhanu Birani
Author Profile Icon Bhanu Birani
Bhanu Birani
Mayank Birani Mayank Birani
Author Profile Icon Mayank Birani
Mayank Birani
Arrow right icon
View More author details
Toc

Desymbolication of crash logs

Once we have deployed our app, we won't be able to use the Xcode debugger tool to debug it. Our only aim should be to improve the customer's experience with your application. This involves fixing the application crash as soon as possible. This can be achieved by analyzing crash logs to debug the problems.

Receiving crash logs directly from a device without using Xcode

Every build of an app can have multiple crash reports and each crash report contains multiple crash logs, Apple's crash reporting service collects all the crash logs and groups similar crash logs into separate crash reports. The crash logs are collected by Apple only if the app user agrees to share crash data with the app developers. The Apple crash report service collects crash logs from apps running on user devices.

Getting ready

Users can get crash reports from the device itself and send them through e-mail. To see how to do this, look at the steps in the following section.

How to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image