Merge "Fix array-related errorprone warnings"

This commit is contained in:
Treehugger Robot
2022-08-17 18:37:46 +00:00
committed by Gerrit Code Review
5 changed files with 7 additions and 6 deletions

View File

@@ -243,7 +243,7 @@ public abstract class AppStateAppOpsBridge extends AppStateBaseBridge {
}
} catch (RemoteException e) {
Log.w(TAG, "PackageManager is dead. Can't get list of packages granted "
+ mPermissions, e);
+ Arrays.toString(mPermissions), e);
return;
}
}