EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 445 forks source link

How I can crash nativescript angular app for testing firebase crash? #1737

Open ppyoosuf opened 3 years ago

ppyoosuf commented 3 years ago

I want to crash my Nativescript angular app by programmatically. How can do?

I tried it by 'throw new java.lang.RuntimeException("This is a crash")' in android. But it doesn't crash. I can see logs in my console. But i couldn't see any stack trace related to JS file. Why?