Avoid creating sp<> from a pointer
The recommended practice is to use sp<>::make, sp<>::fromExisting, or making copies from other sp<>. This is to avoid various edge cases with RefBase. Bug: 243364224 Test: m Change-Id: Ie9df5ed82b03ac8686b08adaaeda267fa54a6779
Loading
Please register or sign in to comment