OSDN Git Service

Remove one more error spew from missing controllers
authorJohn Bates <jbates@google.com>
Fri, 27 Jan 2017 17:45:20 +0000 (09:45 -0800)
committerAlex Vakulenko <avakulenko@google.com>
Thu, 2 Feb 2017 02:26:33 +0000 (18:26 -0800)
Bug: None
Test: One lest error when running apk
Change-Id: I4dd39223e91e124eb76350004ed0921cc6cb5d16

libs/vr/libsensor/pose_client.cpp

index 13e127d..a65d668 100644 (file)
@@ -183,8 +183,6 @@ class PoseClient : public pdx::ClientBase<PoseClient> {
         DVR_POSE_GET_CONTROLLER_RING_BUFFER, &controller_id,
         sizeof(controller_id), nullptr, 0);
     if (!status) {
-      ALOGE("Pose GetControllerRingBuffer() failed because: %s",
-            status.GetErrorMessage().c_str());
       return -status.error();
     }