Skip to content

Activity memory leak caused by anonymous threads #162

@cuixiaoyiyi

Description

@cuixiaoyiyi

An anonymous inner class will hold a reference to the this pointer of the outer class and will not be released until the thread ends.

It will hold the Activity and prevent its timely release.

com.gimranov.zandy.app.MainActivity:
 void onClick()
 void onNewIntent()
 void toastError()  // ApplicationContext instead

The anonymous thread can be replaced by static class with weak references of activity.

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