Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1112175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:40:02+00:00 2026-05-17T02:40:02+00:00

Does anyone knows how to get crash logs from customers? Instead of manually asking

  • 0

Does anyone knows how to get crash logs from customers? Instead of manually asking them to sync and go to this directory and this directory and send it.

Is there any automatic way to do send a crash report to our server?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T02:40:02+00:00Added an answer on May 17, 2026 at 2:40 am

    You can perform your own crash-logging with PLCrashReporter. Typically, you write the crash log to a file and then send it to a server the next time the app starts.

    In order to prevent an infinite crash-reporting loop (there was one in an early version), you want to do things in a specific order:

    1. Read the file to memory and delete it. (Hopefully this won’t crash.)
    2. Parse the crash report and send it to the server. (If it crashes now, the file has been deleted, so it shouldn’t happen again.)
    3. Finally, enable crash reporting (so if it crashes in steps 1 or 2, the crash isn’t logged).

    In any case, you should have a “Oops, it crashed! Do you want to send a crash report?” dialog. I think automatic crash-logging is permitted by the default EULA, but it doesn’t hurt to be nice to your users.

    If you’re worried about losing reports forever if the user says “no”, instead of deleting the report, you can do logrotate-style style renaming (i.e. rename report8 to report9, rename report7 to report8, …, rename report to report0). Then have a “send last N crash reports” button (either set N=10 or count the number of reports), so even if they’ve accidentally disabled it (or they had no internet at the time), they can still send the report.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how to get IntelliSense to work reliably when working in C/C++
Does anyone know how to get the MS Office 2007 .NET C# Interop libraries
Does anyone know how to get the below to report a javascript error? (any
Using C#, does anyone know how to get the MarshalAsAttribute's Sizeconst value in runtime
Does anyone know how I can get rid of the following assembler warning? Code
Does anyone know how I can get a format string to use bankers rounding
Does anyone know if it's possible to get a Win32 application to run under
Does anyone know if there is an API to get the current monitor state
Does anyone know if there is way to get the sender and the eventarguments
Does anyone know if there's a way to get Eclipse to do a Save

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.