Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9dc8b50 authored by Jack Yu's avatar Jack Yu
Browse files

Changed the log tag

Changed the log tag to avoid collision of other modules.

Test: Build
Fix: 272534174
Change-Id: I6e24c289abbe4a77f9afdf7f3d7b0c81388f9b8e
parent 1230bdf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ import java.util.stream.Collectors;
 * to the database should go through {@link SubscriptionManagerService}.
 */
public class SubscriptionDatabaseManager extends Handler {
    private static final String LOG_TAG = "SDM";
    private static final String LOG_TAG = "SDMGR";

    /** Whether enabling verbose debugging message or not. */
    private static final boolean VDBG = false;