Every ~2 hours my phone reboots itself, it started doing this 2-3 days ago, I may have installed/uninstalled some apps around that time but I don't remember exactly.
I've gotten a screenshot of the logcat the instant after the phone reboots and 3/3 times it has been exactly after the BackupManagerService activates: http://i.imgur.com/HOXan.png
I can also cause the reboot by calling "adb shell bmgr run" as seen here: http://code.google.com/p/android/issues/detail?q=lag&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&id=25780
Is there any way to manage or at least see what apps are 'queued' in the BackupManager? Is there a way to completely disable the BackupManager?
Phone: -Galaxy Nexus 4.0.1 -Kernel 3.0.1-ga052f63
Edit: Well, I figured out how to disable the BackupManager (I think), in "Settings" -> "Backup & reset" -> uncheck "Back up my data". I would still like to figure out the cause of the problem though.