Comment 11 for bug 1302174

Revision history for this message
Oliver Grawert (ogra) wrote : Re: Booting mako hangs randomly with cgmanager installed

oh, and before i forget, the reboot script used for reproducing:

#! /bin/sh

for i in `seq 1 1000`; do
 stamp="$(date +%H:%M:%S)"
    echo "$stamp LOOP $i"
    adb reboot
    adb wait-for-device
    sleep 20
done

in general my device died between 60 and 120 reboots with the bug in place. after the above revert i stopped the loop at 273 reboots.

there is definitely something going on with cgmanager on the phones