| commit | 1fc161bca801340b13bad9d4c4a9413895a47129 | [log] [tgz] |
|---|---|---|
| author | Alan Stokes <alanstokes@google.com> | Mon Apr 23 06:18:21 2018 -0700 |
| committer | android-build-merger <android-build-merger@google.com> | Mon Apr 23 06:18:21 2018 -0700 |
| tree | 76cc44744a9ce40340627b04feee721d51e41e7b | |
| parent | c73c907de2921a4515fd62932eb24ec35e2c872e [diff] | |
| parent | 1d5a1e4d39953c47a52179572e0316104bcc074d [diff] |
Merge "Fix tiny typo in LOG_TAG." am: d7c8bda2f9 am: 1d5a1e4d39 Change-Id: If459d63cec4a9d1ac45694428be406ea566c1fc9
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>