Skip to content

IllegalStateException("Disk Cache Not initialized") 怎样避免这个意外,因为这个意外出现的很频繁,谢谢了先 #10

@autoool

Description

@autoool

public Bitmap getBitmap(String url) {
try {
return mImageCache.getBitmap(createKey(url));
} catch (NullPointerException e) {
throw new IllegalStateException("Disk Cache Not initialized");
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions