Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android "Shutting down VM" with no stacktrace

I have recently faced this issue a lot and I am not able to find any solution to it.

I am constantly getting Shutting down VM and logcat doesn't show any trace of this issue.

06-08 20:34:25.288  20416-20416/my.package.dev D/app_BaseRecyclerView﹕ onCreateViewHolder begins
06-08 20:34:25.324  20416-20416/my.package.dev D/AndroidRuntime﹕ Shutting down VM
06-08 20:34:30.969  20416-20425/my.package.dev I/art﹕ Thread[5,tid=20425,WaitingInMainSignalCatcherLoop,Thread*=0xb4a33800,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
06-08 20:34:30.969  20416-20425/my.package.dev I/art﹕ [ 06-08 20:34:31.169   617:  639 I/Process  ]
    Sending signal. PID: 617 SIG: 3

Do you know how to make the stacktrace visible?

like image 391
rishabhmhjn Avatar asked Oct 31 '22 02:10

rishabhmhjn


1 Answers

If you are using Google Analytics, try to disable ExceptionReporting if it is set to true

like image 108
Kasper Finne Nielsen Avatar answered Nov 11 '22 11:11

Kasper Finne Nielsen