"CrashDao.kt:51: The query returns some columns which are not used by mozilla.components.lib.crash.db.CrashEntity." warning in lib-crash
Categories
(Firefox for Android :: Crash Reporting, defect, P1)
Tracking
()
People
(Reporter: RyanVM, Assigned: boek)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
w: [ksp] /builds/worker/checkouts/gecko/mobile/android/android-components/components/lib/crash/src/main/java/mozilla/components/lib/crash/db/CrashDao.kt:51: The query returns some columns [id, crash_uuid, service_id, report_id] which are not used by mozilla.components.lib.crash.db.CrashEntity. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: crashType, uuid, runtime_tags, breadcrumbs, created_at, stacktrace, minidumpPath, minidumpSuccess, extrasPath, remoteType, id, crash_uuid, service_id, report_id.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1890623
| Reporter | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Reporter | ||
Comment 2•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
Description
•