Add SonarDiagnosticActivity to android

Summary:
Open the screen by running adb shell
am start -n com.facebook.wakizashi/com.facebook.sonar.android.diagnostics.SonarDiagnosticActivity

Reviewed By: passy

Differential Revision: D8954095

fbshipit-source-id: b4a638bc0ba2f69a69c121c7c1c00fbe47476ee3
This commit is contained in:
John Knox
2018-08-03 07:34:36 -07:00
committed by Facebook Github Bot
parent c791a108f1
commit 3237b60ff1
2 changed files with 66 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name="com.facebook.sonar.android.diagnostics.SonarDiagnosticActivity"
android:exported="true"/>
</application>
</manifest>