My application crashes without any kind of stacktrace, the only thing logcat reports is:
[...] --------- beginning of crash2020-04-20 04:20:00.000 21639-21639/com.company.android E/AndroidRuntime: FATAL EXCEPTION: main Process: com.company.android, PID: 69420[..]
Thats it...Is there any way to retrieve more information of this crash?
For me it looks like a system crash without any reporting whatssoever...
It's no ANR, therefor there is no data in /data/anr
. It might be a service related issue as this only happens when my app is in offline mode.
I have no filters
and verbose
logging active for my logcat - This behaviour is reproducable on multiple devices