Send CloseableRef leaks to Flipper plugin (#455)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/455 Only logging to the console for now, but it's a good start. Reviewed By: oprisnik Differential Revision: D15535820 fbshipit-source-id: 8531ec5ef681d01b2428a1f016b2a1d9f1589a34
This commit is contained in:
committed by
Facebook Github Bot
parent
7dc3525846
commit
faf19452eb
@@ -67,3 +67,8 @@ export type ImageEvent = {
|
||||
export type FrescoDebugOverlayEvent = {|
|
||||
enabled: boolean,
|
||||
|};
|
||||
|
||||
export type AndroidCloseableReferenceLeakEvent = {|
|
||||
identityHashCode: string,
|
||||
className: string,
|
||||
|};
|
||||
|
||||
Reference in New Issue
Block a user