Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
@RawQuery
abstract protected suspend fun raw(query : SupportSQLiteQuery)
The problem is in the kotlin.Unit return type. Even worse, because it tries to construct a Unit and fail, the error is reported on Unit which makes it impossible to discover what is going on (because it does not link to the element, so it is not even clear that error happened in Unit in the error log)