Harshada Bhanose

Results 3 comments of Harshada Bhanose

By Debug APK I mean the unsigned `app-debug.apk` file generated in `\android\app\build\outputs\apk\debug` folder when we have the `__DEV__` flag on. Release APK is the signed bundled APK generated using command...

JS exception is simulated by calling an undefined function. Native exception is simulated by a String operation causing OutOfMemory error. This one is genuine and we are trying to identify...