mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 17:33:21 +08:00
improved description for RCTTouchEvent
Summary: This will make error messages more helpful. Reviewed By: javache Differential Revision: D3292400 fbshipit-source-id: d1e0bb24593058b75422824c0d351ede1320029e
This commit is contained in:
committed by
Facebook Github Bot 7
parent
a71a9efe96
commit
2c8abebccc
@@ -82,4 +82,9 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
|
||||
return _coalescingKey;
|
||||
}
|
||||
|
||||
- (NSString *)description
|
||||
{
|
||||
return [NSString stringWithFormat:@"<%@: %p; name = %@; coalescing key = %hu>", [self class], self, _eventName, _coalescingKey];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user