0

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

1 Answers1

0

Why don't they start the APK with Android-Studio. There you have some handy tools to profile and you have logcat to see all actions which happends within the app.

No need for the reactNative - SourceCode.

enter image description here

Ryan M
  • 18,333
  • 31
  • 67
  • 74
suther
  • 12,600
  • 4
  • 62
  • 99
  • Thank you so much @suther, I have follow above answer and tested in android studio but, I'm Unable to see Network call within android studio?? My major concern is I'm unable to see API Calls. Please help I 'm eagerly waiting for your reply... – VIKAS SHUKLA Jan 30 '20 at 12:20
  • Whats about this: https://developer.android.com/studio/profile/network-profiler – suther Jan 30 '20 at 12:43
  • Thanks a lot @suther, Working as per above given link – VIKAS SHUKLA Jan 31 '20 at 06:18