| 38 | } |
| 39 | |
| 40 | void Release() const { |
| 41 | LOG(INFO) << "Decrementing ref on " << this << ":\n" << GetStackTrace(); |
| 42 | RefCountedThreadSafe<T, Traits>::Release(); |
| 43 | } |
| 44 | |
| 45 | protected: |
| 46 | ~DebugRefCountedThreadSafe() {} |
nothing calls this directly
no test coverage detected