summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-10-01 15:53:28 -0700
committerDianne Hackborn <hackbod@google.com>2014-10-01 15:53:28 -0700
commit9449a6162e275531857464acc2279894d5d6a240 (patch)
tree77d49b6a42f9d85829abdf5fd94761e495696f96 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parentff99ff98cc1ab526c585992b8d1b48128677b192 (diff)
Fix issue #17740687: Device does not boot after flashing LMP dev TOT(1478825) build.
There was a path through idle where we could clear mBooting but not set mBooted, so we would no longer start activities. This is probably happening because if you start a user or userdebug build with the device plugged in to adb, the system early on starts the USB security dialog, before home is started. If that goes idle first, we will end up in the case where we clear booting (because something went idle) but not set booted (because it was not home that went idle). Change this so that we always set booted when clearing booting. Change-Id: I40053710eefa939315aeb9475ecdd2e8a87351ff
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions