14

Tried to open 'Recent App Crashes' tab in the Google Play Console app. Play Console crashed. Thanks Google.

Comments
  • 1
    Crashception
  • 2
    Secret implementation details revealed:

    public String getLastCrashedApp() {
    if( !crashedRecently() ) {
    crash();
    restart();
    }

    return "Google Play";
    }
  • 0
    That must be it..any other reason would not make sense
Add Comment