resolved conflicts for merge of 368fdba4 to master

Change-Id: I42b7b433c86a71a5da5db67109f056a280077c9d
This commit is contained in:
Brad Fitzpatrick
2010-10-21 07:39:10 -07:00
15 changed files with 78 additions and 67 deletions

View File

@@ -1094,7 +1094,9 @@ public class HierarchicalStateMachine {
* @param msg that couldn't be handled.
*/
protected void unhandledMessage(Message msg) {
Log.e(TAG, mName + " - unhandledMessage: msg.what=" + msg.what);
if (false) {
Log.e(TAG, mName + " - unhandledMessage: msg.what=" + msg.what);
}
}
/**