Rename error message
Summary: Per title. Reviewed By: priteshrnandgaonkar Differential Revision: D10009219 fbshipit-source-id: 9647c8b0e317b789e154949aad221cbc3c50801e
This commit is contained in:
committed by
Facebook Github Bot
parent
36d00bce4c
commit
b78c703bdb
@@ -60,7 +60,7 @@ public final class AndroidFlipperClient {
|
||||
for (String permission : REQUIRED_PERMISSIONS) {
|
||||
if (ContextCompat.checkSelfPermission(context, permission)
|
||||
== PackageManager.PERMISSION_DENIED) {
|
||||
Log.e("Flipper", String.format("App needs permission \"%s\" to work with sonar", permission));
|
||||
Log.e("Flipper", String.format("App needs permission \"%s\" to work with Flipper.", permission));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user