Merge "Replace IS_DEBUGGABLE with isDebuggable module API"
This commit is contained in:
@@ -7677,7 +7677,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
}
|
||||
|
||||
void addRequestReassignment(@NonNull final RequestReassignment reassignment) {
|
||||
if (Build.IS_DEBUGGABLE) {
|
||||
if (Build.isDebuggable()) {
|
||||
// The code is never supposed to add two reassignments of the same request. Make
|
||||
// sure this stays true, but without imposing this expensive check on all
|
||||
// reassignments on all user devices.
|
||||
|
||||
Reference in New Issue
Block a user