what is the best way to find out why android apps are missbehaving?
Is it possible to see somewhere some logs or start them in verbosen Mode?
1 Like
I believe logcat on the terminal is what your looking for. If it’s signal related: here is some debugging being done with logcat:
1 Like
AOSP, on which AlienDalvik builds, includes logcat
.
But its location moved a couple of times, see How to connect to Android log (logcat) [closed] - together.jolla.com and links there.
1 Like
Meanwhile Jolla has created a guide for recording Android (rsp. Alien Dalvik aka “Android App Support”) logs by logcat
on SailfishOS, which also covers newer (i.e., recent) versions of Alien Dalvik / “AAS”: Collect Logs with Logcat | Sailfish OS Documentation
4 Likes