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 9040971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T10:07:24+00:00 2026-06-16T10:07:24+00:00

I recall seeing a check box on android apps that, when crashing, will ask

  • 0

I recall seeing a check box on android apps that, when crashing, will ask to send the device data with the crash report.

My app has produced a handful of java.lang.OutOfMemoryError on my customers devices, and I was wanting to see the model phone they are using to see if I can create an alternative for their below average hardware. Or if nothing else, disallow their model from being able to download the app.

  • 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-06-16T10:07:25+00:00Added an answer on June 16, 2026 at 10:07 am

    Unless it says on the report (because the device sent that data), the only other place is in the message the user sent with the error report.


    If neither of those two places then you cannot determine it for now. However if you then know which bit of your code is causing the error you could wrap the code in a try catch and rethrow it with the device type. This would only benefit you you in the future and not for the current reports. Like this:

    try{
       myVar.methodThatCausesCrash():
    } catch (OutOfMemoryException e){
      throw new Exception("OutOfMemoryException model: " + Build.MODEL, e); // or rethrow another OoME
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recall seeing, somewhere, an example that stepped through String args[] by deleting the
I recall seeing a very elegant for loop construct in C, that would increment
I recall seeing a paper a while back for an algorithm that could automatically
I recall when I first read Pragmatic Programmer that they suggested using scripting languages
I recall having read somewhere that it is better (in terms of performance) to
I vaguely recall seeing this before in an answer to another question, but searching
I've read somewhere (I dont recall exactly where) that Git (and probably any other
I recall once seeing a clever way of using iterators to read an entire
Looking through my database tables, I'm seeing that the created field is invariably being
Is there a way to create non-rectangular clickboxes for links? I only recall seeing

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.