gpt4 book ai didi

react-native - 你如何调试 react-native 使用的自定义 android 模块

转载 作者:行者123 更新时间:2023-12-02 06:31:44 25 4
gpt4 key购买 nike

一直在潜心编写用于 react 的 android 模块,但我很难调试我的原生 android 代码...

我可以在没有问题的情况下调试 react-native JS...

有什么想法吗????

最佳答案

使用 Android 记录器。例如:

import android.util.Log;

// later
Log.e("MyComponent", "Message to log");

然后使用 logcat 查看你设置的消息:

adb logcat *:S MyComponent:V

或者查看您的消息以及所有其他 React 错误和警告:

adb logcat *:S ReactNative:V ReactNativeJS:V MyComponent:V

关于react-native - 你如何调试 react-native 使用的自定义 android 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34189300/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com