Avi Drissman | 3f1ea44 | 2022-09-08 15:42:01 | [diff] [blame^] | 1 | # Copyright 2020 The Chromium Authors |
Peter Kotwicz | a43e517 | 2021-01-26 22:05:05 | [diff] [blame] | 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.fragment.** { |
| 9 | static boolean DEBUG return false; |
| 10 | } |
| 11 | |
| 12 | -assumenosideeffects class androidx.fragment.app.FragmentManager { |
| 13 | static boolean isLoggingEnabled(...) return false; |
| 14 | } |