Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Crash report - Android

  • #1, by darren-beckett 8 years ago Zitieren
    Hi, I'm getting a couple of errors reported daily within Google play (pictures attached).

    - Native crash at signal 11
    - NullPointerException

    Can anyone offer any help?
  • #2, by wuxiaworld 8 years ago Zitieren
    Very useful info, thanks addicting games
  • #3, by Nigec 8 years ago Zitieren
    Native crash at signal 11 is a crash loading into memory
    NullPoint is usually something called without a value or a value -0

    All together you could be getting the null error because of the first problem

    the Native crash at signal 11 error seems common with Andriod but a bugger to fix
  • #4, by darren-beckett 8 years ago Zitieren
    Thanks, I guess my question is...

    Can i fix this or is it the Visionaire.apk?
  • #5, by darren-beckett 8 years ago Zitieren
    I'm still getting multiuple errors per day.

    If i knew where in the program was causing the error, i might be able to work around it.

    Could you look into building crash reporting & analytics into the android runner?
  • #6, by SimonS 8 years ago Zitieren
    Crashing are not seldom on Android, there are enough devices so that you can't check every case. Also often Android uses some useless standby for apps, that requires the app to reload all the resources, if the App crashes then, Android will restart it.

    If there are users complaining, the reports would need to be checked.