Some apps keep shutting down

Some Weatherapps(beside the original one) keep shutting down. I have also the same with the tutanota app.
Does anyone know what it could be

Maybe the best is to capture a logcat

  • $ adb shell "logcat -c && logcat > /sdcard/logcat.txt"
  • Start the apps and wait for it to fail
  • Press Ctrl+C in the terminal you have adb running
  • $ adb pull /sdcard/logcat.txt

Maybe there is some obvious error in there

Send logcat to developer

It was my bad. I wasnt aware that these apps use the android webview and i removed it.
Problem solved

1 Like