commit | cb27c341741a81ffc6424c4e812b078afa4ffbc1 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Apr 20 17:09:25 2018 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri Apr 20 17:09:25 2018 +0100 |
tree | 62919027fcd5866eb65af49232959fe69da432c6 | |
parent | dce2457fd95b0652dd93cebdd73ce5ac512b914d [diff] [blame] |
Fix tiny typo in LOG_TAG. Test: Builds. Change-Id: Ic49443d769e165f51496a8153e33eb27152e35c5
diff --git a/cmds/installd/dexopt.cpp b/cmds/installd/dexopt.cpp index 2777662..a9383eb 100644 --- a/cmds/installd/dexopt.cpp +++ b/cmds/installd/dexopt.cpp
@@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#define LOG_TAG "installed" +#define LOG_TAG "installd" #include <array> #include <fcntl.h>