blob: 60d458018f14d86c3df158ba4b875f3830c1df45 [file] [log] [blame]
Peter Kotwicz2b85bd3d2020-10-01 22:29:491# Copyright 2019 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Help R8 to remove debug related coded. All of these static constants are
6# initialized to: Log.isLoggable(DEBUG, TAG).
7
8-assumevalues class androidx.mediarouter.** {
9 static boolean DEBUG return false;
10}