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

Commit 276e6341 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Remove MD5 hash initialization for logging"

parents 1b97fdd5 70da38f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -190,7 +190,6 @@ public class LogUtils {
    public static void initLogging(Context context) {
        android.telecom.Log.setTag(TAG);
        android.telecom.Log.setSessionContext(context);
        android.telecom.Log.initMd5Sum();
        for (EventManager.TimedEventPair p : Events.Timings.sTimedEvents) {
            android.telecom.Log.addRequestResponsePair(p);
        }