OSDN Git Service

am 4ef5e2e5: Merge from AOSP
authorJean-Baptiste Queru <jbq@google.com>
Fri, 18 Nov 2011 10:37:25 +0000 (02:37 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 18 Nov 2011 10:37:25 +0000 (02:37 -0800)
* commit '4ef5e2e5376043e433e01b61d219dd2444719893':
  improve sensor HAL documentation
  change sensor HAL documentation to allow setting polling rate for "non continuous" sensors

hardware.c

index 4d5f8fe..3a5b9df 100644 (file)
@@ -108,7 +108,7 @@ static int load(const char *id,
             handle = NULL;
         }
     } else {
-        LOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
+        ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
                 id, path, *pHmi, handle);
     }