Fixed
Status Update
Comments
zw...@google.com <zw...@google.com>
zw...@google.com <zw...@google.com> #2
To make life even more bizarre, I ran into another situation where camera.open()
worked in the sense that it didn't hang as in the previous example, but a following
camera.setParameters() did hang:
Log.i("OIC", "JUNKcam5");
try { camera.setParameters(parameters); }
catch (Exception e) { Log.e("OIC", e.getMessage(), e); }
Log.i("OIC", "JUNKcam6");
then only gave as output
JUNKcam5
In this case too, the built-in camera app would just hang with a black screen, and I
had to power off the phone to get back.
Regards
worked in the sense that it didn't hang as in the previous example, but a following
camera.setParameters() did hang:
Log.i("OIC", "JUNKcam5");
try { camera.setParameters(parameters); }
catch (Exception e) { Log.e("OIC", e.getMessage(), e); }
Log.i("OIC", "JUNKcam6");
then only gave as output
JUNKcam5
In this case too, the built-in camera app would just hang with a black screen, and I
had to power off the phone to get back.
Regards
Description
To reproduce, change the doc's example (
var taxiData = [
{location: new google.maps.LatLng(37.782551, -122.445368), weight: 1000}
];
Here's a gist to reproduce the issue: