Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

android server 500 APP collapse #155

@GuoDapeng

Description

@GuoDapeng

'''
05-13 02:45:02.970 9298-9442/? E/AndroidRuntime: FATAL EXCEPTION: Thread-1157
Process: com.easycloud.LazyCityBusiness, PID: 9298
java.lang.NullPointerException
at com.nordnetab.chcp.main.updater.UpdateLoaderWorker.run(UpdateLoaderWorker.java:80)
at com.nordnetab.chcp.main.updater.UpdatesLoader$1.run(UpdatesLoader.java:60)
at java.lang.Thread.run(Thread.java:841)
'''

'''
// check if there is a new content version available
if (newAppConfig.getContentConfig().getReleaseVersion().equals(oldAppConfig.getContentConfig().getReleaseVersion())) {
setNothingToUpdateResult(newAppConfig);
return;
}
'''

newAppConfig.getContentConfig().getReleaseVersion() is null

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions