question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A resource failed to call destroy

See original GitHub issue

On API 28 after calling startBlur() I noticed in the debug console lots of messages about: W/System: A resource failed to call destroy. These messages keep showing even after calling pauseBlur() and they seem to be correlated with the fps setting (the higher the fps, the higher count of messages). I upgraded from version 1.0.0 to version 1.1.1 thinking it might fix these issues, but there seems to be an additional message now: V/RenderScript: User-backed allocation failed stride requirement, falling back to separate allocation and the blur keeps being reapplied, until everything because a consistent color.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:4
  • Comments:5

github_iconTop GitHub Comments

2reactions
subzero10commented, Apr 3, 2019

Any updates on this?

0reactions
Kurounincommented, Aug 21, 2020

@boylenssen I was using it in a recyclerview, but after not getting any updates on the issue I went with a simple transparent frame that dims the background.

Read more comments on GitHub >

github_iconTop Results From Across the Web

“A resource failed to call close.”
So for different kinds of resources, you'll see messages like A resource failed to call destroy. or A resource failed to call release....
Read more >
How to destroy/release resources used in 1 activity/layout?
YOu can release resources by using the following code. This should be called in onDestroy() of u=your activity.
Read more >
RenderScript | Android Developers
This is the same as calling .destroy() on each unique context retreived with ... A subclass overrides the finalize method to dispose of...
Read more >
What you need to know about Android app memory leaks
Now if this network call runs on a very slow connection and the Activity is rotated or destroyed somehow before the call ends,...
Read more >
Troubleshooting common AWS CDK issues
rescount.js - count the resources defined in a stack // invoke with: node ... and it contains data, attempting to destroy the stack...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found