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

Commit 09db31dc authored by Greg Kaiser's avatar Greg Kaiser Committed by Automerger Merge Worker
Browse files

Merge "Log debug info at Debug level" into sc-dev am: 0dae8f70

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13683484

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I84ed8ca122ba46d89be4e4ad981b0be91e329a6f
parents 59115a3e 0dae8f70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public class NavigationModeController implements Dumpable {
            Settings.Secure.putString(mCurrentUserContext.getContentResolver(),
                    Secure.NAVIGATION_MODE, String.valueOf(mode)));
        if (DEBUG) {
            Log.e(TAG, "updateCurrentInteractionMode: mode=" + mode);
            Log.d(TAG, "updateCurrentInteractionMode: mode=" + mode);
            dumpAssetPaths(mCurrentUserContext);
        }