Android Question crash report

ilan

Expert
Licensed User
Longtime User
does anyone know what does this crash report mean

this is a crash report i get from a user with NEXUS 5

Screenshot_2014-08-07-18-20-10.png
 

Steini1980

Active Member
Licensed User
Longtime User
IllegalArgumentException seems you have to catch faulty insertions.
Could you Post the Stack trace and the regarding source code, line 831 and nearby?
 
Upvote 0

Steini1980

Active Member
Licensed User
Longtime User
No that couldn't be right.
May be It's the line number of an external lib or another activity?
Did you call a Method "mergeHi" in your code or did you use external libs, e.g. called "TimSort"?

IllegalArgumentException will thrown if you start a Method with wrong parameter.
function(text as string) and given parameter is NULL, INTEGER or other failure.
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
the thing is that it works fine on my phone and much others but this user only complains about it
so what could be the reason that it works on one phone and on an other not??

i have more then 30.000 downloads and sometimes i get crash reports from user and i see in my installed device that the phone that the user with the crash report is working for other users

like the nexus5 for example: this crash report is from a nexus 5 phone but in other nexus 5 phones it working
and a second question is how can it be that on for example on galaxy 3 its working and not on nexus 5? if its android then it should work on all devices

why on my phone an other i tested it working but i always get some crash reports from other users??

by the way this is the app: https://play.google.com/store/apps/details?id=www.sagitalcashliteeng.net&hl=en
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
thanx erel it was because this app LastPass after the user uninstall it my app worked in his phone

but what can i do if he still want to run LastPass? what does do LastPass that makes my app crash?
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
is there anything that i can change in my code that will not make the app crash?
how can it be that an app make other apps crashing..?
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
sorry for my ignorance but what are "modal dialogs"?
i allready contact LastPass to add me to there ignore list, hope they will do it
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
this is really stupid, why does an app makes other crash if they show a msgbox??
maybe we should contact google to remove apps like LastPass, this makes us looks bad if our apps are crashing...
 
Upvote 0

touchsquid

Active Member
Licensed User
Longtime User
My app crashes with this, even when no modal dialog is activated. All our screens are created programatically, and many times the crash happens at the moment the first screen is finished loading.
 
Upvote 0
Top