Update databases-plugin.md (#564)
Summary: ## Changelog Pull Request resolved: https://github.com/facebook/flipper/pull/564 Differential Revision: D17709625 Pulled By: passy fbshipit-source-id: fe62f8958872893b04e12527ef338b6140a82a68
This commit is contained in:
committed by
Facebook Github Bot
parent
b80e18762e
commit
4c3028bd91
@@ -10,7 +10,7 @@ To use the databases plugin, you need to add the plugin to your Flipper client i
|
||||
|
||||
Instantiate and add the plugin in `FlipperClient`.
|
||||
```java
|
||||
import com.facebook.flipper.plugins.crashreporter.DatabasesPlugin;
|
||||
import com.facebook.flipper.plugins.databases.DatabasesFlipperPlugin;
|
||||
|
||||
client.addPlugin(new DatabasesFlipperPlugin(context));
|
||||
```
|
||||
@@ -60,4 +60,4 @@ client.addPlugin(new DatabasesFlipperPlugin(new DatabaseDriver(context) {
|
||||
return null;
|
||||
}
|
||||
}));
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user