-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Closed
flutter/engine
#33890Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.perf: memoryPerformance issues related to memoryPerformance issues related to memoryplatform-androidAndroid applications specificallyAndroid applications specifically
Description
Internal customer testing suggests that Skia's resource cache is not getting purged on rasterizer teardown. I would expect this to happen because the GrContext is getting destroyed.
Need to determine whether the GrContext is actually getting destroyed or not, and then determine whether we just need to add a resource cache cleanup in teardown.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.perf: memoryPerformance issues related to memoryPerformance issues related to memoryplatform-androidAndroid applications specificallyAndroid applications specifically