Fixed
Status Update
Comments
il...@google.com <il...@google.com>
jb...@google.com <jb...@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
When I get this error,
startDestDisplayName
just gives me an arbitrary Dest Id when declaring startDest with Routes. I have to debug the source and check the route value to figure out what's wrong.I suggest to display the route instead of this ID, by updating the
startDestDisplayName
logic or just displaying the route pattern somehow for easier debugging.