Use zero offset when getting bias from memory.
The code to get the bias was incorrectly using the passed in map offset when reading it from memory. This doesn't work since the offset is the offset into the apk. Change to always check for a zero in this case. Bug: 28685297 (cherry picked from commit c3290dfd) Change-Id: I6d036bae1bb1ff933e399dc238c0c9233b25f317
Loading
Please sign in to comment