Add MapAnonymous handling for null error_str
We use MapAnonymous with null error_str for app image loading when we want to fail quickly. Also avoid doing CheckNonOverlapping in CheckMapRequest if error_msg is null. The result from CheckNonOverlapping is unused and CheckNonOverlapping is slow since it creates a backtrace map. Bug: 22858531 Bug: 26746779 (cherry picked from commit 83723aed) Change-Id: I0ff03a778b36303aa1e256fe7238dece5b3bbfab
Loading
Please sign in to comment