My app crashes after kodular update, does anyone have any idea how to solve it
use logcat to find out what’s going on
Taifun
i have created a log file, and i’m unable to find the problem as i don’t know how to read log file, can you please help me find reason of crashes, here i have attached the log file
text.txt (4.4 MB)
are you using firebase messaging?
what is the package name of your app?
EDIT: also your log is very long… start the log, elicit the error and then stop the log to get a smaller log result
Taifun
No, i’m not using firebase messaging, i’m using two component of firebase one is firebase Authentication and another is firebase database for sign up purpose, my package name is com.rysoft.roacademy.
i think the problem is with colintree listview, crashes only happening when i open the screen where data are being loaded in colintree list view from Airtable, i’m loading Youtube videos from airtable using colintree listview.
Taifun …
search your logcat result for com.rysoft.roacademy and check, if it is an error to find your issue…
sorry, your logcat result is just too large for me…
also you could use the option adb logcat *:E
to log only errors…
Taifun