-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Exception and stack trace is not shown in terminal #2818
Comments
@vakrilov Do you like it like this:
|
dtopuzov
added a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Aug 18, 2017
- Add tests for error activity - Add tests for NativeScript/nativescript-cli#2818 - Enhancements in test_200_tns_run_android_break_and_fix_app
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about the problem
Please, ensure your title is less than 63 characters long and starts with a capital
letter.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
tns create testApp --tsc
main-view-model.ts
and replace theonTap()
method with:tns run android
and click the buttonResult: Exception is thrown and the app shows the exception screen. However, in the terminal I have only this:
Expected: Exception and stack trace are printed in the terminal. This was the behavior in NativeScript 2.5.x
Note: I can see the exception and stack trace if I run
adb logcat
so this is probably some kind of filtering problem.The text was updated successfully, but these errors were encountered: