Wrong variable being printed in ALOGV statement.

Bug: b/111308664
Test: Force on the log message to ensure it is printed.
Change-Id: Id7df120ee024b1bf5530cd06ee4c386da6b75d29
This commit is contained in:
Ernie Hua 2018-07-10 15:15:40 -07:00
parent 7904e9c2d7
commit 5c7a3bd4f9

View file

@ -133,7 +133,7 @@ static int load(const char *id,
}
} else {
ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
id, path, *pHmi, handle);
id, path, hmi, handle);
}
*pHmi = hmi;