diff options
| -rw-r--r-- | cmds/installd/dexopt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/dexopt.cpp b/cmds/installd/dexopt.cpp index 27776629de..a9383ebdcd 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> |