OSDN Git Service

Do not return an error if the dalvik-cache odex is missing
authorCalin Juravle <calin@google.com>
Thu, 4 May 2017 00:22:27 +0000 (17:22 -0700)
committerCalin Juravle <calin@google.com>
Mon, 8 May 2017 21:21:02 +0000 (14:21 -0700)
commit249f2d3e018bd98eba74c3184b80bc91b04281cd
treec3ef111e22b0053694372d10e763b8d4544f9bbe
parent2041913a05b79b96c5c084f30bb8944049a976c8
Do not return an error if the dalvik-cache odex is missing

Test: adb shell /data/nativetest/installd_service_test/installd_service_test
      Tried uninstalling an updated version of prebuilt app.
      Didn't find the error message in the logcat.
Bug: 35804241
Change-Id: Iec045fa9c9ac8f036785fe5cbd0f7e43f2b680c1
cmds/installd/InstalldNativeService.cpp
cmds/installd/tests/installd_service_test.cpp