Skip to content

Resource Leaks #42

Description

@SarahPanther

When I merged in the ClimaCell code and added the GPS/weather data API calls, I noticed two resource leaks were logged.

The circumstances surround them are strange:

  • There is only one resource that fails to close when using the Pixel 2 with Android 11, but there are 2 resources that fail to close when using the Pixel 2XL with Android 11
  • When I comment out the functionality I added from being called in the main activity, they still occur/do not change in number
  • When I use the functionality but comment out 1+ of the callbacks my code uses, they still occur/do not change in number

Log statements from Pixel 2XL running Android 11
Screen Shot 2021-05-26 at 2 54 31 PM

Log statements from Pixel 2 running Android 11
Screen Shot 2021-05-26 at 2 53 01 PM

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