You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native Debugger app version: 0.13.0
React Native version: 0.71.3
Platform: iOS & Android
Is real device of platform: Yes, using a real device
Operating System: Windows
Is there a method for enabling debugging of native modules?
For example I could use adb logcat '*:S' ReactNative:V ReactNativeJS:V ReactNativeBleManager:V and I would get the verbose logging out of the BleManager in addition to the logging from ReactNative. This may be an undocumented feature already, but if it isn't it would be nice to have the ability to add additional arguments as needed.
The text was updated successfully, but these errors were encountered:
React Native Debugger app version: 0.13.0
React Native version: 0.71.3
Platform: iOS & Android
Is real device of platform: Yes, using a real device
Operating System: Windows
Is there a method for enabling debugging of native modules?
For example I could use
adb logcat '*:S' ReactNative:V ReactNativeJS:V ReactNativeBleManager:V
and I would get the verbose logging out of the BleManager in addition to the logging from ReactNative. This may be an undocumented feature already, but if it isn't it would be nice to have the ability to add additional arguments as needed.The text was updated successfully, but these errors were encountered: