debugging 我可以在没有源代码的情况下调试react原生应用程序(调试版本)吗?

xhv8bpkk  于 2022-11-14  发布在  React
关注(0)|答案(1)|浏览(143)

Recently I have created react-native debug apk.
I have given this apk to my testing team , testing team want to debug this apk, but they don't have source code, so they unable to debug apk.
They just want to see performance and api calls. Is react native app possible to debug without having source code??
I have created app by following below url. Build and Install unsigned apk on device without the development server?

Error:https://ibb.co/7GZ1MQB

z18hc3ub

z18hc3ub1#

为什么他们不使用Android-Studio启动APK呢?那里有一些方便的工具可以分析,并且有logcat可以查看应用中发生的所有操作。
不需要reactNative -源代码。

相关问题