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:
parent
7904e9c2d7
commit
5c7a3bd4f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue