Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f25cc440 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Fix debug logs

Change-Id: Ie7dc32f28915df62a7c31bdaed38c0ad7a4b0f1c
parent 1ce96fec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -294,8 +294,9 @@ void ProximityInfoState::initInputParams(const int pointerId, const float maxPoi
                sampledY << ";";
            }
        }
        AKLOGI("\n%s, %s,\n%s, %s,\n", originalX.str().c_str(), originalY.str().c_str(),
                sampledX.str().c_str(), sampledY.str().c_str());
        AKLOGI("original points:\n%s, %s,\nsampled points:\n%s, %s,\n",
                originalX.str().c_str(), originalY.str().c_str(), sampledX.str().c_str(),
                sampledY.str().c_str());
    }
    // end
    ///////////////////////
@@ -925,8 +926,7 @@ void ProximityInfoState::updateAlignPointProbabilities(const int start) {
        for (int i = 0; i < mInputSize; ++i) {
            std::stringstream sstream;
            sstream << i << ", ";
            sstream << "("<< mInputXs[i] << ", ";
            sstream << ", "<< mInputYs[i] << "), ";
            sstream << "(" << mInputXs[i] << ", " << mInputYs[i] << "), ";
            sstream << "Speed: "<< getRelativeSpeed(i) << ", ";
            sstream << "Angle: "<< getPointAngle(i) << ", \n";