vibrator: correct debug() calibration file path

Bug: 356823441
Test: dumpsys
Flag: EXEMPT bugfix
Change-Id: I2d126e63ae7365b4bd199d00776f10b11c700702
This commit is contained in:
Tai Kuo 2024-10-14 20:37:50 +08:00
parent 70c67ccdb5
commit c5a772a3f2
3 changed files with 18 additions and 5 deletions

View file

@ -208,6 +208,7 @@ class HwCalBase {
private:
std::string mPropertyPrefix;
std::string mCalPath;
std::map<std::string, std::string> mCalData;
};