AndroidSonarClient -> AndroidFlipperClient
Summary: Per title. The controller you requested could not be found. Reviewed By: priteshrnandgaonkar Differential Revision: D9966768 fbshipit-source-id: 224ff9d02d6a01a6f7ee28788ddd9167d15aafee
This commit is contained in:
committed by
Facebook Github Bot
parent
8780cff8ca
commit
470ac6f6f7
@@ -60,7 +60,7 @@ public class MyApplication extends Application {
|
||||
SoLoader.init(this, false);
|
||||
|
||||
if (BuildConfig.DEBUG && SonarUtils.shouldEnableSonar(this)) {
|
||||
final SonarClient client = AndroidSonarClient.getInstance(this);
|
||||
final SonarClient client = AndroidFlipperClient.getInstance(this);
|
||||
client.addPlugin(new InspectorSonarPlugin(this, DescriptorMapping.withDefaults()));
|
||||
client.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user