expectDelayedDeletionFor

Same as DeletableObjectReporter.expectDeletionFor but allows providing a delay for when target is expected to be deleted.

Parameters

delayUptime

how long to wait until target is considered retained. Should be a significant enough delay for the GC to get a chance to run and update reachability status. You should generally use DefaultDelayDeletableObjectReporter, this is only useful if target is a special object that you know needs more time to stop being strongly reachable.