Summary: Changelog: CPU plugin will no longer show up for archived devices CPU plugin did show up on imported devices, but would always result in exceptions as no `adb` connection is available for them. Reviewed By: jknoxville Differential Revision: D26249575 fbshipit-source-id: c4fa7b3fec895f9c4ab9e31dce2f61fb23e9195b
26 lines
509 B
JSON
26 lines
509 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-device-cpu",
|
|
"id": "DeviceCPU",
|
|
"pluginType": "device",
|
|
"supportedDevices": [
|
|
{
|
|
"os": "Android",
|
|
"type": "physical",
|
|
"archived": false
|
|
}
|
|
],
|
|
"version": "0.0.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "CPU",
|
|
"icon": "underline",
|
|
"bugs": {
|
|
"email": "barney@fb.com"
|
|
}
|
|
}
|